From 327d422da2c26c140fb8c03df2e323081a82edfe Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Wed, 23 Mar 2016 01:58:16 -0600 Subject: [PATCH] update plugin remove libpcap from 6.2 install --- plugins/libvirtwol.plg | 9 ++++++--- plugins/libvirtwol.xml | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/plugins/libvirtwol.plg b/plugins/libvirtwol.plg index 3dced8b4..02058de2 100755 --- a/plugins/libvirtwol.plg +++ b/plugins/libvirtwol.plg @@ -3,7 +3,7 @@ - + @@ -20,6 +20,8 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in --> +###2016.03.23 +- remove libpcap from 6.2 install ###2016.03.19 - add wake on lan to advanced view ###2016.03.14 @@ -81,7 +83,7 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in 9a64e4941dd9c7fa3b9c8bf244c9a2d3 - + &pkgURL;/libpcap-1.4.0-x86_64-1.txz cbe651aff5d49d1c3a5a7ad6a4262393 @@ -139,6 +141,7 @@ else 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 &plgpath;/libvirt-python-1.2.18-x86_64-1ponce.txz + upgradepkg --install-new &plgpath;/libpcap-1.4.0-x86_64-1.txz fi if [[ $VER == 6.2 ]]; then @@ -205,4 +208,4 @@ echo "" - + \ No newline at end of file diff --git a/plugins/libvirtwol.xml b/plugins/libvirtwol.xml index 36a6eea4..54ab2c34 100644 --- a/plugins/libvirtwol.xml +++ b/plugins/libvirtwol.xml @@ -11,8 +11,10 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to http://lime-technology.com/forum/index.php?topic=44017.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png -2016-03-19 +2016-03-23 +###2016.03.23 +- remove libpcap from 6.2 install ###2016.03.19 - add wake on lan to advanced view ###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 - initial commit - + \ No newline at end of file