summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-26 01:48:52 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-26 01:48:52 -0400
commit295e19dd97c6f9a4671d273cd3007d317f78aade (patch)
tree5c3480edd0d0026e3adedd7a545255f97b0c5358 /etc/inc
parentffeb5acffbae5d16c9178cd28bab2ee1a85a29b3 (diff)
downloadpfsense-295e19dd97c6f9a4671d273cd3007d317f78aade.zip
pfsense-295e19dd97c6f9a4671d273cd3007d317f78aade.tar.gz
Add PPP logging tab
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/system.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 9efc730..988a68f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -430,6 +430,9 @@ function system_syslogd_start() {
$syslogconf .= "!ntpdate,!ntpd\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ntpd.log\n";
+ $syslogconf .= "!ppp\n";
+ if (!isset($syslogcfg['disablelocallogging']))
+ $syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ppp.log\n";
$syslogconf .= "!racoon\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ipsec.log\n";
OpenPOWER on IntegriCloud