1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: etherwake
Section: net
Priority: optional
Maintainer: Pierre Blanc <pierreblanc75@gmail.com>
Build-Depends: debhelper (>= 9.0)
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/collab-maint/etherwake.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/etherwake.git
Package: etherwake
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: wakeonlan
Description: tool to send magic Wake-on-LAN packets
WOL (Wake-on-LAN) is a standard that allows you to turn on a computer
over an Ethernet connection. Computers with WOL-enabled network
interface cards can be woken from sleep mode, or powered up from
standby via a BIOS feature.
.
One feature that separates etherwake from other implementations is that
it also supports WOL passwords.
|