summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e1357c)
raw | patch | inline | side by side (parent: 4e1357c)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Sun, 31 Aug 2003 05:24:17 +0000 (05:24 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Sun, 31 Aug 2003 05:24:17 +0000 (05:24 +0000) |
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
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@706 f882894a-f735-0410-b71e-b25c423dba1c
.cvsignore | patch | blob | history | |
AUTHORS | patch | blob | history | |
Makefile.am | patch | blob | history | |
THANKS.in | [new file with mode: 0644] | patch | blob |
diff --git a/.cvsignore b/.cvsignore
index a3af660e1449900216df86f05ba58a269b7e4746..6ccbb33186e924b4eb0bb85e68253b97ecfa4eea 100644 (file)
--- a/.cvsignore
+++ b/.cvsignore
mkinstalldirs
missing
depcomp
+THANKS
index 8e7bfeb6b9280b6d5032ccb3290f4b6847931852..178e6d0cdde1cd59f965bfdd9bb60d052c46565b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
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 20d55907bc9bd8d11ab2190d99baae90c0d613c9..174b19b47836ebb13b1c2d2287dc319a497074c3 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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
$(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
--- /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.
+