summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-22 18:51:29 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-22 18:51:34 -0400
commitf160434000a74fc77a6d34ac32c7f195f69c43e0 (patch)
treefafdb97cf776ce1d2cca603b22ce05d64a5e7c37 /etc
parent43cca7d681dfbff9eb84d980c48bedb2042a0b10 (diff)
downloadpfsense-f160434000a74fc77a6d34ac32c7f195f69c43e0.zip
pfsense-f160434000a74fc77a6d34ac32c7f195f69c43e0.tar.gz
Axe the s in developers. Capitalize accordingly. Suggested by JimP
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 b4b3dba..3c2fb38 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} developer 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