summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-22 18:50:23 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-22 18:50:23 -0400
commit43cca7d681dfbff9eb84d980c48bedb2042a0b10 (patch)
treee0cf9df14cd494f2498ca5230fde7f90b97553a3 /etc
parentfb56bff1ba38776731392410522057dfe2e6bdd7 (diff)
downloadpfsense-43cca7d681dfbff9eb84d980c48bedb2042a0b10.zip
pfsense-43cca7d681dfbff9eb84d980c48bedb2042a0b10.tar.gz
Axe the s in developers. 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 e9978a9..b4b3dba 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} 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