diff options
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | AUTHORS | 66 | ||||
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | THANKS.in | 4 |
4 files changed, 74 insertions, 2 deletions
@@ -15,3 +15,4 @@ install-sh mkinstalldirs missing depcomp +THANKS @@ -9,4 +9,68 @@ Pedro Leite Richard Mayhew Remi Paulmier Didi Rieder -Tom Shields
\ No newline at end of file +Tom Shields +Stuart Webster +Jim Carroll +Ian Duggan +Tom Bertelston +Charlie Cook +Simon L Nielsen +Alex Chaffee +Frank Kannemann +Jeremy Baumgartner +Michael Haro +Paul Farrall +Dave Viner +Olaf Greis +Russell Scibetti +Ziya Suzen +Paul Dlug +Andy Doran +Reuben Farrelly +Phil Randal +Julien Touche +Paula Arnold +Matthew Ericson +Bradley Baetz +Rodger Allen +Alwyn Cherrington +Mathieu Masseboeuf +Wolfgang Rosenauer +Larry Low +Karl Ewald +Alexander Matey +Laurent Vaslin +Matthew Brown +Fabian Pehla +Robert August Vincent +Dietmar Ruzicka +Jacob Lundqvist +Janos Mohacsi +Cove Schneider +Michael Anthon +Steven Grimm +Ernst-Dieter Martin +Steve Rigler +Cliff Rice +Christoph Kron +Valdimir Ivaschenko +Guy Van Den Bergh +Matt Perry +Mike McHenry +Matthew Peters +Thomas Nilsen +Marc Poulin +Jonathan Rozes +Thomas Schimpke +James Fidell +John Koyle +Mark Jewiss +William Pietri +Carlos Canau +Benjamin Schmid +Sven Meyer +Walbert Oberngruber +John Marquart +Truongchinh Nguyen +Jeffery Blank diff --git a/Makefile.am b/Makefile.am index 20d55907..174b19b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = intl lib plugins plugins-scripts po EXTRA_DIST = config.rpath \ - ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT \ + ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ Helper.pm contrib pkg nagios-plugins.spec.in ACLOCAL_AMFLAGS = -I lib @@ -34,5 +34,8 @@ solpkg: $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) +THANKS: THANKS.in AUTHORS + perl -e ' @a=<>; print sort by_last_field @a; sub by_last_field { ($$a1) = $$a =~ /\s(\w+)$$/; ($$b1) = $$b =~ /\s(\w+)$$/; $$a1 cmp $$b1}' AUTHORS | cat THANKS.in - > $@ + pkgclean: rm -rf $(BUILDDIR) $(PACKDIR) diff --git a/THANKS.in b/THANKS.in new file mode 100644 index 00000000..d4ecbd3d --- /dev/null +++ b/THANKS.in @@ -0,0 +1,4 @@ +This software is brought to you by the Nagios Plugins Development Team. However, +there have been many contributors to this project. Everyone below has helped in +raising bug reports, creating patches or contributing new plugins. + |