diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-05 21:50:56 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-05 21:50:56 +0000 |
commit | 18330d38ae3f645070333a4f22156f079b257d5d (patch) | |
tree | 11712e67ac1925bf1151d460b2283c6a5217d2e4 /etc/rc | |
parent | f06645b18a05d30d4a4588329ac4a5500879c7c9 (diff) | |
download | pfsense-18330d38ae3f645070333a4f22156f079b257d5d.zip pfsense-18330d38ae3f645070333a4f22156f079b257d5d.tar.gz |
Add OpenNTPD logging tab
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,6 +146,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then clog -i -s 65535 /var/log/ipsec.log clog -i -s 65535 /var/log/slbd.log clog -i -s 65535 /var/log/lighttpd.log + clog -i -s 65535 /var/log/ntpd.log else clog -i -s 65535 /var/log/system.log clog -i -s 65535 /var/log/filter.log @@ -155,6 +156,7 @@ else 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/ntpd.log fi # change permissions on newly created clog files. |