mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
This package sends wake-on-lan packets to turn on machines
|
|
that are wake-on-lan capable.
|
|
|
|
For now there is only one function in this package:
|
|
|
|
Net::Wake::by_udp(host, mac_address, [port]);
|
|
|
|
You can power on PCs by
|
|
perl -e 'use Net::Wake; Net::Wake::by_udp("192.168.0.1", "xx:xx:xx:xx:xx:xx");'
|
|
|
|
You can also specify broadcast address for `host'. It is useful in a
|
|
intelligent network.
|