summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.initial10
1 files changed, 2 insertions, 8 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 5eacbe0..fc32641 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -48,8 +48,7 @@ echo " 6) Halt system"
echo " 7) Ping host"
echo " 8) Shell"
echo " 9) PFtop"
-echo "10) Auto Upgrade"
-echo "11) Traffic Logs"
+echo "10) Traffic Logs"
echo
read -p "Enter a number: " opmode
@@ -89,14 +88,9 @@ case ${opmode} in
/usr/local/sbin/pftop
;;
10)
- /usr/bin/fetch -o /tmp/latest.tgz http://www.pfsense.com/latest.tgz
- /usr/bin/fetch -o /tmp/latest.tgz.md5 http://www.pfsense.com/latest.tgz.md5
- /etc/rc.firmware_auto
- ;;
-11)
/usr/sbin/tcpdump -n -e -ttt -i pflog0
;;
-12)
+99)
if grep "$WORD" "$CONFIG"
then
links "https://localhost"
OpenPOWER on IntegriCloud