summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-08-31 05:24:17 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-08-31 05:24:17 (GMT)
commit1224114e80a902a08b89a2bfcaf0503a367b77ac (patch)
tree022f65d4babaea1437f1601a42d71e4d84a676b4
parent4e1357c5fe9210c3bc79a9d5c0f640febd1e806c (diff)
downloadmonitoring-plugins-1224114e80a902a08b89a2bfcaf0503a367b77ac.tar.gz
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
-rw-r--r--.cvsignore1
-rw-r--r--AUTHORS66
-rw-r--r--Makefile.am5
-rw-r--r--THANKS.in4
4 files changed, 74 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
index a3af660..6ccbb33 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -15,3 +15,4 @@ install-sh
15mkinstalldirs 15mkinstalldirs
16missing 16missing
17depcomp 17depcomp
18THANKS
diff --git a/AUTHORS b/AUTHORS
index 8e7bfeb..178e6d0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,4 +9,68 @@ Pedro Leite
9Richard Mayhew 9Richard Mayhew
10Remi Paulmier 10Remi Paulmier
11Didi Rieder 11Didi Rieder
12Tom Shields \ No newline at end of file 12Tom Shields
13Stuart Webster
14Jim Carroll
15Ian Duggan
16Tom Bertelston
17Charlie Cook
18Simon L Nielsen
19Alex Chaffee
20Frank Kannemann
21Jeremy Baumgartner
22Michael Haro
23Paul Farrall
24Dave Viner
25Olaf Greis
26Russell Scibetti
27Ziya Suzen
28Paul Dlug
29Andy Doran
30Reuben Farrelly
31Phil Randal
32Julien Touche
33Paula Arnold
34Matthew Ericson
35Bradley Baetz
36Rodger Allen
37Alwyn Cherrington
38Mathieu Masseboeuf
39Wolfgang Rosenauer
40Larry Low
41Karl Ewald
42Alexander Matey
43Laurent Vaslin
44Matthew Brown
45Fabian Pehla
46Robert August Vincent
47Dietmar Ruzicka
48Jacob Lundqvist
49Janos Mohacsi
50Cove Schneider
51Michael Anthon
52Steven Grimm
53Ernst-Dieter Martin
54Steve Rigler
55Cliff Rice
56Christoph Kron
57Valdimir Ivaschenko
58Guy Van Den Bergh
59Matt Perry
60Mike McHenry
61Matthew Peters
62Thomas Nilsen
63Marc Poulin
64Jonathan Rozes
65Thomas Schimpke
66James Fidell
67John Koyle
68Mark Jewiss
69William Pietri
70Carlos Canau
71Benjamin Schmid
72Sven Meyer
73Walbert Oberngruber
74John Marquart
75Truongchinh Nguyen
76Jeffery Blank
diff --git a/Makefile.am b/Makefile.am
index 20d5590..174b19b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
3SUBDIRS = intl lib plugins plugins-scripts po 3SUBDIRS = intl lib plugins plugins-scripts po
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT \ 6 ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \
7 Helper.pm contrib pkg nagios-plugins.spec.in 7 Helper.pm contrib pkg nagios-plugins.spec.in
8 8
9ACLOCAL_AMFLAGS = -I lib 9ACLOCAL_AMFLAGS = -I lib
@@ -34,5 +34,8 @@ solpkg:
34 $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) 34 $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR)
35 cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) 35 cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR)
36 36
37THANKS: THANKS.in AUTHORS
38 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 - > $@
39
37pkgclean: 40pkgclean:
38 rm -rf $(BUILDDIR) $(PACKDIR) 41 rm -rf $(BUILDDIR) $(PACKDIR)
diff --git a/THANKS.in b/THANKS.in
new file mode 100644
index 0000000..d4ecbd3
--- /dev/null
+++ b/THANKS.in
@@ -0,0 +1,4 @@
1This software is brought to you by the Nagios Plugins Development Team. However,
2there have been many contributors to this project. Everyone below has helped in
3raising bug reports, creating patches or contributing new plugins.
4