Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 1999 19:13:06 GMT
From:      arnej@pvv.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15024: new port: sysutils/detach
Message-ID:  <199911211913.TAA06806@innenfor.fast.no>

next in thread | raw e-mail | index | archive | help

>Number:         15024
>Category:       ports
>Synopsis:       new port: sysutils/detach
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 21 11:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Arne H Juul
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Programvareverkstedet
>Environment:
	Any FreeBSD.
>Description:
	Often, when starting programs that should run after you're
	logged out, one wants to easily "detach" another program from
	the current session and redirect i/o to /dev/null.
	A small utility that does just this has been floating around
	for a long time - this is just a FreeBSD "port" of that utility.
	See also the DESCR file included.

>How-To-Repeat:
	try "detach", get "command not found".
>Fix:
	Unpack the following shar file, and add to the ports collection.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sysutils/detach
#	sysutils/detach/Makefile
#	sysutils/detach/pkg
#	sysutils/detach/pkg/COMMENT
#	sysutils/detach/pkg/DESCR
#	sysutils/detach/pkg/PLIST
#	sysutils/detach/files
#	sysutils/detach/files/md5
#
echo c - sysutils/detach
mkdir -p sysutils/detach > /dev/null 2>&1
echo x - sysutils/detach/Makefile
sed 's/^X//' >sysutils/detach/Makefile << 'END-of-sysutils/detach/Makefile'
X# New ports collection makefile for:    detach
X# Whom:			arnej@pvv.org
X# Version required:	1.0
X# Date created:		2 November 1999
X#
X# $FreeBSD: $
X
XDISTNAME=       detach-1.3
XCATEGORIES=	sysutils
XMASTER_SITES=   ftp://ftp.ntnu.no/pub/unix/utils/
X
XMAINTAINER=     arnej@pvv.org
X
Xdo-install:
X	${INSTALL_PROGRAM} -m 0755 ${WRKSRC}/detach ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/detach.1 ${PREFIX}/man/man1/detach.1
X
X.include <bsd.port.mk>
END-of-sysutils/detach/Makefile
echo c - sysutils/detach/pkg
mkdir -p sysutils/detach/pkg > /dev/null 2>&1
echo x - sysutils/detach/pkg/COMMENT
sed 's/^X//' >sysutils/detach/pkg/COMMENT << 'END-of-sysutils/detach/pkg/COMMENT'
Xstart process detached from terminal
END-of-sysutils/detach/pkg/COMMENT
echo x - sysutils/detach/pkg/DESCR
sed 's/^X//' >sysutils/detach/pkg/DESCR << 'END-of-sysutils/detach/pkg/DESCR'
XThe detach command is a grungy little program for executing programs
Xin the background, without use of a control terminal. (In the style
Xof most common daemon processes...) The intent was to create a
Xprogram one could start via rsh, to initiate xterm sessions, without
Xkeeping extra local rsh & remote rshd and shell processes alive.
END-of-sysutils/detach/pkg/DESCR
echo x - sysutils/detach/pkg/PLIST
sed 's/^X//' >sysutils/detach/pkg/PLIST << 'END-of-sysutils/detach/pkg/PLIST'
Xman/man1/detach.1
Xbin/detach
END-of-sysutils/detach/pkg/PLIST
echo c - sysutils/detach/files
mkdir -p sysutils/detach/files > /dev/null 2>&1
echo x - sysutils/detach/files/md5
sed 's/^X//' >sysutils/detach/files/md5 << 'END-of-sysutils/detach/files/md5'
XMD5 (detach-1.3.tar.gz) = 843c6ff1590a56c1733c958a86cd8a93
END-of-sysutils/detach/files/md5
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911211913.TAA06806>