From d1cc43e0f8a8c26bd91647a4d6b9fe261e1e9e1d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 26 Apr 2011 19:04:31 +0200 Subject: [PATCH] rsyslog: added comment to mark start of "Protocol support" section within the conf file and moved gnutls before relp --- base/rsyslog/rsyslog.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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