summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-22 18:48:40 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-22 18:48:40 -0400
commitfb56bff1ba38776731392410522057dfe2e6bdd7 (patch)
tree823c60174459a2628083484d8b855bed6fe23386 /etc
parent581905c8aab38acdff8e364e4a138ae21e3ce1f5 (diff)
downloadpfsense-fb56bff1ba38776731392410522057dfe2e6bdd7.zip
pfsense-fb56bff1ba38776731392410522057dfe2e6bdd7.tar.gz
Rename PHP Shell to developers shell
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 56d335c..e9978a9 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -89,7 +89,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