summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-23 06:55:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-23 06:55:12 +0000
commit48b5d2f08fc383476cda98f64927d4e9e6febb71 (patch)
treeec0ef7fe857779fcff804c06b631acc5bcf6efc5 /etc/rc.initial
parentb9837e39f53e973650bcbf6baf72f92618dd6862 (diff)
downloadpfsense-48b5d2f08fc383476cda98f64927d4e9e6febb71.zip
pfsense-48b5d2f08fc383476cda98f64927d4e9e6febb71.tar.gz
9) Access web GUI using links
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 51eb19d..80ff26d 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -44,6 +44,7 @@ echo "5) Reboot system"
echo "6) Ping host"
echo "7) Shell"
echo "8) PFtop"
+echo "9) Access web GUI using links"
echo
read -p "Enter a number: " opmode
@@ -78,6 +79,9 @@ case ${opmode} in
;;
8)
/usr/local/sbin/pftop
+9)
+ links "http://localhost"
+ ;;
esac
done
OpenPOWER on IntegriCloud