summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-01 23:36:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-01 23:36:15 +0000
commit9eb7a7b4c204acc18c780172a3c5c07ddc2495b9 (patch)
tree5442434d336851041ff6dcf5f44c71e2e53437fb /etc/rc.initial
parent3e2a20cfb9904a7a66e50017477e82571eb542be (diff)
downloadpfsense-9eb7a7b4c204acc18c780172a3c5c07ddc2495b9.zip
pfsense-9eb7a7b4c204acc18c780172a3c5c07ddc2495b9.tar.gz
Reverse option 98 and 99
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 999add8..709e20f 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -91,11 +91,11 @@ case ${opmode} in
10)
/usr/sbin/tcpdump -n -e -ttt -i pflog0
;;
-98)
- /scripts/lua_installer
+98)
+ /etc/rc.store_config_to_removable_device
;;
99)
- /etc/rc.store_config_to_removable_device
+ /scripts/lua_installer
;;
100)
if grep "$WORD" "$CONFIG"
OpenPOWER on IntegriCloud