From 73ef405a92390aaeb1a8a35ad6c4449d432c22da Mon Sep 17 00:00:00 2001 From: Xueshan Feng Date: Thu, 21 Sep 2006 22:39:03 +0000 Subject: [PATCH] Use "#" to protect $ID. --- check_afsspace | 2 +- check_bos | 2 +- check_rxdebug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. # -- 2.39.5