Increase filter log space to 784K so that it can accept 999 entries

This commit is contained in:
Scott Ullrich 2006-09-21 02:29:44 +00:00
parent 3deb0883e1
commit 4fa1ffbb25
2 changed files with 2 additions and 2 deletions

2
etc/rc
View File

@ -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

View File

@ -50,7 +50,7 @@ if (!$nentries)
if ($_POST['clear']) {
exec("killall syslogd");
exec("/usr/sbin/clog -i -s 262144 /var/log/filter.log");
exec("/usr/sbin/clog -i -s 784144 /var/log/filter.log");
system_syslogd_start();
}