From 51eeb413b43d1e8102c06af4248e3fd4444aa6aa Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 25 Dec 1999 16:14:23 +0000 Subject: detach version 1.3 A utitlity for starting a process detached from a terminal. PR: 15024 Submitted by: Arne H Juul --- sysutils/detach/pkg-descr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sysutils/detach/pkg-descr (limited to 'sysutils/detach/pkg-descr') 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. -- cgit