summaryrefslogtreecommitdiffstats
path: root/etc/rc
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/rc
parentffeb5acffbae5d16c9178cd28bab2ee1a85a29b3 (diff)
downloadpfsense-295e19dd97c6f9a4671d273cd3007d317f78aade.zip
pfsense-295e19dd97c6f9a4671d273cd3007d317f78aade.tar.gz
Add PPP logging tab
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index da1ba3a..1b0e2f9 100755
--- a/etc/rc
+++ b/etc/rc
@@ -234,6 +234,7 @@ if [ "$DISABLESYSLOGCLOG" -gt "0" ]; then
touch /var/log/openvpn.log
touch /var/log/portalauth.log
touch /var/log/ipsec.log
+ touch /var/log/ppp.log
touch /var/log/relayd.log
touch /var/log/lighttpd.log
touch /var/log/ntpd.log
@@ -248,6 +249,7 @@ else
/usr/sbin/fifolog_create -s 50688 /var/log/openvpn.log
/usr/sbin/fifolog_create -s 50688 /var/log/portalauth.log
/usr/sbin/fifolog_create -s 50688 /var/log/ipsec.log
+ /usr/sbin/fifolog_create -s 50688 /var/log/ppp.log
/usr/sbin/fifolog_create -s 50688 /var/log/relayd.log
/usr/sbin/fifolog_create -s 50688 /var/log/lighttpd.log
/usr/sbin/fifolog_create -s 50688 /var/log/ntpd.log
@@ -259,6 +261,7 @@ else
/usr/sbin/clog -i -s 65535 /var/log/openvpn.log
/usr/sbin/clog -i -s 65535 /var/log/portalauth.log
/usr/sbin/clog -i -s 65535 /var/log/ipsec.log
+ /usr/sbin/clog -i -s 65535 /var/log/ppp.log
/usr/sbin/clog -i -s 65535 /var/log/slbd.log
/usr/sbin/clog -i -s 65535 /var/log/lighttpd.log
/usr/sbin/clog -i -s 65535 /var/log/ntpd.log
OpenPOWER on IntegriCloud