summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-17 19:51:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-17 19:51:35 +0000
commit965aefa2cdd6a8b8b0d27a636b3202cac02604f5 (patch)
treec7cfc0d879112682e172a2ada8b07c3a5ebf9e37 /etc/rc.initial
parentcad47db8b8600dd140da11fc6b378e9a83264043 (diff)
downloadpfsense-965aefa2cdd6a8b8b0d27a636b3202cac02604f5.zip
pfsense-965aefa2cdd6a8b8b0d27a636b3202cac02604f5.tar.gz
add pftop to console menu
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 962d97f..fc6d5b5 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -42,6 +42,7 @@ echo "4) Reset to factory defaults"
echo "5) Reboot system"
echo "6) Ping host"
echo "7) Shell"
+echo "8) PFtop"
echo
read -p "Enter a number: " opmode
@@ -70,6 +71,8 @@ case ${opmode} in
set prompt = "\n`/bin/hostname -s`# "
/bin/sh
;;
+8)
+ /usr/local/sbin/pftop
esac
done
OpenPOWER on IntegriCloud