summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/rsyslog.init2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9fa43e9..1c79f51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ rsyslog (5.8.1-1) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.2. No further changes.
* Enable and install impstats module. (Closes: #620114)
* Update logcheck rule. (Closes: #616659)
+ * debian/rsyslog.init: Set correct compat level (5).
-- Michael Biebl <biebl@debian.org> Thu, 19 May 2011 22:53:30 +0200
diff --git a/debian/rsyslog.init b/debian/rsyslog.init
index 39596fb..476b5c6 100644
--- a/debian/rsyslog.init
+++ b/debian/rsyslog.init
@@ -23,7 +23,7 @@ NAME=rsyslog
RSYSLOGD=rsyslogd
RSYSLOGD_BIN=/usr/sbin/rsyslogd
-RSYSLOGD_OPTIONS="-c4"
+RSYSLOGD_OPTIONS="-c5"
RSYSLOGD_PIDFILE=/var/run/rsyslogd.pid
SCRIPTNAME=/etc/init.d/$NAME