From 6cde107b894e67ae64e19362ad12d0bb3efb853f Mon Sep 17 00:00:00 2001 From: rbalocca Date: Mon, 24 Mar 2008 18:12:06 -0700 Subject: Line up the colons with the copyright notice (in show 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 5d4c4c3..587f17e 100755 --- a/scripts/vyatta-show-version +++ b/scripts/vyatta-show-version @@ -160,10 +160,10 @@ if (defined($booted) && $booted ne "") { } else { $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 From 33436464fcf7f38e382a9d57c5cba8b761bf0b75 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Mon, 24 Mar 2008 18:14:05 -0700 Subject: Set dependencies on either bash or vyatta-bash --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1d00eea..c124dfa 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: sed (>= 4.1.5), lsof, coreutils (>= 5.97-5.3), host, - vyatta-bash, + vyatta-bash | bash (>= 3.1), less Suggests: util-linux (>= 2.13-5), net-tools, -- cgit v1.2.3