From d4c5c3366673e825aade42b521e7ff9489157202 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Fri, 5 Mar 2010 15:20:07 -0800 Subject: Revert "Bugfix 5394: Move colon characters to their proper locations." This reverts commit 4cb06d9b29eb2ecad371121455c6b95933975cb9. This fix introduced issues in several areas of the system that use the version file to determine the system version. --- scripts/vyatta-show-version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/vyatta-show-version b/scripts/vyatta-show-version index 8181f6f..64f8aa0 100755 --- a/scripts/vyatta-show-version +++ b/scripts/vyatta-show-version @@ -165,10 +165,10 @@ if (defined($booted) && $booted ne "") { $booted="disk"; } } -print "Boot via: $booted\n"; +print "Boot via : $booted\n"; my $uptime = `uptime`; if (defined $uptime && $uptime ne "") { - print "Uptime: $uptime\n"; + print "Uptime : $uptime\n"; } if (!(-e $debsfile)) { exit 0; -- cgit v1.2.3