summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-22 18:47:52 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-22 18:47:52 -0400
commit3f64051e07f1833e1c523b11165eccd7a32324fc (patch)
tree64121995b46b2a01d5fe4d6420e1f8598e3613a5 /etc/rc.initial
parent11f52e40643ef473eb0e12a3266344378b28000b (diff)
downloadpfsense-3f64051e07f1833e1c523b11165eccd7a32324fc.zip
pfsense-3f64051e07f1833e1c523b11165eccd7a32324fc.tar.gz
Rename PHP Shell to developers shell
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index a0cd9bc..747aaed 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -84,7 +84,7 @@ echo " 8) Shell"
echo " 9) PFtop"
echo "10) Filter Logs"
echo "11) Restart webConfigurator"
-echo "12) ${product} PHP shell"
+echo "12) ${product} developers shell"
echo "13) Upgrade from console"
SSHD=`netstat -an | grep "*.22" | wc -l`
if [ "$SSHD" -gt 0 ]; then
OpenPOWER on IntegriCloud