2008-09-13 04:52:06 +02:00
|
|
|
|
2009-09-10 13:09:01 +02:00
|
|
|
## Type: list(@RSYSLOGD_VERSION@)
|
|
|
|
## Default: "@RSYSLOGD_VERSION@"
|
|
|
|
## Config: ""
|
|
|
|
## ServiceRestart: syslog
|
|
|
|
#
|
|
|
|
# The native version compatibility level of the current rsyslogd.
|
|
|
|
#
|
|
|
|
# Note, that this variable is read-only -- please do not change it!
|
|
|
|
# Instead, please adopt the RSYSLOGD_COMPAT_VERSION variable.
|
|
|
|
#
|
|
|
|
# This variable will be updated while every installation/upgrade of
|
|
|
|
# the rsyslog daemon package.
|
|
|
|
#
|
|
|
|
RSYSLOGD_NATIVE_VERSION="@RSYSLOGD_VERSION@"
|
|
|
|
|
|
|
|
## Type: integer(0:@RSYSLOGD_VERSION@)
|
2008-09-13 04:52:06 +02:00
|
|
|
## Default: ""
|
|
|
|
## Config: ""
|
|
|
|
## ServiceRestart: syslog
|
|
|
|
#
|
|
|
|
# Version compatibility level to run rsyslogd with (-c parameter).
|
|
|
|
# Set to the desired version number rsyslogd shall be compatible with.
|
|
|
|
#
|
2009-09-10 13:09:01 +02:00
|
|
|
# Default is to run in native mode if the currently installed rsyslog
|
|
|
|
# daemon version.
|
|
|
|
#
|
|
|
|
# Note: Changes to this variable may need adoption of the config file
|
|
|
|
# or break features used in the /etc/init.d/syslog script by default.
|
2008-09-13 04:52:06 +02:00
|
|
|
#
|
|
|
|
RSYSLOGD_COMPAT_VERSION=""
|
|
|
|
|
2009-09-10 13:09:01 +02:00
|
|
|
## Type: string
|
2008-09-13 04:52:06 +02:00
|
|
|
## Default: ""
|
|
|
|
## Config: ""
|
|
|
|
## ServiceRestart: syslog
|
|
|
|
#
|
|
|
|
# Parameters for rsyslogd, except of the version compatibility (-c)
|
|
|
|
# and the config file (-f), because they're used by sysconfig and
|
|
|
|
# earlysysconfig init scripts.
|
|
|
|
#
|
|
|
|
# See also the RSYSLOGD_COMPAT_VERSION variable in this file, the
|
|
|
|
# documentation provided in /usr/share/doc/packages/rsyslog/doc by
|
|
|
|
# the rsyslog-doc package and the rsyslogd(8) and rsyslog.conf(5)
|
|
|
|
# manual pages.
|
|
|
|
#
|
|
|
|
RSYSLOGD_PARAMS=""
|
|
|
|
|