[Lunar-commits] r16973 - in moonbase/branches/submissions/new: . ether-wake

Patrik Gräser hittis at lunar-linux.org
Mon Oct 17 12:29:00 UTC 2005


Author: hittis
Date: 2005-10-17 12:28:59 +0000 (Mon, 17 Oct 2005)
New Revision: 16973

Added:
   moonbase/branches/submissions/new/ether-wake/
   moonbase/branches/submissions/new/ether-wake/BUILD
   moonbase/branches/submissions/new/ether-wake/DETAILS
   moonbase/branches/submissions/new/ether-wake/PRE_BUILD
Log:
ether-wake is a little tool for waking computers up remotely (WOL).


Added: moonbase/branches/submissions/new/ether-wake/BUILD
===================================================================
--- moonbase/branches/submissions/new/ether-wake/BUILD	2005-10-17 09:54:41 UTC (rev 16972)
+++ moonbase/branches/submissions/new/ether-wake/BUILD	2005-10-17 12:28:59 UTC (rev 16973)
@@ -0,0 +1,6 @@
+(
+gcc -O -Wall -o ether-wake ether-wake.c
+prepare_install
+cp ether-wake /usr/sbin
+) > $C_FIFO 2>&1 
+


Property changes on: moonbase/branches/submissions/new/ether-wake/BUILD
___________________________________________________________________
Name: svn:executable
   + *

Added: moonbase/branches/submissions/new/ether-wake/DETAILS
===================================================================
--- moonbase/branches/submissions/new/ether-wake/DETAILS	2005-10-17 09:54:41 UTC (rev 16972)
+++ moonbase/branches/submissions/new/ether-wake/DETAILS	2005-10-17 12:28:59 UTC (rev 16973)
@@ -0,0 +1,14 @@
+          MODULE=ether-wake
+	  VERSION=1.09
+          SOURCE=${MODULE}.c
+      SOURCE_URL=ftp://ftp.scyld.com/pub/diag/
+      SOURCE_VFY=sha1:85e87893722e6be3cc3b4980fd219d5e2621e895
+        WEB_SITE=http://www.scyld.com/wakeonlan.html
+         ENTERED=20051017
+         UPDATED=20051017
+        MAINTAINER=hittis at lunar-linux.org
+             SHORT="WoL utility for starting computers remotely."
+
+cat << EOF
+Wake-On-LAN is the generic name for the AMD "Magic Packet" technology. It's very similar to the PCMCIA modem "wake on ring" signal line. The basic idea is that the network adapter has a very-low-power mode to monitor the network for special packet data that will wake up the machine.
+EOF


Property changes on: moonbase/branches/submissions/new/ether-wake/DETAILS
___________________________________________________________________
Name: svn:executable
   + *

Added: moonbase/branches/submissions/new/ether-wake/PRE_BUILD
===================================================================
--- moonbase/branches/submissions/new/ether-wake/PRE_BUILD	2005-10-17 09:54:41 UTC (rev 16972)
+++ moonbase/branches/submissions/new/ether-wake/PRE_BUILD	2005-10-17 12:28:59 UTC (rev 16973)
@@ -0,0 +1 @@
+cp $SOURCE_CACHE/$SOURCE $BUILD_DIRECTORY


Property changes on: moonbase/branches/submissions/new/ether-wake/PRE_BUILD
___________________________________________________________________
Name: svn:executable
   + *



More information about the Lunar-commits mailing list