--- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/00filenames 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/00filenames 2013-02-25 22:04:18.140359061 +0100 @@ -0,0 +1,9 @@ +{ + $messages = "/var/log/messages"; + $bootlog = "/var/log/boot.log"; + $secure = "/var/log/secure"; + $cron = "/var/log/cron"; + $spooler = "/var/log/spooler"; + $maillog = "/var/log/maillog"; + ""; +} --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/10modules 2013-02-25 22:36:51.648699733 +0100 @@ -0,0 +1,8 @@ +{ +# provides support for local system logging (e.g. via logger command) +} +$ModLoad imuxsock +{ +# provides kernel logging support (previously done by rklogd) +} +$ModLoad imklog --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/30global 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/30global 2013-02-25 22:37:14.767252119 +0100 @@ -0,0 +1,4 @@ +{ +# Use default timestamp format +} +$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/40console 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/40console 2013-02-25 22:09:05.512276487 +0100 @@ -0,0 +1,5 @@ +{ + my $e = $rsyslog{LogAll2VT6} || 'no'; + $OUT = ($e eq 'yes') ? + "# Log everything to /dev/tty6\n*.*\t/dev/tty6" : ""; +} --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/50info 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/50info 2013-02-27 19:38:49.825772600 +0100 @@ -0,0 +1,6 @@ +{ +# Log anything (except mail) of level info or higher. +# Don't log private authentication messages! +} +*.info;mail.none;authpriv.none;cron.none { "${messages}" } + --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/55authpriv 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/55authpriv 2013-02-27 19:46:24.277262587 +0100 @@ -0,0 +1,4 @@ +{ +# The authpriv file has restricted access. +} +authpriv.* { "${secure}" } --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/60mail 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/60mail 2013-02-27 19:37:23.874121513 +0100 @@ -0,0 +1,4 @@ +{ +# Log all the mail messages in one place. +} +mail.* -{ "${maillog}" } --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/65cron 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/65cron 2013-02-27 19:40:56.591851567 +0100 @@ -0,0 +1,5 @@ +{ +# Log cron stuff +} +cron.* { "${cron}" } + --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/70emerg 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/70emerg 2013-02-27 19:41:53.616737055 +0100 @@ -0,0 +1,5 @@ +{ +# Everybody gets emergency messages +} +*.emerg * + --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/75news 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/75news 2013-02-27 19:42:45.572943625 +0100 @@ -0,0 +1,4 @@ +{ +# Save news errors of level crit and higher in a special file. +} +uucp,news.crit { "${spooler}" } --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/80local7 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/rsyslog.conf/80local7 2013-02-27 19:44:04.938757921 +0100 @@ -0,0 +1,4 @@ +{ +# Save boot messages also to boot.log +} +local7.* { "${bootlog}" } --- e-smith-base-5.4.0/root/etc/e-smith/templates/etc/sysconfig/rsyslog/10rsyslogOptions 1970-01-01 01:00:00.000000000 +0100 +++ e-smith-base-5.4.0/root/etc/e-smith/templates/etc/sysconfig/rsyslog/10rsyslogOptions 2013-02-25 22:46:38.410290439 +0100 @@ -0,0 +1,1 @@ +SYSLOGD_OPTIONS="-c 5"