summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Gilligan <gilligan@vyatta.com>2010-03-05 15:20:07 -0800
committerBob Gilligan <gilligan@vyatta.com>2010-03-05 15:20:07 -0800
commitd4c5c3366673e825aade42b521e7ff9489157202 (patch)
tree38e43a1fd2b4c0a96b2b0f2fe400e449a24ce5e4
parent8610ae6a5dd537da353bb96b3bc77c12488349ca (diff)
downloadvyatta-op-d4c5c3366673e825aade42b521e7ff9489157202.tar.gz
vyatta-op-d4c5c3366673e825aade42b521e7ff9489157202.zip
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.
-rwxr-xr-xscripts/vyatta-show-version4
1 files 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;