summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/rsyslog_default7
-rw-r--r--files/rsyslog_default_gentoo16
-rw-r--r--files/rsyslog_default_rhel72
3 files changed, 0 insertions, 25 deletions
diff --git a/files/rsyslog_default b/files/rsyslog_default
deleted file mode 100644
index 1f11cd3..0000000
--- a/files/rsyslog_default
+++ /dev/null
@@ -1,7 +0,0 @@
-# File is managed by puppet
-
-# Debian, Ubuntu
-RSYSLOGD_OPTIONS="-c4"
-
-# CentOS, RedHat, Fedora
-SYSLOGD_OPTIONS="${RSYSLOGD_OPTIONS}"
diff --git a/files/rsyslog_default_gentoo b/files/rsyslog_default_gentoo
deleted file mode 100644
index f5de7b5..0000000
--- a/files/rsyslog_default_gentoo
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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=""
diff --git a/files/rsyslog_default_rhel7 b/files/rsyslog_default_rhel7
deleted file mode 100644
index c3b95c7..0000000
--- a/files/rsyslog_default_rhel7
+++ /dev/null
@@ -1,2 +0,0 @@
-# File is managed by puppet
-SYSLOGD_OPTIONS=""