Browse Source

fix init script

Waldemar Brodkorb 13 years ago
parent
commit
c71aeaadd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/net-snmp/files/snmpd.init

+ 1 - 1
package/net-snmp/files/snmpd.init

@@ -7,7 +7,7 @@
 case $1 in
 autostop) ;;
 autostart)
-	[[ $snmpd_flags = NO ]] && exit 0
+	[[ $snmpd = NO ]] && exit 0
 	exec sh $0 start
 	;;
 start)