summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-09 23:25:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-09 23:25:45 +0000
commitdc7e008c1343a6ae7fab57a5c781e84091b4a87c (patch)
tree1d4a755bab722fb12630ca2087d6d2f317135b2c /etc/rc.initial
parent555f04a7fc6f15c066c92de09bcbef109ef65264 (diff)
downloadpfsense-dc7e008c1343a6ae7fab57a5c781e84091b4a87c.zip
pfsense-dc7e008c1343a6ae7fab57a5c781e84091b4a87c.tar.gz
Add option #12 show interface info
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index f5a33d7..c3b1a12 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -73,6 +73,7 @@ echo " 8) Shell"
echo " 9) PFtop"
echo "10) Filter Logs"
echo "11) Restart webConfigurator"
+echo "12) Interface information"
if [ -f /var/db/pfi/capable_* ]; then
if [ ! -L /cf/conf ]; then
echo "98) Move configuration file to removable device"
@@ -126,6 +127,9 @@ case ${opmode} in
11)
/etc/rc.restart_webgui
;;
+12)
+ /etc/rc.banner
+ ;;
98)
if [ ! -f /tmp/config_moved ]; then
/etc/rc.initial.store_config_to_removable_device
OpenPOWER on IntegriCloud