summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-29 23:57:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-29 23:57:15 +0000
commit838abde94e251d7db766e8e7eed24fb5b75be526 (patch)
treeb87d79c048e31c3cae5aeeb864066a222a01f590 /etc/rc.initial
parentcddfb5a436e2e5a8700630233ab02df0580de364 (diff)
downloadpfsense-838abde94e251d7db766e8e7eed24fb5b75be526.zip
pfsense-838abde94e251d7db766e8e7eed24fb5b75be526.tar.gz
Add pfSense php shell option. This will be used by developers to tell operators how to remove blank config options and many other things that will be easier than instructing someone to edit config.xml directly, etc.
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 9c24ef1..66bab08 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -76,6 +76,7 @@ echo " 8) Shell"
echo " 9) PFtop"
echo "10) Filter Logs"
echo "11) Restart webConfigurator"
+echo "12) pfSense PHP shell"
for i in /var/db/pfi/capable_*; do
if [ -f $i -a ! -L /cf/conf ]; then
echo "98) Move configuration file to removable device"
@@ -131,6 +132,9 @@ case ${opmode} in
/etc/rc.restart_webgui
;;
12)
+ /usr/local/sbin/pfSsh.php
+ ;;
+13)
/etc/rc.banner
;;
98)
OpenPOWER on IntegriCloud