[Lunar-commits] r20950 - in moonbase/trunk/terminal: . dtach

Auke Kok sofar at lunar-linux.org
Tue Aug 8 16:19:17 UTC 2006


Author: sofar
Date: 2006-08-08 16:19:16 +0000 (Tue, 08 Aug 2006)
New Revision: 20950

Added:
   moonbase/trunk/terminal/dtach/
   moonbase/trunk/terminal/dtach/BUILD
   moonbase/trunk/terminal/dtach/DETAILS
Log:
Submitted by moe - I did not test this.


Added: moonbase/trunk/terminal/dtach/BUILD
===================================================================
--- moonbase/trunk/terminal/dtach/BUILD	                        (rev 0)
+++ moonbase/trunk/terminal/dtach/BUILD	2006-08-08 16:19:16 UTC (rev 20950)
@@ -0,0 +1,9 @@
+(
+
+  default_config  &&
+  prepare_install &&
+  make		  &&
+
+  install -m755 $SOURCE_DIRECTORY/dtach /usr/bin/
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/terminal/dtach/DETAILS
===================================================================
--- moonbase/trunk/terminal/dtach/DETAILS	                        (rev 0)
+++ moonbase/trunk/terminal/dtach/DETAILS	2006-08-08 16:19:16 UTC (rev 20950)
@@ -0,0 +1,16 @@
+          MODULE=dtach
+         VERSION=0.7
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/dtach/
+      SOURCE_VFY=sha1:7f163d7bb4db1d266d69a4090bede02128bbca43
+         WEBSITE=http://dtach.sourceforge.net
+         ENTERED=20060808
+         UPDATED=20060808
+           SHORT="A program that emulates the detach feature of screen"
+cat << EOF
+dtach is a tiny program that emulates the detach feature of screen,
+allowing you to run a program in an environment that is protected
+from the controlling terminal and attach to it later. dtach does not
+keep track of the contents of the screen, and thus works best with
+programs that know how to redraw themselves.
+EOF



More information about the Lunar-commits mailing list