summaryrefslogtreecommitdiffstats
path: root/testing/rsyslog/rsyslog.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-30 11:04:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-30 11:04:40 +0000
commit1b0f9bbc83723e233e6065f12d2da4a21505f822 (patch)
treec851d6f63ac7b576e059b25e808aaec31838cf77 /testing/rsyslog/rsyslog.confd
parent13849025dbc92bd8393b12165d7cc5dae7c12367 (diff)
downloadaports-1b0f9bbc83723e233e6065f12d2da4a21505f822.tar.bz2
aports-1b0f9bbc83723e233e6065f12d2da4a21505f822.tar.xz
Revert "main/rsyslog: moved from testing"
The commit was bad. This reverts commit b731a748311d19115f7a81e1e1ed2af01c38b351.
Diffstat (limited to 'testing/rsyslog/rsyslog.confd')
-rw-r--r--testing/rsyslog/rsyslog.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/rsyslog/rsyslog.confd b/testing/rsyslog/rsyslog.confd
new file mode 100644
index 000000000..85e90edc0
--- /dev/null
+++ b/testing/rsyslog/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"