summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-15 22:40:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-15 22:40:37 -0400
commit2f647f7ce3806f256de8a8bb732f88b8351d73f1 (patch)
tree3458a97de562587ec9cf1869dce0409951ff710b /etc/rc
parent40f7d05635388da7c1e5f757736036a3c8d28db5 (diff)
downloadpfsense-2f647f7ce3806f256de8a8bb732f88b8351d73f1.zip
pfsense-2f647f7ce3806f256de8a8bb732f88b8351d73f1.tar.gz
Use divisibles of 512
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc20
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/rc b/etc/rc
index d064d2f..8fd2fd6 100755
--- a/etc/rc
+++ b/etc/rc
@@ -217,16 +217,16 @@ if [ "$DISABLESYSLOGCLOG" -gt "0" ]; then
touch /var/log/ntpd.log
else
# generate circular logfiles
- fifolog_create -s 512144 /var/log/system.log
- fifolog_create -s 512144 /var/log/filter.log
- fifolog_create -s 65535 /var/log/dhcpd.log
- fifolog_create -s 65535 /var/log/vpn.log
- fifolog_create -s 65535 /var/log/openvpn.log
- fifolog_create -s 65535 /var/log/portalauth.log
- fifolog_create -s 65535 /var/log/ipsec.log
- fifolog_create -s 65535 /var/log/relayd.log
- fifolog_create -s 65535 /var/log/lighttpd.log
- fifolog_create -s 65535 /var/log/ntpd.log
+ fifolog_create -s 511488 /var/log/system.log
+ fifolog_create -s 511488 /var/log/filter.log
+ fifolog_create -s 50688 /var/log/dhcpd.log
+ fifolog_create -s 50688 /var/log/vpn.log
+ fifolog_create -s 50688 /var/log/openvpn.log
+ fifolog_create -s 50688 /var/log/portalauth.log
+ fifolog_create -s 50688 /var/log/ipsec.log
+ fifolog_create -s 50688 /var/log/relayd.log
+ fifolog_create -s 50688 /var/log/lighttpd.log
+ fifolog_create -s 50688 /var/log/ntpd.log
fi
# change permissions on newly created fifolog 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/relayd.log
OpenPOWER on IntegriCloud