1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

detach version 1.3

A utitlity for starting a process detached from a terminal.

PR:		15024
Submitted by:	Arne H Juul <arnej@pvv.org>
This commit is contained in:
Steve Price 1999-12-25 16:14:23 +00:00
parent 04c6d34137
commit e00bf4df7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24068
6 changed files with 29 additions and 0 deletions

View File

@ -21,6 +21,7 @@
SUBDIR += cpbk
SUBDIR += cpdup
SUBDIR += daemontools
SUBDIR += detach
SUBDIR += diskusage
SUBDIR += doconfig
SUBDIR += ffsrecov

20
sysutils/detach/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
sysutils/detach/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (detach-1.3.tar.gz) = 843c6ff1590a56c1733c958a86cd8a93

View File

@ -0,0 +1 @@
Start a process detached from a terminal

View File

@ -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.

View File

@ -0,0 +1 @@
bin/detach