summaryrefslogtreecommitdiff
path: root/net/wakeup/pkg
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-18 22:28:15 +0000
committerhubertf <hubertf>1999-11-18 22:28:15 +0000
commitdb4b05f16e4f86b26e9b2b4fb6646b3608ba5b3f (patch)
tree5633989ebb625a75725d539e0391e7f6e79185c8 /net/wakeup/pkg
parent1837f4a205f0ac6d53060c96141718cc012e803b (diff)
downloadpkgsrc-db4b05f16e4f86b26e9b2b4fb6646b3608ba5b3f.tar.gz
Send a broadcast message to all clients of a subnet containing
a magic packet to boot the machine up. Usage: wakeup xx:xx:xx:xx:xx:xx xx:xx:xx:xx:xx:xx is the MAC address of the machine you want to wake up. Can be obtained via "arp -a" (remote) or "ifconfig -a" (local),
Diffstat (limited to 'net/wakeup/pkg')
-rw-r--r--net/wakeup/pkg/COMMENT1
-rw-r--r--net/wakeup/pkg/DESCR8
-rw-r--r--net/wakeup/pkg/PLIST2
3 files changed, 11 insertions, 0 deletions
diff --git a/net/wakeup/pkg/COMMENT b/net/wakeup/pkg/COMMENT
new file mode 100644
index 00000000000..6d384cc63a0
--- /dev/null
+++ b/net/wakeup/pkg/COMMENT
@@ -0,0 +1 @@
+Wakeup On LAN client for remote power-up of machines
diff --git a/net/wakeup/pkg/DESCR b/net/wakeup/pkg/DESCR
new file mode 100644
index 00000000000..136604b46a0
--- /dev/null
+++ b/net/wakeup/pkg/DESCR
@@ -0,0 +1,8 @@
+Send a broadcast message to all clients of a subnet containing
+a magic packet to boot the machine up.
+
+Usage: wakeup xx:xx:xx:xx:xx:xx
+
+xx:xx:xx:xx:xx:xx is the MAC address of the machine you want to
+wake up. Can be obtained via "arp -a" (remote) or "ifconfig -a"
+(local),
diff --git a/net/wakeup/pkg/PLIST b/net/wakeup/pkg/PLIST
new file mode 100644
index 00000000000..5530fabbe06
--- /dev/null
+++ b/net/wakeup/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/18 22:28:15 hubertf Exp $
+bin/wakeup