diff options
Diffstat (limited to 'package/net-snmp/files/snmpd.postinst')
-rw-r--r-- | package/net-snmp/files/snmpd.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/net-snmp/files/snmpd.postinst b/package/net-snmp/files/snmpd.postinst index 3f053bd5d..d6af32a4f 100644 --- a/package/net-snmp/files/snmpd.postinst +++ b/package/net-snmp/files/snmpd.postinst @@ -1,3 +1,4 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf 'e.g. "-Lf /dev/null -p /var/run/snmpd.pid"' snmpd_flags +add_rcconf snmpd +add_rcconf 'use "-Ls info" to log to syslog' snmpd_flags '-Ls info' |