summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index bd87893..0297552 100755
--- a/etc/rc
+++ b/etc/rc
@@ -172,7 +172,7 @@ if [ "$DISABLESYSLOGCLOG" -gt "0" ]; then
touch /var/log/openvpn.log
touch /var/log/portalauth.log
touch /var/log/ipsec.log
- touch /var/log/slbd.log
+ touch /var/log/relayd.log
touch /var/log/lighttpd.log
touch /var/log/ntpd.log
else
@@ -184,12 +184,12 @@ else
clog -i -s 65535 /var/log/openvpn.log
clog -i -s 65535 /var/log/portalauth.log
clog -i -s 65535 /var/log/ipsec.log
- clog -i -s 65535 /var/log/slbd.log
+ clog -i -s 65535 /var/log/relayd.log
clog -i -s 65535 /var/log/lighttpd.log
clog -i -s 65535 /var/log/ntpd.log
fi
# change permissions on newly created clog files.
-chmod 0600 /var/log/system.log /var/log/filter.log /var/log/dhcpd.log /var/log/vpn.log /var/log/portalauth.log /var/log/slbd.log
+chmod 0600 /var/log/system.log /var/log/filter.log /var/log/dhcpd.log /var/log/vpn.log /var/log/portalauth.log /var/log/relayd.log
echo -n "."
DEVFS=`mount | grep devfs | wc -l | cut -d" " -f8`
OpenPOWER on IntegriCloud