From 191557d0bd92b1438b8f7ffb614d5a926b6b7a20 Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Sat, 2 Jan 2016 17:20:41 -0700 Subject: [PATCH] update --- plugins/wol.plg | 106 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 plugins/wol.plg diff --git a/plugins/wol.plg b/plugins/wol.plg new file mode 100644 index 00000000..aec2daee --- /dev/null +++ b/plugins/wol.plg @@ -0,0 +1,106 @@ + + + + + + + + + + + +]> + + + +###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. + + + + +&pkgURL;etherwake-1.09-x86_64-5cf.txz +0b65b7b7ac2262f1a9b998cbb9f913e2 + + + +&pkgURL;nmap-6.40-x86_64-1.txz +462cf835c4475ddfd2bd15cd10e8349d + + + +&pkgURL;libnl-1.1.4-x86_64-1.txz +435837a5bf0401a937d6ec93e458333b + + + + +"https://github.com/&author;/&name;/archive/&version;.tar.gz" + + + + + +if [ ! -d &emhttp; ]; then + mkdir -p &emhttp; +fi + +tar -zxf &plugin;/&name;-&version;.tar.gz --strip=1 -C &emhttp;/ +find &plugin; -type f -iname "*.tar.gz" ! -iname "&name;-&version;.tar.gz" -delete + +echo "" +echo "-----------------------------------------------------------" +echo " &name; has been installed." +echo " This plugin requires Dynamix webGui to operate" +echo " Copyright 2015, &author;" +echo " Version: &version;" +echo "-----------------------------------------------------------" +echo "" + + + + + + +rm -rf &emhttp; +rm -f &plugin;/&name;-&version;.tar.gz + +echo "" +echo "-----------------------------------------------------------" +echo " &name; has been removed." +echo " Copyright 2015, &author;" +echo " Version: &version;" +echo "-----------------------------------------------------------" +echo "" + + + + +