summaryrefslogtreecommitdiff
blob: 5eb6406cbb9a0a7db8f83ba5f8ae8c95ad58d2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# ChangeLog for net-analyzer/nagios-core
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.41 2004/10/20 18:01:49 eldad Exp $

  20 Oct 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.2-r2.ebuild,
  nagios-core-1.2-r3.ebuild:
  Moved apache module installations from pkg_postinst to src_install where it
  belongs. Closes #67000.

  20 Oct 2004; Eldad Zack <eldad@gentoo.org> files/nagios:
  Added reload function to init.d script, based on a suggestion by Jason Frank
  <jfrank@kc.rr.com>. Fixed init.d script to check the configuration before
  start/restart/reload. Closes bug #67955.

*nagios-core-1.2-r3 (20 Aug 2004)

  20 Aug 2004; Eldad Zack <eldad@gentoo.org> metadata.xml, +files/conf.d,
  +files/submit_check_result_via_nsca.patch, +nagios-core-1.2-r3.ebuild:
  Distributed monitoring friendly - Thanks to Marcel Pommer <marsellus@gmx.net>
  for pointing out the issues involved. Closes bug #60642.

  16 Aug 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.2-r2.ebuild:
  x86 stable

  10 Aug 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.1-r4.ebuild,
  nagios-core-1.1-r6.ebuild, nagios-core-1.2-r1.ebuild,
  nagios-core-1.2-r2.ebuild:
  Changed DEPEND on mail-client/mailx to virtual/mailx. Closes #56393.

  04 Aug 2004; Jon Hood <squinky86@gentoo.org> -files/nagios.cfg-sample,
  +files/nagios.cfg-sample.gz, nagios-core-1.1-r4.ebuild,
  nagios-core-1.1-r6.ebuild, nagios-core-1.2-r1.ebuild,
  nagios-core-1.2-r2.ebuild:
  QA updates, move enewuser, remove oversized files in FILESDIR, #58526.

  24 Jul 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.2-r2.ebuild:
  Removed redundant configure directive used for db support. Bug #57429.

*nagios-core-1.2-r2 (10 Jul 2004)

  10 Jul 2004; Eldad Zack <eldad@gentoo.org> +nagios-core-1.2-r2.ebuild:
  Fixed external command file permissions. Closes #56490.

  09 Jul 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.1-r4.ebuild:
  added missing noweb to IUSE

  05 Jul 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.1-r6.ebuild,
  nagios-core-1.2-r1.ebuild:
  x86 marked stable.

  05 Jul 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.1-r6.ebuild,
  nagios-core-1.2-r1.ebuild:
  Added missing make || die. Added include path for postgresql, closes #45614.

  04 Jul 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.1-r4.ebuild,
  nagios-core-1.1-r5.ebuild, nagios-core-1.1-r6.ebuild,
  nagios-core-1.2-r1.ebuild:
  Fix chown of /var/nagios/rw for when there is no apache group. Closes #51939.
  Thanks to katerina <kllba@operamail.com>.

  03 Jul 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.1-r4.ebuild,
  nagios-core-1.1-r5.ebuild, nagios-core-1.1-r6.ebuild,
  nagios-core-1.2-r1.ebuild, nagios-core-1.2.ebuild:
  Added a check in pkg_setup to test whether gd was compiled with jpeg. closes
  #12483.

  01 Jul 2004; Eldad Zack <eldad@gentoo.org> nagios-core-1.2-r1.ebuild:
  Prioritized mysql over postgresql, in case both USE flags are enabled. Closes
  #53439.

  09 Jun 2004; Aron Griffis <agriffis@gentoo.org> nagios-core-1.1-r4.ebuild,
  nagios-core-1.1-r5.ebuild, nagios-core-1.1-r6.ebuild,
  nagios-core-1.2-r1.ebuild, nagios-core-1.2.ebuild:
  Fix use invocation

  30 May 2004; Robin H. Johnson <robbat2@gentoo.org>
  nagios-core-1.1-r4.ebuild, nagios-core-1.1-r5.ebuild,
  nagios-core-1.1-r6.ebuild, nagios-core-1.2-r1.ebuild,
  nagios-core-1.2.ebuild:
  mailx move

*nagios-core-1.2-r1 (17 Apr 2004)

  17 Apr 2004; Michael Boman <mboman@gentoo.org> nagios-core-1.2-r1.ebuild:
  Fixed installation instructions at the end of the installation. Closes #46519.

  21 Mar 2004; Michael Boman <mboman@gentoo.org> nagios-core-1.1-r4.ebuild:
  Adding categories to dependencies. See bug 45110 for details.

  21 Mar 2004; Michael Boman <mboman@gentoo.org> nagios-core-1.1-r4.ebuild,
  nagios-core-1.1-r5.ebuild:
  QA: IUSE variable was incorrect, set propper USE flags tests.

*nagios-core-1.2 (27 Feb 2004)

  27 Feb 2004; Michael Boman <mboman@gentoo.org> metadata.xml,
  nagios-core-1.2.ebuild:
  New upstream version. Closes bug #43022

  17 Feb 2004; rob holland <tigger@gentoo.org> nagios-core-1.1-r6.ebuild:
  Corrected apache2 handling and shell error.

*nagios-core-1.1-r6 (15 Feb 2004)

  15 Feb 2004; rob holland <tigger@gentoo.org> nagios-core-1.1-r6.ebuild:
  Corrected buggy noweb use flag stuff

  11 Feb 2004; rob holland <tigger@gentoo.org> :
  new nagios ebuild by mbowman@gentoo.org with slight adjustment by me. Closes
  #39926

  30 Jan 2004; Martin Holzer <mholzer@gentoo.org> nagios-core-1.1-r4.ebuild:
  Changing touch keep to keepdir. closes 39812

*nagios-core-1.1-r5 (27 Jan 2004)

  27 Jan 2004; Michael Boman <mboman@gentoo.org> metadata.xml,
  nagios-core-1.1-r5.ebuild:
  More or less re-wrote the ebuild. Introducing new USE flag: "noweb". "noweb"
  disables the installation of web interface. Very useful for distributed monitoring.
  It also closes bug #20617 and #23669.

  Because of the new "noweb" USE flag I removed the "gd" flag.

  These ebuilds are unmaintained so i'm making myself the maintainer for now.

  27 Nov 2003; Martin Holzer <mholzer@gentoo.org> nagios-core-1.1-r4.ebuild:
  marking x86 stable

  26 Nov 2003; Martin Holzer <mholzer@gentoo.org> nagios-core-1.1-r3.ebuild,
  nagios-core-1.1-r4.ebuild:
  adding RESTRICT="nomirror"

*nagios-core-1.1-r4 (20 Jul 2003)
  20 Jul 2003; <klieber@gentoo.org> nagios-core-1.1-r4 :
  added /contrib/ directory closing #24865

*nagios-core-1.1-r3 (19 Jul 2003)
  19 Jul 2003; <klieber@gentoo.org> nagios-core-1.1-r3 :
  added extra optional dependency information per #23669

*nagios-core-1.1-r2	(20 Jun 2003)
  20 Jun 2003; Dean Bailey <alron@gentoo.org> nagios-core-1.1-r2 :
  Fix for broken init script.

*nagios-core-1.1-r1	(17 Jun 2003)
  17 Jun 2003; Dean Bailey <alron@gentoo.org> nagios-core-1.1-r1 :
  Another small fix for install time user/group addition. Fix for bug
  #16175
  
*nagios-core-1.1	(10 Jun 2003)
  10 Jun 2003; Dean Bailey <alron@gentoo.org> nagios-core-1.1 :
  Version bump with small patches added in. Apache2 useflag support
  also added in.

*nagios-core-1.0-r1	(11 Feb 2003)
  11 Feb 2003; Dean Bailey <alron@gentoo.org> nagios-core-1.0-r1 :
  Added an annotated nagios.cfg-sample file, so people don't break
  their nagios install by changing paths that shouldnt be changed.
  This addresses bug #14731

  15 Jan 2003; Dean Bailey <alron@gentoo.org> nagios-core-1.0 :
  Changed ~x86 to x86 and added sparc and ppc keywords

*nagios-core-1.0	(13 Jan 2003)
  13 Jan 2003; Dean Bailey <alron@gentoo.org> nagios-core-1.0 :
  Updated to new version.

*nagios-core-1.0_beta6	(19 Nov 2002)
  19 Nov 2002; Dean Bailey <alron@gentoo.org> nagios-core-1.0_beta6 :
  Opps, didnt fix that ebuild fully properly last time... Lets try that
  again.

*nagios-core-1.0_beta6	(7 Nov 2002)
  7 Nov 2002; Dean Bailey <alron@gentoo.org> nagios-core-1.0_beta6 :
  Minor ebuild fixes. Not enough to warrent revision number.

*nagios-core-1.0_beta6	(1 Nov 2002)
  1 Nov 2002; Dean Bailey <alron@gentoo.org> nagios-core-1.0_beta6 :
  Initial import. Ebuild submitted by Dean Bailey <alron@gentoo.org>.
  Christian - Manny Calavera - Neumair <christian-neumair@web.de> also
  had submitted a bug report about nagios.