diff --git a/base/rsyslog/rsyslog.conf b/base/rsyslog/rsyslog.conf index fbaa3849d..86b8f6160 100644 --- a/base/rsyslog/rsyslog.conf +++ b/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