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 | |||
15 | mkinstalldirs | 15 | mkinstalldirs |
16 | missing | 16 | missing |
17 | depcomp | 17 | depcomp |
18 | THANKS | ||
@@ -9,4 +9,68 @@ Pedro Leite | |||
9 | Richard Mayhew | 9 | Richard Mayhew |
10 | Remi Paulmier | 10 | Remi Paulmier |
11 | Didi Rieder | 11 | Didi Rieder |
12 | Tom Shields \ No newline at end of file | 12 | Tom Shields |
13 | Stuart Webster | ||
14 | Jim Carroll | ||
15 | Ian Duggan | ||
16 | Tom Bertelston | ||
17 | Charlie Cook | ||
18 | Simon L Nielsen | ||
19 | Alex Chaffee | ||
20 | Frank Kannemann | ||
21 | Jeremy Baumgartner | ||
22 | Michael Haro | ||
23 | Paul Farrall | ||
24 | Dave Viner | ||
25 | Olaf Greis | ||
26 | Russell Scibetti | ||
27 | Ziya Suzen | ||
28 | Paul Dlug | ||
29 | Andy Doran | ||
30 | Reuben Farrelly | ||
31 | Phil Randal | ||
32 | Julien Touche | ||
33 | Paula Arnold | ||
34 | Matthew Ericson | ||
35 | Bradley Baetz | ||
36 | Rodger Allen | ||
37 | Alwyn Cherrington | ||
38 | Mathieu Masseboeuf | ||
39 | Wolfgang Rosenauer | ||
40 | Larry Low | ||
41 | Karl Ewald | ||
42 | Alexander Matey | ||
43 | Laurent Vaslin | ||
44 | Matthew Brown | ||
45 | Fabian Pehla | ||
46 | Robert August Vincent | ||
47 | Dietmar Ruzicka | ||
48 | Jacob Lundqvist | ||
49 | Janos Mohacsi | ||
50 | Cove Schneider | ||
51 | Michael Anthon | ||
52 | Steven Grimm | ||
53 | Ernst-Dieter Martin | ||
54 | Steve Rigler | ||
55 | Cliff Rice | ||
56 | Christoph Kron | ||
57 | Valdimir Ivaschenko | ||
58 | Guy Van Den Bergh | ||
59 | Matt Perry | ||
60 | Mike McHenry | ||
61 | Matthew Peters | ||
62 | Thomas Nilsen | ||
63 | Marc Poulin | ||
64 | Jonathan Rozes | ||
65 | Thomas Schimpke | ||
66 | James Fidell | ||
67 | John Koyle | ||
68 | Mark Jewiss | ||
69 | William Pietri | ||
70 | Carlos Canau | ||
71 | Benjamin Schmid | ||
72 | Sven Meyer | ||
73 | Walbert Oberngruber | ||
74 | John Marquart | ||
75 | Truongchinh Nguyen | ||
76 | Jeffery Blank | ||
diff --git a/Makefile.am b/Makefile.am index 20d5590..174b19b 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,7 +3,7 @@ | |||
3 | SUBDIRS = intl lib plugins plugins-scripts po | 3 | SUBDIRS = intl lib plugins plugins-scripts po |
4 | 4 | ||
5 | EXTRA_DIST = config.rpath \ | 5 | EXTRA_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 | ||
9 | ACLOCAL_AMFLAGS = -I lib | 9 | ACLOCAL_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 | ||
37 | THANKS: 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 | |||
37 | pkgclean: | 40 | pkgclean: |
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 @@ | |||
1 | This software is brought to you by the Nagios Plugins Development Team. However, | ||
2 | there have been many contributors to this project. Everyone below has helped in | ||
3 | raising bug reports, creating patches or contributing new plugins. | ||
4 | |||