summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-07-08 21:08:50 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-07-08 21:08:50 +0000
commit99944dc53a2abd1ee3029e15c9ee840d18a0f37d (patch)
tree5a49a042e4727b19e6325733da52d00515358422 /etc/rc
parent16e9406e3000b36331ad6a505263c472f1dbc6e0 (diff)
downloadpfsense-99944dc53a2abd1ee3029e15c9ee840d18a0f37d.zip
pfsense-99944dc53a2abd1ee3029e15c9ee840d18a0f37d.tar.gz
Remove configure_slbd() from rc scripts
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