Browse Source

rsyslog: improved to enable RELP support when librelp is installed

stable/0.2
Christian Wiese 13 years ago
parent
commit
84cbfc60ba
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      base/rsyslog/rsyslog.conf

+ 5
- 0
base/rsyslog/rsyslog.conf

@ -14,3 +14,8 @@
# we patch 'runtime/Makefile.am'
hook_add preconf 9 'autoreconf -vf'
# RELP support
if pkginstalled -f librelp; then
var_append extraconfopt ' ' "--enable-relp"
fi

Loading…
Cancel
Save