summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-21 02:29:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-21 02:29:44 +0000
commit4fa1ffbb253e7b3f5bb61733395930fb1c3ab12c (patch)
treeb048b5fc6af5c4af2f34e8878b79072a604216ed /etc/rc
parent3deb0883e15b52b7d52e904961fd2990703becdb (diff)
downloadpfsense-4fa1ffbb253e7b3f5bb61733395930fb1c3ab12c.zip
pfsense-4fa1ffbb253e7b3f5bb61733395930fb1c3ab12c.tar.gz
Increase filter log space to 784K so that it can accept 999 entries
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 fb5a15a..fbc0b5a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -147,7 +147,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then
clog -i -s 65535 /var/log/slbd.log
else
clog -i -s 512144 /var/log/system.log
- clog -i -s 512144 /var/log/filter.log
+ clog -i -s 784144 /var/log/filter.log
clog -i -s 65535 /var/log/dhcpd.log
clog -i -s 65535 /var/log/vpn.log
clog -i -s 65535 /var/log/openvpn.log
OpenPOWER on IntegriCloud