Browse Source

net-snmp: changed to configure the directory for persistent data if $auto_prefix is on

user/karasz/firmware
Christian Wiese 13 years ago committed by Christian Wiese
parent
commit
3a8999afa0
  1. 1
      network/net-snmp/net-snmp.conf

1
network/net-snmp/net-snmp.conf

@ -16,6 +16,7 @@
if [ $prefix_auto = 1 ]; then
var_append extraconfopt ' ' '--with-logfile="$localstatedir/log/snmpd.log"'
var_append extraconfopt ' ' '--with-persistent-directory="$localstatedir/lib/net-snmp"'
fi
# Use defaults for prompted values

Loading…
Cancel
Save