diff options
author | Terror <mterron@users.noreply.github.com> | 2015-11-15 16:14:47 +1300 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-15 14:25:58 +0100 |
commit | 8d5e97348b47766a50e5ab8183da7b4141823b6d (patch) | |
tree | aa89d4597ec3fe07dd6db0716ae946978491438f /main/rsyslog | |
parent | c7efbf47debca380e2a8d7d50d74870f4ff59dee (diff) | |
download | aports-8d5e97348b47766a50e5ab8183da7b4141823b6d.tar.bz2 aports-8d5e97348b47766a50e5ab8183da7b4141823b6d.tar.xz |
main/rsyslog: remove compatibility switch from confd
Diffstat (limited to 'main/rsyslog')
-rw-r--r-- | main/rsyslog/rsyslog.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rsyslog/rsyslog.confd b/main/rsyslog/rsyslog.confd index 85e90edc07..c3ad774742 100644 --- a/main/rsyslog/rsyslog.confd +++ b/main/rsyslog/rsyslog.confd @@ -14,4 +14,4 @@ PIDFILE="/var/run/rsyslogd.pid" # * Do not specify another PIDFILE but use the variable above to change the location # * Do not specify another CONFIGFILE but use the variable above to change the location # * "-c5" tells rsyslog to _not_ run in sysklogd compatibility mode -RSYSLOG_OPTS="-c5" +RSYSLOG_OPTS="" |