From 280b68f28c4392ca43dd10ac3db9f744828a90a5 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 15 Oct 2007 11:12:41 +1300 Subject: [PATCH] Rename to what we'll use when installing it. --- bin/{status.pl => mythtv-status} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bin/{status.pl => mythtv-status} (99%) diff --git a/bin/status.pl b/bin/mythtv-status similarity index 99% rename from bin/status.pl rename to bin/mythtv-status index 9e0df9e..044e5a0 100755 --- a/bin/status.pl +++ b/bin/mythtv-status @@ -84,7 +84,7 @@ my @blocks = ( ); my $title = "MythTV status for $host"; -print "$title\n"; +print "\n$title\n"; print '=' x length($title) . "\n"; for my $block (@blocks) { -- 2.30.2