From: Xueshan Feng Date: Thu, 21 Sep 2006 22:39:03 +0000 (+0000) Subject: Use "#" to protect $ID. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=73ef405a92390aaeb1a8a35ad6c4449d432c22da;p=packages%2Fa%2Fafs-monitor.git Use "#" to protect $ID. --- diff --git a/check_afsspace b/check_afsspace index e3d7993..b0eacd8 100755 --- a/check_afsspace +++ b/check_afsspace @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -$ID = q$Id$; +# $ID = q$Id$; # # check_afsspace -- Monitor AFS disk space usage under Nagios. # diff --git a/check_bos b/check_bos index 0b90c3a..7635e51 100755 --- a/check_bos +++ b/check_bos @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -$ID = q$Id$; +# $ID = q$Id$; # # check_bos -- Monitor AFS bos output for problems in Nagios. # diff --git a/check_rxdebug b/check_rxdebug index 1577ae2..d2d34ca 100755 --- a/check_rxdebug +++ b/check_rxdebug @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -$ID = q$Id$; +# $ID = q$Id$; # # check_rxdebug -- Nagios AFS server check for waiting connections. #