net-snmp: remove /etc/default/snmpd Debianism

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel
2015-02-18 04:46:05 +01:00
parent a3bacc1389
commit e2b43afc85
3 changed files with 1 additions and 9 deletions
-1
View File
@@ -1 +0,0 @@
OPTIONS="-Lf /dev/null -p /var/run/snmpd.pid"
+1 -2
View File
@@ -2,7 +2,7 @@
# Copyright (C) 2008 OpenWrt.org
START=50
DEFAULT=/etc/default/snmpd
OPTIONS="-Lf /dev/null -p /var/run/snmpd.pid"
LIB_D=/var/lib/snmp
LOG_D=/var/log
RUN_D=/var/run
@@ -148,7 +148,6 @@ start() {
config_foreach snmpd_exec_add exec
config_foreach snmpd_disk_add disk
[ -f $DEFAULT ] && . $DEFAULT
$DEBUG /usr/sbin/snmpd $OPTIONS
}
stop() {