update start and stop scripts

This commit is contained in:
Derek Macias 2015-12-21 01:36:26 -07:00
parent 0dca8313a2
commit 3599d3e2e4
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "libvirtwol"> <!ENTITY name "libvirtwol">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2015.12.21"> <!ENTITY version "2015.12.21a">
<!ENTITY launch "Settings/VMManager"> <!ENTITY launch "Settings/VMManager">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -21,7 +21,8 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
--> -->
<CHANGES> <CHANGES>
###2015.12.21 ###2015.12.21a
- fix config file and start/stop
- add unRAID version check - add unRAID version check
- add md5 package ckeck - add md5 package ckeck
- convert install and remove scripts - convert install and remove scripts

View File

@ -13,7 +13,8 @@ Wake On Lan for Libvirt. Allows you to recieve a wake on lan packet to wake or s
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon>
<Date>2015-12-21</Date> <Date>2015-12-21</Date>
<Changes> <Changes>
###2015.12.21 ###2015.12.21a
- fix config file and start/stop
- add unRAID version check - add unRAID version check
- add md5 package ckeck - add md5 package ckeck
- convert install and remove scripts - convert install and remove scripts