summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-03-29 12:20:03 +0200
committersmos <seth.mos@dds.nl>2012-03-29 12:20:03 +0200
commite0977fed0fabd99dcfec0611bf27f133c85b24fd (patch)
tree83f485f3389fdf4d53f33466c827f92122516b58 /etc/rc
parent8e4893fc7b4553c6ce1e12d69e6db55d341d7adc (diff)
downloadpfsense-e0977fed0fabd99dcfec0611bf27f133c85b24fd.zip
pfsense-e0977fed0fabd99dcfec0611bf27f133c85b24fd.tar.gz
Move some of the log file tabs around.
Add seperate tabs for dnsmasq,unbound as well as gateways.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 241509c..6ff3d27 100755
--- a/etc/rc
+++ b/etc/rc
@@ -258,7 +258,7 @@ fi
echo -n "."
DISABLESYSLOGCLOG=`/usr/bin/grep -c disablesyslogclog /cf/conf/config.xml`
ENABLEFIFOLOG=`/usr/bin/grep -c usefifolog /cf/conf/config.xml`
-LOG_FILES="system filter dhcpd vpn pptps poes l2tps openvpn portalauth ipsec ppp relayd wireless lighttpd ntpd apinger"
+LOG_FILES="system filter dhcpd vpn pptps poes l2tps openvpn portalauth ipsec ppp relayd wireless lighttpd ntpd gateways resolver"
for logfile in $LOG_FILES; do
if [ "$DISABLESYSLOGCLOG" -gt "0" ]; then
/usr/bin/touch /var/log/$logfile.log
OpenPOWER on IntegriCloud