From: Andrew Ruthven Date: Sun, 14 Oct 2007 22:12:41 +0000 (+1300) Subject: Rename to what we'll use when installing it. X-Git-Tag: 0.1~9 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=280b68f28c4392ca43dd10ac3db9f744828a90a5;p=mythtv-status.git Rename to what we'll use when installing it. --- 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) {