diff --git a/sysutils/Makefile b/sysutils/Makefile index 4ce3ae533c57..1a6d80da8f88 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -21,6 +21,7 @@ SUBDIR += cpbk SUBDIR += cpdup SUBDIR += daemontools + SUBDIR += detach SUBDIR += diskusage SUBDIR += doconfig SUBDIR += ffsrecov diff --git a/sysutils/detach/Makefile b/sysutils/detach/Makefile new file mode 100644 index 000000000000..8152d688180c --- /dev/null +++ b/sysutils/detach/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: detach +# Version required: 1.3 +# Date created: 2 November 1999 +# Whom: arnej@pvv.org +# +# $FreeBSD$ + +DISTNAME= detach-1.3 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.ntnu.no/pub/unix/utils/ + +MAINTAINER= arnej@pvv.org + +MAN1= detach.1 + +do-install: + ${INSTALL_PROGRAM} -m 0755 ${WRKSRC}/detach ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/detach.1 ${PREFIX}/man/man1/detach.1 + +.include diff --git a/sysutils/detach/distinfo b/sysutils/detach/distinfo new file mode 100644 index 000000000000..3c1b30d78640 --- /dev/null +++ b/sysutils/detach/distinfo @@ -0,0 +1 @@ +MD5 (detach-1.3.tar.gz) = 843c6ff1590a56c1733c958a86cd8a93 diff --git a/sysutils/detach/pkg-comment b/sysutils/detach/pkg-comment new file mode 100644 index 000000000000..8bb2c7a6a76f --- /dev/null +++ b/sysutils/detach/pkg-comment @@ -0,0 +1 @@ +Start a process detached from a terminal diff --git a/sysutils/detach/pkg-descr b/sysutils/detach/pkg-descr new file mode 100644 index 000000000000..7c04b02d85b7 --- /dev/null +++ b/sysutils/detach/pkg-descr @@ -0,0 +1,5 @@ +The detach command is a grungy little program for executing programs +in the background, without use of a control terminal. (In the style +of most common daemon processes...) The intent was to create a +program one could start via rsh, to initiate xterm sessions, without +keeping extra local rsh & remote rshd and shell processes alive. diff --git a/sysutils/detach/pkg-plist b/sysutils/detach/pkg-plist new file mode 100644 index 000000000000..f41511bd2290 --- /dev/null +++ b/sysutils/detach/pkg-plist @@ -0,0 +1 @@ +bin/detach