From cc107178eacb42a0c7b324a8aff7217cbc40b35c Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 9 Apr 2009 13:23:40 -0700 Subject: Resolve problems with syslog.conf Default fallback code was broken Change to blocked out region for Vyatta config. --- sysconf/syslog.conf | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'sysconf') diff --git a/sysconf/syslog.conf b/sysconf/syslog.conf index 0143183d..2f443198 100644 --- a/sysconf/syslog.conf +++ b/sysconf/syslog.conf @@ -4,16 +4,9 @@ # manpage. # # WARNING -# Note: configuration via the Vyatta FusionCLI may overwrite -# changes to this file; so as administrator either -# use Linux tools (ie edit this file) or use the CLI, not both. -# Standard logfiles by facility -# -#auth,authpriv.* /var/log/auth.log -#daemon.* -/var/log/daemon.log -#kern.* -/var/log/kern.log -#user.* -/var/log/user.log - -# Messages file (required) -*.notice;local7.* -/var/log/messages # VYATTA +# 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 -- cgit v1.2.3