From 4e08e7c3a5c36c859e01e4d2168ea3e1b287bcc0 Mon Sep 17 00:00:00 2001 From: Bian Naimeng Date: Tue, 10 Feb 2015 09:38:52 +0800 Subject: snmpd: instead option -LS by -Ls Option -LS does not work, we should instead it by -Ls as usage said. Deprecated options: -l FILE use -Lf instead -P use -p instead -s use -Lsd instead -S d|i|0-7 use -Ls instead Signed-off-by: Bian Naimeng Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service b/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service index 10a1eb2128..3b336a0548 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service @@ -4,7 +4,7 @@ After=syslog.target network.target [Service] Type=notify -Environment=OPTIONS="-LS0-6d" +Environment=OPTIONS="-Ls0-6d" EnvironmentFile=-/etc/default/snmpd ExecStart=/usr/sbin/snmpd $OPTIONS -f ExecReload=/bin/kill -HUP $MAINPID -- cgit 1.2.3-korg