1 |
jpp |
1.21 |
# $Id: e-smith-ntp.spec,v 1.20 2023/02/06 07:07:17 jpp Exp $ |
2 |
stephdl |
1.1 |
|
3 |
|
|
Summary: e-smith specific NTP configuration files and templates |
4 |
|
|
%define name e-smith-ntp |
5 |
|
|
Name: %{name} |
6 |
|
|
%define version 2.6.0 |
7 |
jpp |
1.19 |
%define release 18 |
8 |
stephdl |
1.1 |
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: Networking/Daemons |
12 |
|
|
Source: %{name}-%{version}.tar.xz |
13 |
unnilennium |
1.3 |
Patch0: e-smith-ntp-2.6.0-bz9690.syslog.patch |
14 |
michel |
1.6 |
Patch1: %{name}-%{version}-bz11008_systemd.patch |
15 |
jpp |
1.7 |
Patch2: e-smith-ntp-2.6.0-bz11008-bz8881-improve-systemd-driftfile.patch |
16 |
jpp |
1.14 |
Patch3: e-smith-ntp-2.6.0-bz11298-ntpdpanic_stop.patch |
17 |
jpp |
1.15 |
Patch4: e-smith-ntp-2.6.0-bz12107-untainting.patch |
18 |
jpp |
1.17 |
Patch5: e-smith-ntp-2.6.0-bz12115-loging.patch |
19 |
jpp |
1.20 |
Patch6: e-smith-ntp-2.6.0-bz12177.patch |
20 |
jpp |
1.4 |
|
21 |
stephdl |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
|
|
BuildArchitectures: noarch |
23 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
|
|
Requires: e-smith-formmagick >= 1.4.0-9 |
25 |
|
|
Requires: e-smith-base |
26 |
|
|
Requires: ntp |
27 |
|
|
Requires: e-smith-lib >= 1.15.1-19 |
28 |
|
|
AutoReqProv: no |
29 |
|
|
|
30 |
|
|
%changelog |
31 |
jpp |
1.19 |
* Mon Feb 06 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-18.sme |
32 |
|
|
- fix noise about chown on driftfile [SME: 12177] |
33 |
|
|
|
34 |
jpp |
1.18 |
* Wed Jul 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-17.sme |
35 |
jpp |
1.17 |
- dedicated log and logrotate [SME: 12115] |
36 |
|
|
thanks to bunkobugsy for this patch |
37 |
|
|
|
38 |
jpp |
1.16 |
* Sun Jul 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-15.sme |
39 |
jpp |
1.15 |
- untainting fields [SME: 12107] |
40 |
|
|
|
41 |
jpp |
1.14 |
* Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
42 |
|
|
- fix ntpd crashing with panic_stop [SME: 11298] |
43 |
|
|
|
44 |
jpp |
1.13 |
* Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
45 |
|
|
- update override.conf to 50koozali.conf [SME: 11008] |
46 |
|
|
|
47 |
jpp |
1.12 |
* Sun Nov 29 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
48 |
|
|
- adding missing folder /usr/lib/systemd/system/ntpd.service.d [SME: 11008] |
49 |
|
|
|
50 |
jpp |
1.11 |
* Sun Nov 29 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
51 |
|
|
- fix typo in path for new driftfile [SME: 8881] |
52 |
|
|
|
53 |
jpp |
1.10 |
* Fri Nov 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
54 |
|
|
- fix systemd-preset fragment [SME: 11008] |
55 |
|
|
add +x to ExecStartPRe script |
56 |
|
|
|
57 |
jpp |
1.9 |
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
58 |
jpp |
1.7 |
- improve systemd integration [SME: 11008] |
59 |
|
|
- change driftfile path [SME: 8881] |
60 |
|
|
|
61 |
michel |
1.6 |
* Wed Sep 23 2020 Michel Begue <mab974@gmail.com> 2.6.0-6.sme |
62 |
|
|
- from service to systemd [SME: 11008] |
63 |
|
|
- add ntpd-update event [SME: 11009] |
64 |
|
|
|
65 |
|
|
* Fri Jan 25 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
66 |
|
|
- revert last change [SME: 10190] |
67 |
|
|
on sme10 systemd has ntpd disabled by default |
68 |
|
|
|
69 |
jpp |
1.5 |
* Fri Jan 25 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
70 |
|
|
- revert last change [SME: 10190] |
71 |
|
|
on sme10 systemd has ntpd disabled by default |
72 |
|
|
|
73 |
jpp |
1.4 |
* Wed Nov 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
74 |
|
|
- added post transaction rule for ntp [SME: 10190] |
75 |
|
|
- thank you to Stefano Zamboni for this work |
76 |
|
|
|
77 |
unnilennium |
1.3 |
* Fri Jul 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
78 |
|
|
- fix wrong link to restart rsyslog [SME: 9690] |
79 |
|
|
|
80 |
vip-ire |
1.2 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
81 |
|
|
- Rebuild for [SME: 9393] |
82 |
|
|
|
83 |
stephdl |
1.1 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
84 |
|
|
- Initial release to sme10 |
85 |
|
|
|
86 |
|
|
* Sat Jan 3 2015 Charlie Brady <charlieb.brady@mitel.com> 2.4.0-6.sme |
87 |
|
|
- Allow ntp status queries from localhost. [SME: 8764] |
88 |
|
|
|
89 |
|
|
* Mon Feb 3 2014 chris burnat <devlist@burnat.com> 2.4.0-5.sme |
90 |
|
|
- Prevent server being used in NTP amplification attacks. |
91 |
|
|
- Code by Jesper Holck [SME: 8181] |
92 |
|
|
|
93 |
|
|
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
94 |
|
|
- Increase memory limit [SME: 7502] |
95 |
|
|
|
96 |
|
|
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
97 |
|
|
- Remove default and migrate fragments for ntpd memory limit [SME: 7243] |
98 |
|
|
|
99 |
|
|
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
100 |
|
|
- Increase memory limit for ntpd [SME: 7243] |
101 |
|
|
|
102 |
|
|
* Fri Feb 1 2013 Ian Wells <esmith@wellsi.com> 2.4.0-1.sme |
103 |
|
|
- Rolling for SME 9 |
104 |
|
|
|
105 |
jpp |
1.21 |
* Fri Oct 07 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
106 |
|
|
Tue Oct 07 2011 --> Tue Oct 04 2011 or Fri Oct 07 2011 or Tue Oct 11 2011 or .... |
107 |
stephdl |
1.1 |
- Set the TimeZone property earlier, so templates can rely on it [SME: 6754] |
108 |
|
|
|
109 |
|
|
* Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
110 |
|
|
- SME 8.0 Changelog Cleanup [SME: 6368] |
111 |
|
|
|
112 |
|
|
* Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme |
113 |
|
|
- Support large drifts [SME: 5648] |
114 |
|
|
|
115 |
|
|
* Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
116 |
|
|
- Do not allow pool.ntp.org as NTP server [SME: 5957] |
117 |
|
|
|
118 |
|
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
119 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
120 |
|
|
|
121 |
|
|
* Mon Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.16.0-17 |
122 |
|
|
- Remove <base> tags now in general [SME: 3923] |
123 |
|
|
|
124 |
|
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.16.0-16 |
125 |
|
|
- Remove <base> tags now in general [SME: 3923] |
126 |
|
|
|
127 |
|
|
* Sat Feb 09 2008 Gavin Weight <gweight@gmail.com> 1.16.0-15 |
128 |
|
|
- Remove the expand-template as set in previous patch, as we already |
129 |
|
|
expand correct places. [SME: 3868] |
130 |
|
|
|
131 |
|
|
* Fri Feb 8 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.16.0-14 |
132 |
|
|
- Choose correct step-ticker for pool.ntp.org hosts. [SME: 3868] |
133 |
|
|
|
134 |
|
|
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.16.0-13 |
135 |
|
|
- Fix use of uninitialized value in 30pool migrate. [SME: 3594] |
136 |
|
|
|
137 |
|
|
* Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-12 |
138 |
|
|
- Migrate pool.ntp.org to smeserver.pool.ntp.org [SME: 1426] |
139 |
|
|
|
140 |
|
|
* Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-11 |
141 |
|
|
- Change default to smeserver.pool.ntp.org [SME: 1426] |
142 |
|
|
|
143 |
|
|
* Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.16.0-10 |
144 |
|
|
- Change Initial to First in the Datetime panel. [SME: 3108] |
145 |
|
|
|
146 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
147 |
|
|
- Clean up spec so package can be built by koji/plague |
148 |
|
|
|
149 |
|
|
* Mon Jan 22 2007 Shad L. Lords <slords@mail.com> 1.16.0-9 |
150 |
|
|
- Up memory limit to remove out of memory errors [SME: 2241] |
151 |
|
|
|
152 |
|
|
* Tue Jan 16 2007 Shad L. Lords <slords@mail.com> 1.16.0-8 |
153 |
|
|
- Rework hwclock sync patch to function properly. [SME: 1954] |
154 |
|
|
|
155 |
|
|
* Tue Jan 16 2007 Shad L. Lords <slords@mail.com> 1.16.0-7 |
156 |
|
|
- Remove HWClockSupport needs rework. [SME: 1954] |
157 |
|
|
- Rework success patch needs delay before signal-event [SME: 2292] |
158 |
|
|
|
159 |
|
|
* Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 1.16.0-6 |
160 |
|
|
- Fix migrate fragment [SME: 1954] |
161 |
|
|
|
162 |
|
|
* Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.16.0-5 |
163 |
|
|
- Make success/failure messages standard [SME: 2292] |
164 |
|
|
|
165 |
|
|
* Tue Jan 2 2007 Charlie Brady <charlie_brady@mitel.com> 1.16.0-4 |
166 |
|
|
- Add patch from Zac Sprackett to support sync to HW clock. [SME: 1954] |
167 |
|
|
|
168 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
169 |
|
|
- Update to new release naming. No functional changes. |
170 |
|
|
- Make Packager generic |
171 |
|
|
|
172 |
|
|
* Sat Dec 02 2006 Shad L. Lords <slords@mail.com> 1.16.0-02 |
173 |
|
|
- Bump version so it gets installed on upgrade and forces ntp to be installed. |
174 |
|
|
|
175 |
|
|
* Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.16.0-01 |
176 |
|
|
- Roll stable stream version. [SME: 1016] |
177 |
|
|
|
178 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.2-02 |
179 |
|
|
- Bump release number only |
180 |
|
|
|
181 |
|
|
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
182 |
|
|
- [1.15.2-01] |
183 |
|
|
- Remove L10Ns from base packages [SF: 1309520] |
184 |
|
|
|
185 |
|
|
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
186 |
|
|
- [1.15.1-01] |
187 |
|
|
- New dev stream before relocating L10Ns |
188 |
|
|
|
189 |
|
|
* Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com> |
190 |
|
|
- [1.15.0-14] |
191 |
|
|
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266] |
192 |
|
|
|
193 |
|
|
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
194 |
|
|
- [1.15.0-13] |
195 |
|
|
- Added German L10N - Thanks Dietmar Berteld [SF: 1293325] |
196 |
|
|
|
197 |
|
|
* Wed Aug 31 2005 Charlie Brady <charlieb@e-smith.com> |
198 |
|
|
- [1.15.0-12] |
199 |
|
|
- Enforce minimum value of content of env/MEMLIMIT file. [SF: 1270649] |
200 |
|
|
|
201 |
|
|
* Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com> |
202 |
|
|
- [1.15.0-11] |
203 |
|
|
- Fix update of /etc/localtime symlink after update via panel. [SF: 1264801] |
204 |
|
|
|
205 |
|
|
* Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com> |
206 |
|
|
- [1.15.0-10] |
207 |
|
|
- Remove /etc/ntp.conf in %pre script, to work around |
208 |
|
|
problems with update of ntpd RPM. Add conditional expand-template |
209 |
|
|
to run script to be sure that file is regenerated before we need |
210 |
|
|
it. [SF: 1237968] |
211 |
|
|
|
212 |
|
|
* Fri Aug 12 2005 Charlie Brady <charlieb@e-smith.com> |
213 |
|
|
- [1.15.0-09] |
214 |
|
|
- Open config db r/w to allow property update. [SF: 1216546] |
215 |
|
|
|
216 |
|
|
* Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com> |
217 |
|
|
- [1.15.0-08] |
218 |
|
|
- Update to current db access APIs. [SF: 1216546] |
219 |
|
|
|
220 |
|
|
* Thu Jun 23 2005 Charlie Brady <charlieb@e-smith.com> |
221 |
|
|
- [1.15.0-07] |
222 |
|
|
- Increase MemLimit setting to 6MB (for CentOS4 build). [SF: 1225925] |
223 |
|
|
- Remove obsolete "authenticate" directive from ntpd.conf. [SF: 1225925] |
224 |
|
|
|
225 |
|
|
* Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com> |
226 |
|
|
- [1.15.0-06] |
227 |
|
|
- Ensure that 'status' property is recognised at startup. [MN00061795] |
228 |
|
|
|
229 |
|
|
* Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com> |
230 |
|
|
- [1.15.0-05] |
231 |
|
|
- Add default fragment for MemLimit property of ntp service. |
232 |
|
|
[MN00064130] |
233 |
|
|
|
234 |
|
|
* Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com> |
235 |
|
|
- [1.15.0-04] |
236 |
|
|
- Remove explicity call of generic_template_expand - it's now |
237 |
|
|
implicit. [MN00064130] |
238 |
|
|
|
239 |
|
|
* Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com> |
240 |
|
|
- [1.15.0-03] |
241 |
|
|
- Fix template expansion of /etc/ntp/step-tickers and ./env/MEMLIMIT |
242 |
|
|
[MN00064130] |
243 |
|
|
- Use generic service adjust action for reload/restart. [MN00065576] |
244 |
|
|
|
245 |
|
|
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
246 |
|
|
- [1.15.0-02] |
247 |
|
|
- Combine set-date and set-clock, and use a shell script rather than |
248 |
|
|
perl. [MN00064941] |
249 |
|
|
- Use generic_template_expand action where possible, in place |
250 |
|
|
of specific actions. Update e-smith-lib dependency. [MN00064130] |
251 |
|
|
|
252 |
|
|
* Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com> |
253 |
|
|
- [1.15.0-01] |
254 |
|
|
- Changing version to development stream number - 1.15.0 |
255 |
|
|
|
256 |
|
|
* Thu Nov 11 2004 Michael Soulier <msoulier@e-smith.com> |
257 |
|
|
- [1.14.0-02] |
258 |
|
|
- Patched stderr "leaking" from ntpdate call. [msoulier MN00056927] |
259 |
|
|
|
260 |
|
|
* Wed Nov 3 2004 Charlie Brady <charlieb@e-smith.com> |
261 |
|
|
- [1.14.0-01] |
262 |
|
|
- Changing version to stable stream number - 1.14.0 |
263 |
|
|
|
264 |
|
|
* Tue Oct 19 2004 Gordon Rowell <gordonr@e-smith.com> |
265 |
|
|
- [1.13.0-21] |
266 |
|
|
- pool.ntp.org now uses 0, 1, 2 prefixes rather than relying on |
267 |
|
|
short DNS TTLs. So, we need to add the prefixes if we are talking |
268 |
|
|
with pool.ntp.org or {region}.pool.ntp.org and revert to listing |
269 |
|
|
"normal" NTP servers once [gordonr MN00053174] |
270 |
|
|
|
271 |
|
|
* Mon Oct 18 2004 Gordon Rowell <gordonr@e-smith.com> |
272 |
|
|
- [1.13.0-20] |
273 |
|
|
- List the ntp server three times, for DNS round-robin servers, |
274 |
|
|
such as pool.ntp.org, {region}.pool.ntp.org and time.nrc.ca |
275 |
|
|
- [gordonr MN00053174] |
276 |
|
|
|
277 |
|
|
* Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com> |
278 |
|
|
- [1.13.0-19] |
279 |
|
|
- Convert ntp.conf/10localhost template fragment from DOS text format |
280 |
|
|
[charlieb MN00050805] |
281 |
|
|
|
282 |
|
|
* Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com> |
283 |
|
|
- [1.13.0-18] |
284 |
|
|
- Convert ntp.conf/30other template fragment from DOS text format |
285 |
|
|
[charlieb MN00050805] |
286 |
|
|
- Don't create pid file, and remove one if we find an old one. |
287 |
|
|
[charlieb MN00050806] |
288 |
|
|
- ntpdate should log to standard output, not to syslog. [charlieb MN00049205] |
289 |
|
|
|
290 |
|
|
* Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com> |
291 |
|
|
- [1.13.0-17] |
292 |
|
|
- Need to create empty /service/ntpd/env directory for template to be |
293 |
|
|
expanded into. [charlieb MN00050192] |
294 |
|
|
|
295 |
|
|
* Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com> |
296 |
|
|
- [1.13.0-16] |
297 |
|
|
- Increase memory limit for running ntpd. While we are at it, |
298 |
|
|
we'll make the value templated, and update code in conf-ntpd |
299 |
|
|
to modern standards. [charlieb MN00050192] |
300 |
|
|
|
301 |
|
|
* Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com> |
302 |
|
|
- [1.13.0-15] |
303 |
|
|
- Fixed logging to go to stdout. [msoulier MN00049205] |
304 |
|
|
|
305 |
|
|
* Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com> |
306 |
|
|
- [1.13.0-14] |
307 |
|
|
- Clean BuildRequires. [charlieb MN00043055] |
308 |
|
|
|
309 |
|
|
* Wed May 5 2004 Michael Soulier <msoulier@e-smith.com> |
310 |
|
|
- [1.13.0-13] |
311 |
|
|
- Fixed a logic error from last change. [msoulier MN00027900] |
312 |
|
|
|
313 |
|
|
* Wed May 5 2004 Michael Soulier <msoulier@e-smith.com> |
314 |
|
|
- [1.13.0-12] |
315 |
|
|
- Added localhost as a stratum 10 server. [msoulier MN00027900] |
316 |
|
|
|
317 |
|
|
* Wed Jan 28 2004 Michael Soulier <msoulier@e-smith.com> |
318 |
|
|
- [1.13.0-11] |
319 |
|
|
- Added ntpdate call to run script. [msoulier 10929] |
320 |
|
|
|
321 |
|
|
* Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com> |
322 |
|
|
- [1.13.0-10] |
323 |
|
|
- Raised the softlimit for ntpd. libc is big. :) [msoulier 10929] |
324 |
|
|
|
325 |
|
|
* Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com> |
326 |
|
|
- [1.13.0-09] |
327 |
|
|
- Moved proxy-start/stop to e-smith-proxy where they belong. [msoulier 10929] |
328 |
|
|
|
329 |
|
|
* Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com> |
330 |
|
|
- [1.13.0-08] |
331 |
|
|
- Fixed missing directives to genfilelist. [msoulier 10586] |
332 |
|
|
|
333 |
|
|
* Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com> |
334 |
|
|
- [1.13.0-07] |
335 |
|
|
- Fixed a typo in createlinks. The new ntpd initscript must not conflict with |
336 |
|
|
the one in the ntpd package. [msoulier 10586] |
337 |
|
|
|
338 |
|
|
* Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com> |
339 |
|
|
- [1.13.0-06] |
340 |
|
|
- Removing old symlink creation and moving to createlinks. [msoulier 10586] |
341 |
|
|
|
342 |
|
|
* Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com> |
343 |
|
|
- [1.13.0-05] |
344 |
|
|
- Adding supervision of ntpd. [msoulier 10586] |
345 |
|
|
|
346 |
|
|
* Fri Nov 7 2003 Gordon Rowell <gordonr@e-smith.com> |
347 |
|
|
- [1.13.0-04] |
348 |
|
|
- Enable ntpd by default [gordonr 10566] |
349 |
|
|
|
350 |
|
|
* Fri Nov 7 2003 Gordon Rowell <gordonr@e-smith.com> |
351 |
|
|
- [1.13.0-03] |
352 |
|
|
- Default time server to pool.ntp.org [gordonr 10566] |
353 |
|
|
|
354 |
|
|
* Tue Jul 22 2003 Charlie Brady <charlieb@e-smith.com> |
355 |
|
|
- [1.13.0-02] |
356 |
|
|
- Remove deprecated -startup script, and add default db |
357 |
|
|
fragments [charlieb 9553] |
358 |
|
|
- s/Copyright/License/ |
359 |
|
|
|
360 |
|
|
* Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com> |
361 |
|
|
- [1.13.0-01] |
362 |
|
|
- Changing version to development stream number - 1.13.0 |
363 |
|
|
|
364 |
|
|
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
365 |
|
|
- [1.12.0-01] |
366 |
|
|
- Changing version to stable stream number - 1.12.0 |
367 |
|
|
|
368 |
|
|
* Fri May 9 2003 Tony Clayton <apc@e-smith.com> |
369 |
|
|
- [1.11.0-22] |
370 |
|
|
- Fix save button justification [tonyc 1588] |
371 |
|
|
|
372 |
|
|
* Tue May 6 2003 Lijie Deng <lijied@e-smith.com> |
373 |
|
|
- [1.11.0-21] |
374 |
|
|
- Add Spanish lexicon for datetime panel [lijied 3793] |
375 |
|
|
|
376 |
|
|
* Thu May 1 2003 Tony Clayton <apc@e-smith.com> |
377 |
|
|
- [1.11.0-20] |
378 |
|
|
- Background the timeserver-update event in panel [tonyc 1588] |
379 |
|
|
|
380 |
|
|
* Wed Apr 30 2003 Tony Clayton <apc@e-smith.com> |
381 |
|
|
- [1.11.0-19] |
382 |
|
|
- Fix datetime panel when ntp stays disabled [tonyc 1588] |
383 |
|
|
- Show date when ntp is enabled [tonyc 1588] |
384 |
|
|
|
385 |
|
|
* Thu Apr 17 2003 Gordon Rowell <gordonr@e-smith.com> |
386 |
|
|
- [1.11.0-18] |
387 |
|
|
- Start ntp after external network is (possibly) up [gordonr 8391] |
388 |
|
|
|
389 |
|
|
* Thu Apr 10 2003 Lijie Deng <lijied@e-smith.com> |
390 |
|
|
- [1.11.0-17] |
391 |
|
|
- Change $q->table back [lijied 8034] |
392 |
|
|
|
393 |
|
|
* Wed Apr 9 2003 Lijie Deng <lijied@e-smith.com> |
394 |
|
|
- [1.11.0-16] |
395 |
|
|
- Added French trans for "Set Date and Time" [lijied 7949] |
396 |
|
|
|
397 |
|
|
* Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com> |
398 |
|
|
- [1.11.0-15] |
399 |
|
|
- Changed $q->table to $->start_table where necessary [lijied 8034] |
400 |
|
|
|
401 |
|
|
* Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com> |
402 |
|
|
- [1.11.0-14] |
403 |
|
|
- Removed en-us and fr 'Mitel Networks SME Server' branding [lijied 8016] |
404 |
|
|
|
405 |
|
|
* Tue Apr 1 2003 Tony Clayton <apc@e-smith.com> |
406 |
|
|
- [1.11.0-13] |
407 |
|
|
- Fix datetime to loop back to Initial page w/ status report [tonyc 1588] |
408 |
|
|
- Fix link to Verify page [tonyc 1588] |
409 |
|
|
|
410 |
|
|
* Tue Apr 1 2003 Tony Clayton <apc@e-smith.com> |
411 |
|
|
- [1.11.0-12] |
412 |
|
|
- Add container table to fix IE 6 handling of table-layout: fixed [tonyc 1588] |
413 |
|
|
- Remove redundant newlines from some print statements [tonyc 1588] |
414 |
|
|
|
415 |
|
|
* Fri Mar 28 2003 Tony Clayton <apc@e-smith.com> |
416 |
|
|
- [1.11.0-11] |
417 |
|
|
- Update fr l10n strings [tonyc 1588] |
418 |
|
|
|
419 |
|
|
* Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com> |
420 |
|
|
- [1.11.0-10] |
421 |
|
|
- Major refactoring and cleanup of datetime.pm [tonyc 1588] |
422 |
|
|
- Expand tabs to spaces in datetime.pm [tonyc 1588] |
423 |
|
|
- Add radio buttons and don't allow setting date manually when ntp is enabled |
424 |
|
|
[tonyc 1588] |
425 |
|
|
- Modified French lexicon to use lang="fr", rename the lexicon |
426 |
|
|
directory to fr [lijied 6787] |
427 |
|
|
|
428 |
|
|
* Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com> |
429 |
|
|
- [1.11.0-09] |
430 |
|
|
- Deleted inappropriate template-begin file |
431 |
|
|
deleted empty template-end files [lijied 3295] |
432 |
|
|
|
433 |
|
|
* Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com> |
434 |
|
|
- [1.11.0-08] |
435 |
|
|
- Modified datetime panel order [lijied 7356] |
436 |
|
|
|
437 |
|
|
* Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com> |
438 |
|
|
- [1.11.0-07] |
439 |
|
|
- Split en-us lexicon from datetime panel [lijied 4030] |
440 |
|
|
|
441 |
|
|
* Mon Mar 3 2003 Lijie Deng <lijied@e-smith.com> |
442 |
|
|
- [1.11.0-06] |
443 |
|
|
- Add French lexicon for datetime [lijied 5003] |
444 |
|
|
|
445 |
|
|
* Thu Jan 16 2003 Mark Knox <markk@e-smith.com> |
446 |
|
|
- [1.11.0-05] |
447 |
|
|
- Use new gen_locale_date_string routine [markk 3357] |
448 |
|
|
|
449 |
|
|
* Fri Dec 27 2002 Mike Dickson <miked@e-smith.com> |
450 |
|
|
- [1.11.0-04] |
451 |
|
|
- updated the datetime panel to use css [miked 5494] |
452 |
|
|
|
453 |
|
|
* Tue Dec 10 2002 Mike Dickson <miked@e-smith.com> |
454 |
|
|
- [1.11.0-03] |
455 |
|
|
- ui update [miked 5494] |
456 |
|
|
|
457 |
|
|
* Thu Nov 21 2002 Mike Dickson <miked@e-smith.com> |
458 |
|
|
- [1.11.0-02] |
459 |
|
|
- update to new UI system [miked 5494] |
460 |
|
|
|
461 |
|
|
* Wed Nov 20 2002 Mike Dickson <miked@e-smith.com> |
462 |
|
|
- [1.11.0-01] |
463 |
|
|
- Changing to development stream; version upped to 1.11.0 |
464 |
|
|
|
465 |
|
|
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
466 |
|
|
- [1.10.0-01] |
467 |
|
|
- Rolling stable version number to 1.10.0 |
468 |
|
|
|
469 |
|
|
* Fri Aug 23 2002 Mark Knox <markk@e-smith.com> |
470 |
|
|
- [1.9.4-01] |
471 |
|
|
- Fixed duplicate English-only footers in panel [markk 3615] |
472 |
|
|
|
473 |
|
|
* Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com> |
474 |
|
|
- [1.9.3-01] |
475 |
|
|
- Remove masq script update and restart symlinks. They are no longer |
476 |
|
|
needed not that we have connection tracking enabled. [charlieb 4501] |
477 |
|
|
- Add rc7.d symlink, and don't set obsolete InitscriptsOrder property |
478 |
|
|
[charlieb 4458] |
479 |
|
|
|
480 |
|
|
* Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com> |
481 |
|
|
- [1.9.2-01] |
482 |
|
|
- Remove NTP masq template fragment. We no longer need it, as netfilter |
483 |
|
|
connection tracking allows NTP replies. [charlieb 4499] |
484 |
|
|
|
485 |
|
|
* Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com> |
486 |
|
|
- [1.9.1-01] |
487 |
|
|
- Change masq script fragment to use iptables. [charlieb 1268] |
488 |
|
|
|
489 |
|
|
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
490 |
|
|
- [1.9.0-01] |
491 |
|
|
- Changing version to development stream number - 1.9.0 |
492 |
|
|
|
493 |
|
|
* Fri May 31 2002 Charlie Brady <charlieb@e-smith.com> |
494 |
|
|
- [1.8.0-01] |
495 |
|
|
- Changing version to maintained stream number to 1.8.0 |
496 |
|
|
|
497 |
|
|
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
498 |
|
|
- [1.7.5-01] |
499 |
|
|
- RPM rebuild forced by cvsroot2rpm |
500 |
|
|
|
501 |
|
|
* Wed May 8 2002 Mark Knox <markk@e-smith.com> |
502 |
|
|
- [1.7.4-01] |
503 |
|
|
- Subst <base> -> </base> in lexicon [markk 3309] |
504 |
|
|
|
505 |
|
|
* Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com> |
506 |
|
|
- [1.7.3-01] |
507 |
|
|
- Localised "Network Time Server" heading [markk 3311] |
508 |
|
|
- Localised date display [markk 3311] |
509 |
|
|
- Added nav bar entry [gordonr 3155] |
510 |
|
|
|
511 |
|
|
* Mon Apr 15 2002 Mark Knox <markk@e-smith.com> |
512 |
|
|
- [1.7.2-01] |
513 |
|
|
- Moved all code into module datetime.pm [markk 3159] |
514 |
|
|
- Converted to FormMagick panel and internationalized [markk 3159] |
515 |
|
|
- Added POD and testsuite [markk 3159] |
516 |
|
|
|
517 |
|
|
* Fri Apr 5 2002 Kirrily Robert <skud@e-smith.com> |
518 |
|
|
- [1.7.1-01] |
519 |
|
|
- Testing CVS import |
520 |
|
|
|
521 |
|
|
* Fri Apr 5 2002 Kirrily Robert <skud@e-smith.com> |
522 |
|
|
- [1.7.0-01] |
523 |
|
|
- rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01. |
524 |
|
|
|
525 |
|
|
* Tue Dec 11 2001 Jason Miller <jay@e-smith.com> |
526 |
|
|
- [1.6.0-01] |
527 |
|
|
- rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-02. |
528 |
|
|
|
529 |
|
|
* Tue Nov 06 2001 Charlie Brady <charlieb@e-smith.com> |
530 |
|
|
- [1.5.0-02] |
531 |
|
|
- Initialise TimeZone db setting from /etc/sysconfig/clock if not set |
532 |
|
|
- Branding changes in web panel. |
533 |
|
|
|
534 |
|
|
* Tue Nov 6 2001 Charlie Brady <charlieb@e-smith.com> |
535 |
|
|
- [1.5.0-01] |
536 |
|
|
- Rolled version number to 1.5.0-01. Includes patches upto 1.4.0-03. |
537 |
|
|
|
538 |
|
|
* Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com> |
539 |
|
|
- [1.4.0-03] |
540 |
|
|
- Removed deprecated post-restore event directory |
541 |
|
|
|
542 |
|
|
* Fri Aug 17 2001 gordonr |
543 |
|
|
- [1.4.0-02] |
544 |
|
|
- Autorebuild by rebuildRPM |
545 |
|
|
|
546 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
547 |
|
|
- [1.4.0-01] |
548 |
|
|
- Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-06. |
549 |
|
|
|
550 |
|
|
* Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com> |
551 |
|
|
- [1.3.0-06] |
552 |
|
|
- More branding changes |
553 |
|
|
|
554 |
|
|
* Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com> |
555 |
|
|
- [1.3.0-05] |
556 |
|
|
- Branding text changes to the datetime web panel |
557 |
|
|
|
558 |
|
|
* Tue Jul 17 2001 Jason Miller <jmiller@e-smith.com> |
559 |
|
|
- [1.3.0-04] |
560 |
|
|
- Patch to datetime panel to fix mismatched section headers |
561 |
|
|
|
562 |
|
|
* Tue May 29 2001 Tony Clayton <tonyc@e-smith.com> |
563 |
|
|
- [1.3.0-03] |
564 |
|
|
- fixed actions that had tied %conf when calling serviceControl (4 actions) |
565 |
|
|
|
566 |
|
|
* Wed Apr 11 2001 Adrian Chung <adrianc@e-smith.com> |
567 |
|
|
- [1.3.0-02] |
568 |
|
|
- changing h4 tags to paragraph bold tags. |
569 |
|
|
|
570 |
|
|
* Wed Apr 11 2001 Adrian Chung <mac@e-smith.com> |
571 |
|
|
- [1.3.0-01] |
572 |
|
|
- Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-13. |
573 |
|
|
|
574 |
|
|
* Fri Feb 23 2001 Paul Nesbit <pkn@e-smith.com> |
575 |
|
|
- [1.2.0-13] |
576 |
|
|
- Fixed conf-timezone to properly handle timezone after restore |
577 |
|
|
|
578 |
|
|
* Mon Feb 12 2001 Adrian Chung <adrianc@e-smith.com> |
579 |
|
|
- Roll release number for GPG signing. |
580 |
|
|
|
581 |
|
|
* Mon Feb 12 2001 Charlie Brady <charlieb@e-smith.com> |
582 |
|
|
- [1.2.0-12] |
583 |
|
|
- Expand ntp.conf always, even when ntpd is disabled. Otherwise ntpd |
584 |
|
|
refuses to shut down. |
585 |
|
|
|
586 |
|
|
* Fri Feb 9 2001 Adrian Chung <adrianc@e-smith.com> |
587 |
|
|
- Added restart-crond to timezone-update event. |
588 |
|
|
|
589 |
|
|
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
590 |
|
|
- Rolling release number for GPG signing. |
591 |
|
|
|
592 |
|
|
* Wed Feb 07 2001 Charlie Brady <charlieb@e-smith.com> |
593 |
|
|
- [1.2.0-08] |
594 |
|
|
- Add some missing event symlinks |
595 |
|
|
|
596 |
|
|
* Sun Feb 04 2001 Gordon Rowell <gordonr@e-smith.com> |
597 |
|
|
- [1.2.0-07] |
598 |
|
|
- Loop through all addresses in case NTPServer refers to multiple IPs |
599 |
|
|
|
600 |
|
|
* Fri Feb 02 2001 Gordon Rowell <gordonr@e-smith.com> |
601 |
|
|
- [1.2.0-06] |
602 |
|
|
- Build ip masq rule with IP address of NTP server |
603 |
|
|
|
604 |
|
|
* Tue Jan 30 2001 Jason Miller <jmiller@e-smith.com> |
605 |
|
|
- [1.2.0-05] |
606 |
|
|
- Updated datetime panel to run the timeserver-update |
607 |
|
|
event (added rules to make sure that updates to the |
608 |
|
|
configuration database aren't affected UnsavedChanges flag). |
609 |
|
|
|
610 |
|
|
* Tue Jan 30 2001 Jason Miller <jmiller@e-smith.com> |
611 |
|
|
- [1.2.0-04] |
612 |
|
|
- Added a comment in the ipchains rules |
613 |
|
|
- Added symlinks for the conf-masq and restart-masq actions |
614 |
|
|
to be run as part of timeserver-update event (thereby |
615 |
|
|
expanding the /etc/rc.d/init.d/masq template). |
616 |
|
|
|
617 |
|
|
* Sat Jan 27 2001 Charlie Brady <charlieb@e-smith.com> |
618 |
|
|
- [1.2.0-03] |
619 |
|
|
- Change ref to %conf => %services in masq template fragment |
620 |
|
|
|
621 |
|
|
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
622 |
|
|
- [1.2.0-02] |
623 |
|
|
- Fix perl syntax error in masq template fragment |
624 |
|
|
- Save/restore unsavedchanges flag around timezone change. |
625 |
|
|
|
626 |
|
|
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
627 |
|
|
- [1.2.0-01] |
628 |
|
|
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-28. |
629 |
|
|
|
630 |
|
|
* Wed Jan 24 2001 Charlie Brady <charlieb@e-smith.com> |
631 |
|
|
- [1.1.0-28] |
632 |
|
|
- Remove restart-ntp from post-upgrade action |
633 |
|
|
- Remove post-restore event |
634 |
|
|
- Tighten up NTP packet filter rule. |
635 |
|
|
- Remove conf-ntpd from ip-change event |
636 |
|
|
- Remove duplication of timezone migration code - it is in base as well. |
637 |
|
|
|
638 |
|
|
* Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com> |
639 |
|
|
- [1.1.0-27] |
640 |
|
|
- Changed conf-timezone action so that during an upgrade |
641 |
|
|
it will preserve the existing symlink for /etc/localtime |
642 |
|
|
and use that value to set the configuration database |
643 |
|
|
value for TimeZone |
644 |
|
|
|
645 |
|
|
* Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com> |
646 |
|
|
- [1.1.0-26] |
647 |
|
|
- removed the signal event for datetime-set in the datetime |
648 |
|
|
web panel |
649 |
|
|
|
650 |
|
|
* Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com> |
651 |
|
|
- [1.1.0-25] |
652 |
|
|
- combined the timezone-update and datetime-set events |
653 |
|
|
into a single event (and might combine the action scripts |
654 |
|
|
as well) |
655 |
|
|
|
656 |
|
|
* Wed Jan 24 2001 Jason Miller <jmiller@e-smith.com> |
657 |
|
|
- [1.1.0-24] |
658 |
|
|
- added new service control mechanism to not background |
659 |
|
|
the proxy-stop action to shutdown squid |
660 |
|
|
|
661 |
|
|
* Tue Jan 23 2001 Jason Miller <jmiller@e-smith.com> |
662 |
|
|
- moved all date and time settings into a new event/action |
663 |
|
|
sequence (datetime-set) which then calls the proxy-stop, |
664 |
|
|
set-date, set-clock, proxy-start and removed the previous |
665 |
|
|
system calls from the web manager form |
666 |
|
|
- removed the squid stop/start actions from conf-timezone |
667 |
|
|
action |
668 |
|
|
|
669 |
|
|
* Mon Jan 22 2001 Jason Miller <jmiller@e-smith.com> |
670 |
|
|
- Updated createlinks to have update-timezone and |
671 |
|
|
update-timeserver events link in the action restart-syslog |
672 |
|
|
to improve on the strange log times recorded otherwise |
673 |
|
|
|
674 |
|
|
* Mon Jan 22 2001 Jason Miller <jmiller@e-smith.com> |
675 |
|
|
- Added service control to stop the proxy server (squid) |
676 |
|
|
from running prior to changing the timezone information |
677 |
|
|
in conf-timezone, then starting it again after the change |
678 |
|
|
to remove squid hangups on shutdown |
679 |
|
|
|
680 |
|
|
* Mon Jan 22 2001 Gordon Rowell <gordonr@e-smith.com> |
681 |
|
|
- Added NTP fragment to packet filter - Thanks Bernd Leibing |
682 |
|
|
|
683 |
|
|
* Tue Jan 16 2001 Jason Miller <jmiller@e-smith.com> |
684 |
|
|
- Removed the %postun section which was deleting ntpd |
685 |
|
|
configuration values after uninstalling e-smith-ntp |
686 |
|
|
(which occurs in an upgrade) and the %post section |
687 |
|
|
which expanded the templates for ntpd without checking |
688 |
|
|
the status (now done properly in the actions) |
689 |
|
|
|
690 |
|
|
* Tue Jan 16 2001 Jason Miller <jmiller@e-smith.com> |
691 |
|
|
- Fixed the /etc/ntp.conf template expansion to pull |
692 |
|
|
the NTPServer value from the ntpd service configuration |
693 |
|
|
settings |
694 |
|
|
|
695 |
|
|
* Tue Jan 16 2001 Jason Miller <jmiller@e-smith.com> |
696 |
|
|
- Changed the order of system time setting: |
697 |
|
|
- Set timezone first, then clock settings |
698 |
|
|
|
699 |
|
|
* Fri Jan 12 2001 Jason Miller <jmiller@e-smith.com> |
700 |
|
|
- Merged the conf-clock and reset-link into a single |
701 |
|
|
action script of conf-timezone |
702 |
|
|
- Removed symlinks to post-upgrade and update-timezone |
703 |
|
|
- Added symlink for conf-timezone to update-timezone |
704 |
|
|
- Added symlink for conf-timezone to bootstrap-console-save |
705 |
|
|
(instead of post-upgrade) |
706 |
|
|
|
707 |
|
|
* Fri Jan 12 2001 Jason Miller <jmiller@e-smith.com> |
708 |
|
|
- Added reset-link and conf-clock to the post-upgrade |
709 |
|
|
event |
710 |
|
|
|
711 |
|
|
* Fri Jan 12 2001 Gordon Rowell <gordonr@e-smith.com> |
712 |
|
|
- Added conf-ntpd-startup |
713 |
|
|
|
714 |
|
|
* Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com> |
715 |
|
|
- [1.1.0-13] |
716 |
|
|
- remove extra signal events based on what time setting |
717 |
|
|
choice gets made |
718 |
|
|
|
719 |
|
|
* Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com> |
720 |
|
|
- [1.1.0-12] |
721 |
|
|
- updated datetime panel to take into account the new |
722 |
|
|
action scripts called by timezone-update event |
723 |
|
|
|
724 |
|
|
* Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com> |
725 |
|
|
- [1.1.0-11] |
726 |
|
|
- use serviceControl() |
727 |
|
|
|
728 |
|
|
* Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com> |
729 |
|
|
- [1.1.0-10] |
730 |
|
|
- fixed /etc/sysconfig/clock template generation |
731 |
|
|
|
732 |
|
|
* Thu Jan 11 2001 Jason Miller <jmiller@e-smith.com> |
733 |
|
|
- [1.1.0-9] |
734 |
|
|
- added conf-clock to configure /etc/sysconfig/clock |
735 |
|
|
- added reset-link to unlink and re-symlink |
736 |
|
|
/etc/localtime to the correct timezone |
737 |
|
|
|
738 |
|
|
* Sat Jan 6 2001 Jason Miller <jmiller@e-smith.com> |
739 |
|
|
- [1.1.0-7] |
740 |
|
|
- Charlie changed spec file in %post and %postun to |
741 |
|
|
generate ntpd templates in runlevel 7 and to remove |
742 |
|
|
it if e-smith-ntp is uninstalled |
743 |
|
|
- Added configuration parameter for timeZone which |
744 |
|
|
will be used by default as the timezone value for |
745 |
|
|
date and time, otherwise it defaults to /etc/localtime |
746 |
|
|
|
747 |
|
|
* Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com> |
748 |
|
|
- [1.1.0-6] |
749 |
|
|
- add new event timezone-update that calls restart httpd |
750 |
|
|
- datetime panel modified to call both time{server,zone}-update |
751 |
|
|
|
752 |
|
|
* Fri Jan 5 2001 Charlie Brady <charlieb@e-smith.com> |
753 |
|
|
- [1.1.0-5] |
754 |
|
|
- Disable ntpd by default - without an NTPServer setting there's no |
755 |
|
|
point in enabling ntpd. |
756 |
|
|
- Remove timeserver web form. Add Jay's new combined datetime and |
757 |
|
|
timeserver form. |
758 |
|
|
|
759 |
|
|
* Fri Dec 15 2000 Adrian Chung <adrianc@e-smith.com> |
760 |
|
|
- Changed NTPserver to NTPServer in 00timeServer fragment |
761 |
|
|
- Modified timeserver panel to record timeserver value to ntpd |
762 |
|
|
property instead of legacy variable. |
763 |
|
|
|
764 |
|
|
* Wed Dec 6 2000 Adrian Chung <adrianc@e-smith.com> |
765 |
|
|
- Removed 'private' property setting in conf-ntpd |
766 |
|
|
- Added link for conf-ntpd to post-install |
767 |
|
|
|
768 |
|
|
* Wed Dec 6 2000 Adrian Chung <adrianc@e-smith.com> |
769 |
|
|
- Re-rolled tar ball to get rid of symlinks |
770 |
|
|
|
771 |
|
|
* Mon Dec 4 2000 Adrian Chung <adrianc@e-smith.com> |
772 |
|
|
- Initial release |
773 |
|
|
|
774 |
|
|
%description |
775 |
|
|
Configuration files and templates for the NTP daemon. |
776 |
|
|
|
777 |
|
|
%prep |
778 |
|
|
%setup |
779 |
unnilennium |
1.3 |
%patch0 -p1 |
780 |
michel |
1.6 |
%patch1 -p1 |
781 |
jpp |
1.7 |
%patch2 -p1 |
782 |
jpp |
1.8 |
/usr/bin/rm -rf root/var/service/ntpd/ |
783 |
jpp |
1.12 |
mkdir -p root/usr/lib/systemd/system/ntpd.service.d |
784 |
jpp |
1.14 |
%patch3 -p1 |
785 |
jpp |
1.16 |
%patch4 -p1 |
786 |
jpp |
1.17 |
%patch5 -p1 |
787 |
jpp |
1.20 |
%patch6 -p1 |
788 |
stephdl |
1.1 |
|
789 |
|
|
%build |
790 |
|
|
for i in ip-change post-install post-upgrade timeserver-update \ |
791 |
|
|
timezone-update bootstrap-console-save |
792 |
|
|
do |
793 |
|
|
mkdir -p root/etc/e-smith/events/$i |
794 |
|
|
done |
795 |
|
|
perl createlinks |
796 |
|
|
/sbin/e-smith/buildtests 30e-smith-datetime |
797 |
|
|
|
798 |
|
|
# Manage supervise and multilog. |
799 |
michel |
1.6 |
#mkdir -p root/service |
800 |
|
|
#ln -s ../var/service/ntpd root/service/ntpd |
801 |
|
|
#mkdir -p root/var/service/ntpd/supervise |
802 |
|
|
#mkdir -p root/var/service/ntpd/env |
803 |
|
|
#touch root/var/service/ntpd/down |
804 |
|
|
#mkdir -p root/var/service/ntpd/log/supervise |
805 |
|
|
#mkdir -p root/var/log/ntpd |
806 |
stephdl |
1.1 |
|
807 |
|
|
%install |
808 |
|
|
rm -rf $RPM_BUILD_ROOT |
809 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
810 |
|
|
/sbin/e-smith/genfilelist \ |
811 |
jpp |
1.10 |
--file '/sbin/e-smith/systemd/initializedate' 'attr(0554,root,root)' \ |
812 |
stephdl |
1.1 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
813 |
michel |
1.6 |
# --dir '/var/service/ntpd' 'attr(1755,root,root)' \ |
814 |
|
|
# --file '/var/service/ntpd/down' 'attr(0644,root,root)' \ |
815 |
|
|
# --file '/var/service/ntpd/run' 'attr(0755,root,root)' \ |
816 |
|
|
# --dir '/var/service/ntpd/supervise' 'attr(0700,root,root)' \ |
817 |
|
|
# --dir '/var/service/ntpd/env' '%attr(0755,root,root)' \ |
818 |
|
|
# --file '/var/service/ntpd/env/MEMLIMIT' 'attr(0644,root,root)' \ |
819 |
|
|
# --dir '/var/service/ntpd/log' 'attr(1755,root,root)' \ |
820 |
|
|
# --file '/var/service/ntpd/log/run' 'attr(0755,root,root)' \ |
821 |
|
|
# --dir '/var/log/ntpd' 'attr(2750,smelog,nofiles)' \ |
822 |
|
|
# $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
823 |
stephdl |
1.1 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
824 |
|
|
|
825 |
|
|
%clean |
826 |
|
|
rm -rf $RPM_BUILD_ROOT |
827 |
|
|
|
828 |
|
|
%pre |
829 |
|
|
rm -f /etc/ntp.conf |
830 |
|
|
|
831 |
|
|
%preun |
832 |
|
|
%post |
833 |
|
|
%postun |
834 |
|
|
|
835 |
|
|
%files -f %{name}-%{version}-filelist |
836 |
|
|
%defattr(-,root,root) |