update plugin
remove libpcap from 6.2 install
This commit is contained in:
parent
db601388d8
commit
327d422da2
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "libvirtwol">
|
<!ENTITY name "libvirtwol">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.03.19">
|
<!ENTITY version "2016.03.23">
|
||||||
<!ENTITY launch "Settings/VMSettings">
|
<!ENTITY launch "Settings/VMSettings">
|
||||||
<!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">
|
||||||
|
@ -20,6 +20,8 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.03.23
|
||||||
|
- remove libpcap from 6.2 install
|
||||||
###2016.03.19
|
###2016.03.19
|
||||||
- add wake on lan to advanced view
|
- add wake on lan to advanced view
|
||||||
###2016.03.14
|
###2016.03.14
|
||||||
|
@ -81,7 +83,7 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
||||||
<MD5>9a64e4941dd9c7fa3b9c8bf244c9a2d3</MD5>
|
<MD5>9a64e4941dd9c7fa3b9c8bf244c9a2d3</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
<FILE Name="&plgpath;/libpcap-1.4.0-x86_64-1.txz" Run="upgradepkg --install-new">
|
<FILE Name="&plgpath;/libpcap-1.4.0-x86_64-1.txz">
|
||||||
<URL>&pkgURL;/libpcap-1.4.0-x86_64-1.txz</URL>
|
<URL>&pkgURL;/libpcap-1.4.0-x86_64-1.txz</URL>
|
||||||
<MD5>cbe651aff5d49d1c3a5a7ad6a4262393</MD5>
|
<MD5>cbe651aff5d49d1c3a5a7ad6a4262393</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
@ -139,6 +141,7 @@ else
|
||||||
echo "\nInstalling dependencies for unRAID 6.1"
|
echo "\nInstalling dependencies for unRAID 6.1"
|
||||||
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.9-x86_64-1.txz
|
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.9-x86_64-1.txz
|
||||||
upgradepkg --install-new &plgpath;/libvirt-python-1.2.18-x86_64-1ponce.txz
|
upgradepkg --install-new &plgpath;/libvirt-python-1.2.18-x86_64-1ponce.txz
|
||||||
|
upgradepkg --install-new &plgpath;/libpcap-1.4.0-x86_64-1.txz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $VER == 6.2 ]]; then
|
if [[ $VER == 6.2 ]]; then
|
||||||
|
@ -205,4 +208,4 @@ echo ""
|
||||||
</INLINE>
|
</INLINE>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
</PLUGIN>
|
</PLUGIN>
|
|
@ -11,8 +11,10 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to
|
||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
|
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
|
||||||
<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>2016-03-19</Date>
|
<Date>2016-03-23</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.03.23
|
||||||
|
- remove libpcap from 6.2 install
|
||||||
###2016.03.19
|
###2016.03.19
|
||||||
- add wake on lan to advanced view
|
- add wake on lan to advanced view
|
||||||
###2016.03.14
|
###2016.03.14
|
||||||
|
@ -52,4 +54,4 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to
|
||||||
###2015.11.14
|
###2015.11.14
|
||||||
- initial commit
|
- initial commit
|
||||||
</Changes>
|
</Changes>
|
||||||
</Containers>
|
</Containers>
|
Loading…
Reference in New Issue
Block a user