From 2cf4ffca95a4d91e357808303a5954b8e4f67e67 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 13 Apr 2014 17:04:56 -0700 Subject: [PATCH] Change my email address to eagle@eyrie.org --- README | 4 ++-- check_afs_bos | 4 ++-- check_afs_quotas | 2 +- check_afs_rxdebug | 4 ++-- check_afs_space | 4 ++-- check_afs_udebug | 4 ++-- t/minimum-version.t | 2 +- t/pod-spelling.t | 2 +- t/pod.t | 2 +- t/strict.t | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README b/README index d5e4b3f..5d661fd 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ afs-monitor release 2.4 (Nagios-compatible probes to monitor AFS servers) - Maintained by Russ Allbery + Maintained by Russ Allbery This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. Please see the section LICENSE @@ -115,7 +115,7 @@ SUPPORT will always have the current version of this package, the current documentation, and pointers to any additional resources. - I welcome bug reports and patches for this package at rra@stanford.edu. + I welcome bug reports and patches for this package at eagle@eyrie.org. However, please be aware that I tend to be extremely busy and work projects often take priority. I'll save your mail and get to it as soon as I can, but it may take me a couple of months. diff --git a/check_afs_bos b/check_afs_bos index aece1da..d6556d5 100755 --- a/check_afs_bos +++ b/check_afs_bos @@ -9,7 +9,7 @@ our $VERSION = '@VERSION@ @DATE@'; # true, print that information to STDOUT. Suitable for being run inside # Nagios. # -# Written by Russ Allbery +# Written by Russ Allbery # Based on an earlier script by Neil Crellin # Copyright 2003, 2004, 2010, 2013 # The Board of Trustees of the Leland Stanford Junior University @@ -258,7 +258,7 @@ tools page at L. =head1 AUTHORS The original idea behind this script was from Neil Crellin. Russ Allbery - updated it to work with Nagios and stripped out some + updated it to work with Nagios and stripped out some rather neat but now unnecessary code to look for any changes in the bos output, instead just scanning it for acceptable lines. diff --git a/check_afs_quotas b/check_afs_quotas index 03ea40a..f8ad7c5 100755 --- a/check_afs_quotas +++ b/check_afs_quotas @@ -9,7 +9,7 @@ our $VERSION = '@VERSION@ @DATE@'; # warning percentage and with status 2 if the free space is below a critical # percentage. # -# Written by Russ Allbery +# Written by Russ Allbery # Based on a script by Steve Rader # Copyright 2010, 2013 # The Board of Trustees of the Leland Stanford Junior University diff --git a/check_afs_rxdebug b/check_afs_rxdebug index f6ebd57..aa456ac 100755 --- a/check_afs_rxdebug +++ b/check_afs_rxdebug @@ -10,7 +10,7 @@ our $VERSION = '@VERSION@ @DATE@'; # state. The thresholds can be overridden from the command line. # # Written by Quanah Gibson-Mount based on work by Neil Crellin -# Updated by Russ Allbery +# Updated by Russ Allbery # Copyright 2003, 2004, 2005, 2010, 2013 # The Board of Trustees of the Leland Stanford Junior University # @@ -224,7 +224,7 @@ tools page at L. The original idea behind this script was from Neil Crellin. It was updated by Quanah Gibson-Mount to work with Nagios, and then further -updated by Russ Allbery to support more standard +updated by Russ Allbery to support more standard options and to use a more uniform coding style. =head1 COPYRIGHT AND LICENSE diff --git a/check_afs_space b/check_afs_space index 3b106b5..d8aba8e 100755 --- a/check_afs_space +++ b/check_afs_space @@ -9,7 +9,7 @@ our $VERSION = '@VERSION@ @DATE@'; # percentage (this works with the Nagios check architecture). # # Written by Susan Feng -# Updated by Russ Allbery +# Updated by Russ Allbery # Copyright 2003, 2004, 2010, 2013 # The Board of Trustees of the Leland Stanford Junior University # @@ -295,7 +295,7 @@ tools page at L. Originally written by Susan Feng for use with mon. Updated by Quanah Gibson-Mount to work with Nagios, and then further updated by Russ Allbery - to support more standard options and to use a more + to support more standard options and to use a more uniform coding style. Support for checking a single partition based on work by Steve Rader. diff --git a/check_afs_udebug b/check_afs_udebug index cd29884..dde96bb 100755 --- a/check_afs_udebug +++ b/check_afs_udebug @@ -8,7 +8,7 @@ our $VERSION = '@VERSION@ @DATE@'; # site (ensuring that it considers all of the other servers up-to-date) or if # any of the servers don't believe there is a sync site. # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2004, 2010, 2013 # The Board of Trustees of the Leland Stanford Junior University # @@ -205,7 +205,7 @@ tools page at L. =head1 AUTHORS -Russ Allbery +Russ Allbery =head1 COPYRIGHT AND LICENSE diff --git a/t/minimum-version.t b/t/minimum-version.t index 8872356..4cd2ca2 100755 --- a/t/minimum-version.t +++ b/t/minimum-version.t @@ -2,7 +2,7 @@ # # Check that too-new features of Perl are not being used. # -# Written by Russ Allbery +# Written by Russ Allbery # # The authors hereby relinquish any claim to any copyright that they may have # in this work, whether granted under contract or by operation of law or diff --git a/t/pod-spelling.t b/t/pod-spelling.t index 3f5b87b..dcd2845 100755 --- a/t/pod-spelling.t +++ b/t/pod-spelling.t @@ -6,7 +6,7 @@ # is disabled unless RRA_MAINTAINER_TESTS is set, since spelling dictionaries # vary too much between environments. # -# Written by Russ Allbery +# Written by Russ Allbery # # The authors hereby relinquish any claim to any copyright that they may have # in this work, whether granted under contract or by operation of law or diff --git a/t/pod.t b/t/pod.t index 87a4c89..5920b62 100755 --- a/t/pod.t +++ b/t/pod.t @@ -2,7 +2,7 @@ # # Check all POD documents for POD formatting errors. # -# Written by Russ Allbery +# Written by Russ Allbery # # The authors hereby relinquish any claim to any copyright that they may have # in this work, whether granted under contract or by operation of law or diff --git a/t/strict.t b/t/strict.t index 04e196a..52ce9a1 100755 --- a/t/strict.t +++ b/t/strict.t @@ -2,7 +2,7 @@ # # Test Perl code for strict, warnings, and syntax. # -# Written by Russ Allbery +# Written by Russ Allbery # # The authors hereby relinquish any claim to any copyright that they may have # in this work, whether granted under contract or by operation of law or -- 2.39.5