diff options
author | Michael Biebl <biebl@debian.org> | 2009-06-23 12:00:03 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2009-06-23 12:00:03 +0100 |
commit | d9d1d0da83f4c9c169119b926f453fd7a1b1f5b2 (patch) | |
tree | 686c55d71e7f82223b8ae72ae1c00a4353b453d1 /debian/rsyslog.init | |
parent | 65b8171cde79562d9b58cdf0da0dfdba3daf5056 (diff) | |
download | rsyslog-d9d1d0da83f4c9c169119b926f453fd7a1b1f5b2.tar.gz |
Also change the default compat mode to v4 in the init script
Diffstat (limited to 'debian/rsyslog.init')
-rw-r--r-- | debian/rsyslog.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rsyslog.init b/debian/rsyslog.init index 35deb85..9d488dd 100644 --- a/debian/rsyslog.init +++ b/debian/rsyslog.init @@ -23,7 +23,7 @@ NAME=rsyslog RSYSLOGD=rsyslogd RSYSLOGD_BIN=/usr/sbin/rsyslogd -RSYSLOGD_OPTIONS="-c3" +RSYSLOGD_OPTIONS="-c4" RSYSLOGD_PIDFILE=/var/run/rsyslogd.pid SCRIPTNAME=/etc/init.d/$NAME |