summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-22 18:51:01 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-22 18:51:01 -0400
commit92c5013cb7a96b5b05b66972e876d100fe86f404 (patch)
treea42275ce824ef020605365e187e5c2365df6293d /etc/rc.initial
parent3f64051e07f1833e1c523b11165eccd7a32324fc (diff)
downloadpfsense-92c5013cb7a96b5b05b66972e876d100fe86f404.zip
pfsense-92c5013cb7a96b5b05b66972e876d100fe86f404.tar.gz
Axe the s in developers. Capitalize accordingly. Suggested by JimP
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 747aaed..df263b1 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} developers shell"
+echo "12) ${product} Developer Shell"
echo "13) Upgrade from console"
SSHD=`netstat -an | grep "*.22" | wc -l`
if [ "$SSHD" -gt 0 ]; then
OpenPOWER on IntegriCloud