mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Updated AUTHORS to include all contributors listed in comments in code and
CVS for plugins and plugins-scripts. Still need to do SF git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@706 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
4e1357c5fe
commit
1224114e80
4 changed files with 74 additions and 2 deletions
|
|
@ -15,3 +15,4 @@ install-sh
|
|||
mkinstalldirs
|
||||
missing
|
||||
depcomp
|
||||
THANKS
|
||||
|
|
|
|||
66
AUTHORS
66
AUTHORS
|
|
@ -9,4 +9,68 @@ Pedro Leite
|
|||
Richard Mayhew
|
||||
Remi Paulmier
|
||||
Didi Rieder
|
||||
Tom Shields
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
4
THANKS.in
Normal file
4
THANKS.in
Normal file
|
|
@ -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.
|
||||
|
||||
Loading…
Reference in a new issue