summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-15 19:06:50 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-15 19:06:50 -0400
commit906f6b71b894a5e73505cde7d44745da0454b686 (patch)
treee88cc1f6e992a009cdf0aa6e8c68950a5bfa74e6 /etc
parent57ecd9b6c79b8755654fd192e4e3cc6d1ec6ade3 (diff)
downloadpfsense-906f6b71b894a5e73505cde7d44745da0454b686.zip
pfsense-906f6b71b894a5e73505cde7d44745da0454b686.tar.gz
Jettison clog. Man overboard!
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc28
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 0ae3a52..9453b40 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -353,7 +353,7 @@ function system_syslogd_start() {
$separatelogfacilities = $separatelogfacilities + $pkgfacilities;
$facilitylist = implode(',', $pkgfacilities);
mwexec("fifolog_create -s 10000 {$g['varlog_path']}/{$package['logging']['logfilename']}");
- $syslogconf .= "!{$facilitylist}\n*.*\t\t\t\t\t\t%{$g['varlog_path']}/{$package['logging']['logfilename']}\n";
+ $syslogconf .= "!{$facilitylist}\n*.*\t\t\t\t\t\t|fiflog_writer {$g['varlog_path']}/{$package['logging']['logfilename']}\n";
}
}
}
@@ -367,14 +367,14 @@ function system_syslogd_start() {
$syslogconf .= "!ntpdate,!ntpd\n";
if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= <<<EOD
-*.* %{$g['varlog_path']}/ntpd.log
+*.* |fiflog_writer {$g['varlog_path']}/ntpd.log
EOD;
}
$syslogconf .= "!racoon\n";
if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= <<<EOD
-*.* %{$g['varlog_path']}/ipsec.log
+*.* |fiflog_writer {$g['varlog_path']}/ipsec.log
EOD;
}
@@ -387,7 +387,7 @@ EOD;
$syslogconf .= "!openvpn\n";
if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= <<<EOD
-*.* %{$g['varlog_path']}/openvpn.log
+*.* |fiflog_writer {$g['varlog_path']}/openvpn.log
EOD;
}
@@ -400,16 +400,16 @@ EOD;
$syslogconf .= "!-{$facilitylist}\n";
if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= <<<EOD
-local0.* %{$g['varlog_path']}/filter.log
-local3.* %{$g['varlog_path']}/vpn.log
-local4.* %{$g['varlog_path']}/portalauth.log
-local7.* %{$g['varlog_path']}/dhcpd.log
-*.notice;kern.debug;lpr.info;mail.crit; %{$g['varlog_path']}/system.log
-news.err;local0.none;local3.none;local4.none; %{$g['varlog_path']}/system.log
-local7.none %{$g['varlog_path']}/system.log
-security.* %{$g['varlog_path']}/system.log
-auth.info;authpriv.info;daemon.info %{$g['varlog_path']}/system.log
-local1.* %{$g['varlog_path']}/relayd.log
+local0.* |fiflog_writer {$g['varlog_path']}/filter.log
+local3.* |fiflog_writer {$g['varlog_path']}/vpn.log
+local4.* |fiflog_writer {$g['varlog_path']}/portalauth.log
+local7.* |fiflog_writer {$g['varlog_path']}/dhcpd.log
+*.notice;kern.debug;lpr.info;mail.crit; |fiflog_writer {$g['varlog_path']}/system.log
+news.err;local0.none;local3.none;local4.none; |fiflog_writer {$g['varlog_path']}/system.log
+local7.none |fiflog_writer {$g['varlog_path']}/system.log
+security.* |fiflog_writer {$g['varlog_path']}/system.log
+auth.info;authpriv.info;daemon.info |fiflog_writer {$g['varlog_path']}/system.log
+local1.* |fiflog_writer {$g['varlog_path']}/relayd.log
auth.info;authpriv.info |exec /usr/local/sbin/sshlockout_pf
*.emerg *
OpenPOWER on IntegriCloud