diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 13:50:52 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 13:50:52 -0400 |
commit | f76d5242df8ff02cc15c00708f4f66b151c8e133 (patch) | |
tree | dc34687013e4598f2e6d9679c545cd5aa09d3fd0 | |
parent | 807c2e7a5384d330645a04937370ba6c0faf9d23 (diff) | |
download | pfsense-f76d5242df8ff02cc15c00708f4f66b151c8e133.zip pfsense-f76d5242df8ff02cc15c00708f4f66b151c8e133.tar.gz |
Move machine arch over a bit to the right
-rwxr-xr-x | etc/rc.banner | 2 |
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) { |