From 48b5d2f08fc383476cda98f64927d4e9e6febb71 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 23 Dec 2004 06:55:12 +0000 Subject: 9) Access web GUI using links --- etc/rc.initial | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/rc.initial') 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 -- cgit v1.1