summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/net-snmp/files/snmpd.rc6')
-rw-r--r--net-analyzer/net-snmp/files/snmpd.rc64
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/files/snmpd.rc6 b/net-analyzer/net-snmp/files/snmpd.rc6
index e059d02ff623..ff54132453bf 100644
--- a/net-analyzer/net-snmp/files/snmpd.rc6
+++ b/net-analyzer/net-snmp/files/snmpd.rc6
@@ -1,13 +1,13 @@
#!/sbin/runscript
depend() {
- need net
use logger
+ need net
}
checkconfig() {
if [ ! -e /etc/snmp/snmpd.conf ] ; then
- eerror "You need an /etc/snmp/snmpd.conf to run snmpd"
+ eerror "You need an /etc/snmp/snmpd.conf config file to run snmpd"
return 1
fi
}