summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-24 15:58:29 +0100
committerGustavo Alvarez2016-01-24 15:58:29 +0100
commit35172722abe2a00bffe70711ee0cc97f34787517 (patch)
tree14426df1a6402bbbaf8d9e4660cfc484c66cd35c
parent15dfd3f4e1a1b484dafa567ae9eb82b8edf24a44 (diff)
downloadaur-35172722abe2a00bffe70711ee0cc97f34787517.tar.gz
fix lsi-msm.install
-rw-r--r--.SRCINFO2
-rw-r--r--lsi-msm.install10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccd5e23913b6..f24a688e3b81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 21:02:06 UTC 2016
+# Sun Jan 24 14:57:50 UTC 2016
pkgbase = lsi-msm
pkgdesc = LSI Logic MegaRAID Storage Manager Suite
pkgver = 15.11.00.13
diff --git a/lsi-msm.install b/lsi-msm.install
index d54910d7b082..1c42c2f2e293 100644
--- a/lsi-msm.install
+++ b/lsi-msm.install
@@ -23,14 +23,14 @@ ${green}==>${all_off} First Steps needed for run '${bold}LSI MegaRAID SNMP Agent
_instructions_update() {
printf "${yellow}==>${all_off} ${bold}ATENTION:${all_off}\n"
- if [ -f /etc/snmp/snmpd.conf ]; then
- printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is not found.
- ${blue}->${all_off} Please Create and put this content:
+ if [ -f /etc/snmp/snmpd.conf ]; then
+ printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is found.
+ ${blue}->${all_off} Please make sure if have this content:
'${bold}pass .1.3.6.1.4.1.3582 /usr/bin/lsi_mrdsnmpmain${all_off}'
before start/restart the '${bold}LSI MegaRAID SNMP Agent${all_off}' service.\n"
else
- printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is found.
- ${blue}->${all_off} Please make sure if have this content:
+ printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is not found.
+ ${blue}->${all_off} Please Create and put this content:
'${bold}pass .1.3.6.1.4.1.3582 /usr/bin/lsi_mrdsnmpmain${all_off}'
before start/restart the '${bold}LSI MegaRAID SNMP Agent${all_off}' service.\n"
fi