diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 18:51:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 18:51:06 +0100 |
commit | 0bb96e115471dcd71674531e586f84bfee5dff6c (patch) | |
tree | f19e62f64dc38ff078c67e7fa70a5575ad47df9a /package/net-snmp/files | |
parent | 12f6f7118fa1f00ea90148b1f46080c64ca6bd55 (diff) |
fix startup script
Diffstat (limited to 'package/net-snmp/files')
-rw-r--r-- | package/net-snmp/files/snmpd.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/net-snmp/files/snmpd.postinst b/package/net-snmp/files/snmpd.postinst index d6af32a4f..d6fa70d67 100644 --- a/package/net-snmp/files/snmpd.postinst +++ b/package/net-snmp/files/snmpd.postinst @@ -1,4 +1,4 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh add_rcconf snmpd -add_rcconf 'use "-Ls info" to log to syslog' snmpd_flags '-Ls info' +add_rcconf 'use "-Ls 1" to log to syslog' snmpd_flags '-Ls 1' |