summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-01 15:42:33 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-01 15:42:33 +0545
commit13500a2291a3670afa4a856d71c24b1ee2673d88 (patch)
treefebfdff1b3244ba812b2d95e24a76170d82343ff /src
parent3a07e333e5b57d2c915483fb80060a9b542c3755 (diff)
downloadpfsense-13500a2291a3670afa4a856d71c24b1ee2673d88.zip
pfsense-13500a2291a3670afa4a856d71c24b1ee2673d88.tar.gz
Remove extra spaces on welcome text
Must be feeling OCD today. The console output had 2 spaces between "2.3-ALPHA" and "on the". I also removed the space before "..." because all the subsequent lines of console output have no space before the "...'. Actually this is a title line, so maybe the "..." could be deleted here also :)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc b/src/etc/rc
index 21d68be..79f9729 100755
--- a/src/etc/rc
+++ b/src/etc/rc
@@ -185,7 +185,7 @@ echo
cat /etc/ascii-art/pfsense-logo-small.txt
echo
echo
-echo "Welcome to ${product} ${version} ${platformbanner} ..."
+echo "Welcome to ${product} ${version}${platformbanner}..."
echo
/sbin/conscontrol mute off >/dev/null
OpenPOWER on IntegriCloud