From arnej@fast.no Sun Nov 21 11:13:31 1999
Return-Path: <arnej@fast.no>
Received: from midten.fast.no (midten.fast.no [195.139.251.11])
	by hub.freebsd.org (Postfix) with ESMTP id DBCD614D9E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Nov 1999 11:13:09 -0800 (PST)
	(envelope-from arnej@fast.no)
Received: from innenfor.fast.no (dmz-gw.trd.fast.no [195.139.251.5])
	by midten.fast.no (8.9.3/8.9.3) with ESMTP id UAA41509
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Nov 1999 20:13:05 +0100 (CET)
Received: (from arnej@localhost)
	by innenfor.fast.no (8.9.3/8.9.3) id TAA06806;
	Sun, 21 Nov 1999 19:13:06 GMT
	(envelope-from arnej@fast.no)
Message-Id: <199911211913.TAA06806@innenfor.fast.no>
Date: Sun, 21 Nov 1999 19:13:06 GMT
From: arnej@pvv.org
Sender: arnej@fast.no
Reply-To: arnej@pvv.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: new port: sysutils/detach
X-Send-Pr-Version: 3.2

>Number:         15024
>Category:       ports
>Synopsis:       new port: sysutils/detach
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 21 11:20:00 PST 1999
>Closed-Date:    Sat Dec 25 08:11:51 PST 1999
>Last-Modified:  Sat Dec 25 08:14:39 PST 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Dec 25 08:11:51 PST 1999 
State-Changed-Why:  
New port committed, thanks! 
>Unformatted:
