diff options
Diffstat (limited to 'app-admin/rsyslog/files/7-stable/rsyslog.confd')
-rw-r--r-- | app-admin/rsyslog/files/7-stable/rsyslog.confd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-admin/rsyslog/files/7-stable/rsyslog.confd b/app-admin/rsyslog/files/7-stable/rsyslog.confd new file mode 100644 index 000000000000..f5de7b58eacf --- /dev/null +++ b/app-admin/rsyslog/files/7-stable/rsyslog.confd @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/files/7-stable/rsyslog.confd,v 1.1 2012/11/20 13:03:36 ultrabug Exp $ + +# Configuration file +CONFIGFILE="/etc/rsyslog.conf" + +# PID file +PIDFILE="/var/run/rsyslogd.pid" + +# Options to rsyslogd +# See rsyslogd(8) for more details +# Notes: +# * 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 +RSYSLOG_OPTS="" |