diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-03 23:43:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-03 23:43:07 +0000 |
commit | ef5ebb3511093076ff6ac3b16037d3df85f73f1f (patch) | |
tree | d1fdb4742aec14076a2f9808ab68d096e92940b6 /etc/rc.initial | |
parent | 251021d7ec7970952673dd8a2105199e7438af70 (diff) | |
download | pfsense-ef5ebb3511093076ff6ac3b16037d3df85f73f1f.zip pfsense-ef5ebb3511093076ff6ac3b16037d3df85f73f1f.tar.gz |
Traffic -> Filter for consistency with webConfigurator
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-x | etc/rc.initial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index a17f8e3..a555bb2 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -45,7 +45,7 @@ echo " 6) Halt system" echo " 7) Ping host" echo " 8) Shell" echo " 9) PFtop" -echo "10) Traffic Logs" +echo "10) Filter Logs" echo "11) Restart webConfigurator" if [ -f /var/db/pfi/capable_* ]; then if [ ! -L /cf/conf ]; then |