aboutsummaryrefslogtreecommitdiffstats
path: root/testing/main/rsyslog.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-23 14:04:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-23 14:04:19 +0000
commitb731a748311d19115f7a81e1e1ed2af01c38b351 (patch)
treed5d08e697f4b8b36cff4f492b5b290f9a30a0f4a /testing/main/rsyslog.confd
parentdb25e5ef8b8b8eba97b9023d383e2255bfb68f28 (diff)
downloadaports-b731a748311d19115f7a81e1e1ed2af01c38b351.tar.bz2
aports-b731a748311d19115f7a81e1e1ed2af01c38b351.tar.xz
main/rsyslog: moved from testing
Diffstat (limited to 'testing/main/rsyslog.confd')
-rw-r--r--testing/main/rsyslog.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/main/rsyslog.confd b/testing/main/rsyslog.confd
new file mode 100644
index 0000000000..85e90edc07
--- /dev/null
+++ b/testing/main/rsyslog.confd
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/files/5-stable/rsyslog.confd,v 1.1 2010/10/21 07:38:29 dev-zero 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
+# * "-c5" tells rsyslog to _not_ run in sysklogd compatibility mode
+RSYSLOG_OPTS="-c5"