]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Rename to what we'll use when installing it.
authorAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Sun, 14 Oct 2007 22:12:41 +0000 (11:12 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Sun, 14 Oct 2007 22:12:41 +0000 (11:12 +1300)
bin/mythtv-status [moved from bin/status.pl with 99% similarity]

similarity index 99%
rename from bin/status.pl
rename to bin/mythtv-status
index 9e0df9e54b042c8a3332b1836d81ee1af74f920a..044e5a05b3b44aea57b11a270e9db9cb3e839b99 100755 (executable)
@@ -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) {