aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rsyslog/rsyslog.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-01 08:19:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-01 08:19:44 +0000
commitcab07abe1ce745792bd5b2edead43955e5d983ff (patch)
tree29f7476596c4d9842dc08dc4358d7cc812f213ed /testing/rsyslog/rsyslog.confd
parentaa51eef2ac959f498ffa8abdf30f1b0e9fee9541 (diff)
downloadaports-cab07abe1ce745792bd5b2edead43955e5d983ff.tar.bz2
aports-cab07abe1ce745792bd5b2edead43955e5d983ff.tar.xz
testing/rsyslog: buildfixes for json-0.11
use json-c as pkg-config package and append JSON_C_CFLAGS wherever needed
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 0000000000..85e90edc07
--- /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"