From 838abde94e251d7db766e8e7eed24fb5b75be526 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 Apr 2007 23:57:15 +0000 Subject: 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. --- etc/rc.initial | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.1