diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-08 17:11:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-08 17:11:30 -0700 |
commit | 8c76eecf50f943b0a7e759f398f6d16dac53dac0 (patch) | |
tree | fd3994149511fed21d09d2ff5ec2b3339535e5f1 /sysconf/syslog.conf | |
parent | cbc9578ade6afaf6db039401182b6cfe14e73ff9 (diff) | |
download | vyatta-cfg-system-8c76eecf50f943b0a7e759f398f6d16dac53dac0.tar.gz vyatta-cfg-system-8c76eecf50f943b0a7e759f398f6d16dac53dac0.zip |
Convert from syslog to rsyslog
Configuration file is /etc/rsyslog.conf and it is supports
directory of include parameters so do not need to edit
rsyslog.conf directly
Diffstat (limited to 'sysconf/syslog.conf')
-rw-r--r-- | sysconf/syslog.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysconf/syslog.conf b/sysconf/syslog.conf deleted file mode 100644 index 2f443198..00000000 --- a/sysconf/syslog.conf +++ /dev/null @@ -1,12 +0,0 @@ -# /etc/syslog.conf Configuration file for syslogd. -# -# For more information see syslog.conf(5) -# manpage. -# -# WARNING - -# The following are modified Vyatta Fusion CLI related configuration -# any changes outside CLI will be lost -### BEGIN VYATTA -*.notice;local7.* -/var/log/messages -### END VYATTA |