From fb578c0f5aa59e4e11dac293cbd63668bd4d3674 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Thu, 24 Mar 2016 23:17:57 -0600 Subject: [PATCH] update --- plugins/ipmi.plg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/ipmi.plg b/plugins/ipmi.plg index 01e368c0..a398c2e3 100755 --- a/plugins/ipmi.plg +++ b/plugins/ipmi.plg @@ -21,6 +21,7 @@ - new installs on 6.2 will work fine - 6.2 users with previous install will need to reboot or install libgcrypt-1.6.5 (temporarily) to use freipmi 1.5.1 - libgcrypt-1.6.5 is included with unRAID 6.2 and previous versions downgraded it to 1.5.5 to use freeipmi 1.4.11 +- http://ftp.slackware.com/pub/slackware/slackware64-current/slackware64/n/libgcrypt-1.6.5-x86_64-1.txz - fix: bug local ipmi timeout webgui to wait for ipmi (only affected systems without local ipmi) - changed backup events to archive events - add archive event page and switch @@ -176,12 +177,12 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then else if [[ $VER == 6.1 ]]; then echo "\nInstalling dependencies for unRAID 6.1" - upgradepkg --install-new &plgpath;/freeipmi-1.4.11-x86_64-3.txz + upgradepkg --install-new &plgPATH;/freeipmi-1.4.11-x86_64-3.txz fi if [[ $VER == 6.2 ]]; then echo "\nInstalling dependencies for unRAID 6.2" - upgradepkg --install-new &plgpath;/freeipmi-1.5.1-x86_64-1.txz + upgradepkg --install-new &plgPATH;/freeipmi-1.5.1-x86_64-1.txz fi upgradepkg --install-new &plgPATH;/&plgNAME;.txz