]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Fix program names in version output for check_{rx,u}debug
authorRuss Allbery <rra@stanford.edu>
Sat, 16 Oct 2010 18:31:53 +0000 (11:31 -0700)
committerRuss Allbery <rra@stanford.edu>
Sat, 16 Oct 2010 18:31:53 +0000 (11:31 -0700)
check_rxdebug
check_udebug

index 5a34203f749f944a3f1a3e09d5064337453da4e5..1d138b5d8e2e5ff1b980ab2fae02fcc030b1f4b3 100755 (executable)
@@ -62,7 +62,7 @@ if ($help) {
     exec ('perldoc', '-t', $0) or die "Cannot fork: $!\n";
 } elsif ($version) {
     my $version = $VERSION;
-    print "check_bos $version\n";
+    print "check_rxdebug $version\n";
     exit 0;
 }
 if (@ARGV) {
index b11a31f78d01402c73c070076cb0b04010576078..00db9b23f7d0c39cfbdab05ef16ec111bb6e5b42 100755 (executable)
@@ -53,7 +53,7 @@ if ($help) {
     exec ('perldoc', '-t', $0) or die "Cannot fork: $!\n";
 } elsif ($version) {
     my $version = $VERSION;
-    print "check_bos $version\n";
+    print "check_udebug $version\n";
     exit 0;
 }
 if (@ARGV || !(defined ($host) && defined ($port))) {