summaryrefslogtreecommitdiff
path: root/net/wol/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2003-04-04 18:16:47 +0000
committerzuntum <zuntum>2003-04-04 18:16:47 +0000
commitd09e533648272dbef6c669c4d170cd7bfe2be374 (patch)
tree3f718d90baf6d16b3fc093e9a8080325faa099c4 /net/wol/DESCR
parent4e9adc4aacc1bfd79f4303430ba109eda212eadc (diff)
downloadpkgsrc-d09e533648272dbef6c669c4d170cd7bfe2be374.tar.gz
Intial import of pkgsrc/net/wol - Small Wake On Lan client
wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet (tm) compliant. Consider you have a sleeping or turned-off computer and you want to remotely wake him up. Just type wol MAC-ADDRESS and the host wakes up (OK, it will boot ;-). This small utility was able to wake my PC that has Intel PRO/100+ NIC. Provided by Juan RP <juan@xtraeme.dyndns.org> in PR#19575
Diffstat (limited to 'net/wol/DESCR')
-rw-r--r--net/wol/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/wol/DESCR b/net/wol/DESCR
new file mode 100644
index 00000000000..14f887af3b5
--- /dev/null
+++ b/net/wol/DESCR
@@ -0,0 +1,4 @@
+wol implements Wake On LAN functionality in a small program. It wakes
+up hardware that is Magic Packet (tm) compliant. Consider you have a
+sleeping or turned-off computer and you want to remotely wake him up.
+Just type wol MAC-ADDRESS and the host wakes up (OK, it will boot ;-).