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