Browse Source

rsyslog: improved to enable SNMP support when net-snmp is installed

stable/0.2
Christian Wiese 14 years ago
parent
commit
ab8229089d
  1. 4
      base/rsyslog/rsyslog.conf

4
base/rsyslog/rsyslog.conf

@ -25,3 +25,7 @@ fi
if pkginstalled -f librelp; then
var_append extraconfopt ' ' "--enable-relp"
fi
# SNMP support
if pkginstalled -f net-snmp; then
var_append extraconfopt ' ' "--enable-snmp"
fi

Loading…
Cancel
Save