mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 14:48:28 +02:00
Activate Wake on LAN (for CS) again (ybug 455)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@418 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 28dd71ff97
Author: yjogol <yjogol2@online.de>
Date: 2010-02-26 (Fri, 26 Feb 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -436,7 +436,13 @@ proc()
|
||||
# -----------------------------------------------------------
|
||||
wol()
|
||||
{
|
||||
msg=`etherwake $1`
|
||||
if [ -e /bin/etherwake ]; then
|
||||
msg=`etherwake $1`
|
||||
else
|
||||
if [ -e /bin/ether-wake ]; then
|
||||
msg=`ether-wake $1`
|
||||
fi
|
||||
fi
|
||||
msg="<b>Wake on LAN $1</b><br><br>$msg"
|
||||
y_format_message_html
|
||||
}
|
||||
|
Reference in New Issue
Block a user