diff --git a/plugins/wakeonlan.plg b/plugins/wakeonlan.plg index a20800c3..ddf82409 100755 --- a/plugins/wakeonlan.plg +++ b/plugins/wakeonlan.plg @@ -3,7 +3,7 @@ - + @@ -15,15 +15,12 @@ - -###2016.01. -- +###2016.01.09 +- move repo to unRaid-plugins +- add tablesorter fork for better sorting and sort save +- add separate tab for scanning +- completely update layout and revise code ###2015.11.21 - minor fixes ###2015.03.05a @@ -97,14 +94,16 @@ else upgradepkg --install-new &plgpath;/&plgname;.txz fi +# remove old plugin name folder if [ -d /usr/local/emhttp/plugins/wol ]; then rm -f /usr/local/emhttp/plugins/wol fi +# create log directory if [ ! -d /var/log/&name; ]; then mkdir -p /var/log/&name; fi -chmod 755 /&tmp/&name; +chmod 755 /var/log/&name; # Cleaning old source files find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete @@ -132,7 +131,7 @@ rm -f &plgpath;/&plgname;.md5 #remove installed packages removepkg &plgpath;/*.txz -rm rm -f &plgpath;/*.txz +rm -f &plgpath;/*.txz echo "" echo "-----------------------------------------------------------" diff --git a/plugins/wakeonlan.png b/plugins/wakeonlan.png new file mode 100644 index 00000000..5f37a1c6 Binary files /dev/null and b/plugins/wakeonlan.png differ diff --git a/plugins/wakeonlan.xml b/plugins/wakeonlan.xml new file mode 100644 index 00000000..dee015f0 --- /dev/null +++ b/plugins/wakeonlan.xml @@ -0,0 +1,37 @@ + + +True +https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.plg +dmacias72 +False +Tools:System +Wake On Lan + +Wake On Lan plugin allows you to scan your network, add and save computers from your network. Then wake them. + +http://lime-technology.com/forum/index.php?topic=38289.0 +https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png +2016-01-09 + +###2016.01.09 +- move repo to unRaid-plugins +- add tablesorter fork for better sorting and sort save +- add separate tab for scanning +- completely update layout and revise code +###2015.11.21 +- minor fixes +###2015.03.05a +- fix default ethernet interface +###2015.02.24 +- button bindings when editing +###2015.02.21 +- added autosave +- added table sorting +- disable scan function caching +- loading gifs +- show scan results only after scan +- scan ip after wake +###2015.02.20 +- initial unRAID 6 release. + + \ No newline at end of file