Skip to content
jpoliv edited this page Nov 11, 2011 · 3 revisions

Welcome to the wakeonlan wiki!

Installation

Choose one of the following methods:

  1. Simply extract the Perl script wakeonlan from the archive file.

  2. From version 0.40 onwards you can just follow standard CPAN procedures:

    • tar zxvf wakeonlan-0.41.tar.gz
    • cd wakeonlan-0.41
    • cpansign -v (optional step; requires Module::Signature)
    • perl Makefile.PL
    • make
    • make install
  3. Using the RPM package manager. Should work in every rpm based Linux distro:

    • rpm -ivh http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/wakeonlan-0.41-0.fdr.1.noarch.rpm

ChangeLog

  • Version 0.41 (2005-01-27)
    • Minor documentation updates/corrections.
  • Version 0.40 (2000-08-01)
    • New command line parameters.
    • Ability to load Ethernet addresses from a file.
Clone this wiki locally