summaryrefslogtreecommitdiffstats
path: root/etc/rc.banner
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-22 13:50:52 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-22 13:50:52 -0400
commitf76d5242df8ff02cc15c00708f4f66b151c8e133 (patch)
treedc34687013e4598f2e6d9679c545cd5aa09d3fd0 /etc/rc.banner
parent807c2e7a5384d330645a04937370ba6c0faf9d23 (diff)
downloadpfsense-f76d5242df8ff02cc15c00708f4f66b151c8e133.zip
pfsense-f76d5242df8ff02cc15c00708f4f66b151c8e133.tar.gz
Move machine arch over a bit to the right
Diffstat (limited to 'etc/rc.banner')
-rwxr-xr-xetc/rc.banner2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.banner b/etc/rc.banner
index 0d68af7..56101fb 100755
--- a/etc/rc.banner
+++ b/etc/rc.banner
@@ -45,7 +45,7 @@
if(!$hideplatform)
$platformbanner = "-{$platform}";
- print "\n*** Welcome to {$product} ({$machine}) {$version}{$platformbanner} on {$hostname} ***\n";
+ print "\n*** Welcome to {$product} {$version}{$platformbanner} ({$machine}) on {$hostname} ***\n";
$iflist = get_configured_interface_with_descr(false, true);
foreach($iflist as $ifname => $friendly) {
OpenPOWER on IntegriCloud