summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-29 23:57:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-29 23:57:22 +0000
commit3c2972b39761e2698a5def8519780f05b8a9f5f1 (patch)
tree810458c055cb153b0685328981c7a3dcfe4c8a45 /etc/rc.initial
parent6855dff019e620569f14deeb8a13d5ba77842e28 (diff)
downloadpfsense-3c2972b39761e2698a5def8519780f05b8a9f5f1.zip
pfsense-3c2972b39761e2698a5def8519780f05b8a9f5f1.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