signor_rossi;352609 Wrote: 
> Might I ask which webmin module you used?

I created a new "boot up and shutdown" script. i stole the script from
somewhere.

#!/bin/sh
# sets the network interface card to wake on lan g

case "$1" in
'start')
        ethtool -s eth0 wol g
        ;;
'stop')
        ;;
*)
        echo "Usage: $0 { start | stop }"
        ;;
esac
exit 0

Cheers,
mike.


-- 
mudlark

SB3>CyrusDACX>PreXvs>ESPAudio P09B Active filter>NAP140+260A>Rhapsody,
Avondale and Naim cable, Kubuntu Hardy Heron server, linkstation for
storage.
SB3 Flycatcher 3A linear power supply.
Using SqueezeCentre 7.3 unstable
------------------------------------------------------------------------
mudlark's Profile: http://forums.slimdevices.com/member.php?userid=7151
View this thread: http://forums.slimdevices.com/showthread.php?t=54091

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to