Browse Source

rsyslog: added comment to mark start of "Protocol support" section within the conf file and moved gnutls before relp

stable/0.2
Christian Wiese 14 years ago
parent
commit
d1cc43e0f8
  1. 10
      base/rsyslog/rsyslog.conf

10
base/rsyslog/rsyslog.conf

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

Loading…
Cancel
Save