summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-19 23:07:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-19 23:07:01 +0000
commit4591490da3986da10b9197c84cd55813d5ba5cfd (patch)
tree2bc6f91857b2f944957df7eaa0934279556b9efd /etc/rc.initial
parent59fe3cdfd5f9b6a89c2491ba144e0d922a2253a8 (diff)
downloadpfsense-4591490da3986da10b9197c84cd55813d5ba5cfd.zip
pfsense-4591490da3986da10b9197c84cd55813d5ba5cfd.tar.gz
Remove console auto update option.
Fixes ticket #85
Diffstat (limited to 'etc/rc.initial')
-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