diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-21 03:16:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-21 03:16:51 +0000 |
commit | d42d21843cbdeb95185dcc5066de93d9b923f133 (patch) | |
tree | ac1eeb2367b00a3c4121de1a29e992077ecde58c /etc/rc | |
parent | 66f8efe7d542f6628b1da7bf5ac334bf799e62b2 (diff) | |
download | pfsense-d42d21843cbdeb95185dcc5066de93d9b923f133.zip pfsense-d42d21843cbdeb95185dcc5066de93d9b923f133.tar.gz |
512K is enough for 1000 rows. Back out previous commit.
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 784144 /var/log/filter.log + clog -i -s 512144 /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 |