Browse Source

net-snmp: changed to configure the logfile if $auto_prefix is set

user/karasz/firmware
Christian Wiese 12 years ago
committed by Christian Wiese
parent
commit
ad97e2d6c1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      network/net-snmp/net-snmp.conf

+ 4
- 0
network/net-snmp/net-snmp.conf

@ -14,6 +14,10 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ]; then
var_append extraconfopt ' ' '--with-logfile="$localstatedir/log/snmpd.log"'
fi
# Use defaults for prompted values
var_append confopt ' ' "--with-defaults"

Loading…
Cancel
Save