summaryrefslogtreecommitdiff
path: root/files/rsyslog_default_gentoo
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-01-24 17:08:42 +0100
committerSteffen Zieger <me@saz.sh>2014-01-24 17:08:42 +0100
commit83c2890c40962cd19b5a402b250a40029f46430b (patch)
tree888e1e635afc9114e55db54714b6f0c225e4fb63 /files/rsyslog_default_gentoo
parent5b4dfc310b7f9289638e82d4050f41b45e598ab6 (diff)
add initial gentoo support
Diffstat (limited to 'files/rsyslog_default_gentoo')
-rw-r--r--files/rsyslog_default_gentoo16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/rsyslog_default_gentoo b/files/rsyslog_default_gentoo
new file mode 100644
index 0000000..f5de7b5
--- /dev/null
+++ b/files/rsyslog_default_gentoo
@@ -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=""