/[smeserver]/rpms/e-smith-base/sme8/e-smith-base.spec
ViewVC logotype

Contents of /rpms/e-smith-base/sme8/e-smith-base.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.121 - (show annotations) (download)
Mon Nov 22 16:27:05 2010 UTC (13 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-52_el5_sme
Changes since 1.120: +5 -2 lines
* Mon Nov 22 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-52.sme
- Fix relocation of dhclient conf file [SME: 6385]

1 # $Id: e-smith-base.spec,v 1.120 2010/11/14 16:45:07 slords Exp $
2
3 Summary: e-smith server and gateway - base module
4 %define name e-smith-base
5 Name: %{name}
6 %define version 5.2.0
7 %define release 52
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Patch1: e-smith-base-5.2.0-sambaRole.patch
14 Patch2: e-smith-base-5.2.0-smartd40.patch
15 Patch3: e-smith-base-5.2.0-usbRev70drive.patch
16 Patch4: e-smith-base-5.2.0-FixLabelArray.patch
17 Patch5: e-smith-base-5.2.0-straysymlink.patch
18 Patch6: e-smith-base-5.2.0-nonetworkdrivers.patch
19 Patch7: e-smith-base-5.2.0-checkIPOverlap.patch
20 Patch8: e-smith-base-5.2.0-adapter-translation-fixes.patch
21 Patch9: e-smith-base-5.2.0-FixLocale_External.patch
22 Patch10: e-smith-base-5.2.0-perform_restore-hal.patch
23 Patch11: e-smith-base-5.2.0-generate-2048-bits-keys.patch
24 Patch12: e-smith-base-5.2.0-perform_backup-hal.patch
25 Patch13: e-smith-base-5.2.0-hwaddress.patch
26 Patch14: e-smith-base-5.2.0-sha1.patch
27 Patch15: e-smith-base-5.2.0-fix-template-expansion-error.patch
28 Patch16: e-smith-base-5.2.0-gettext.patch
29 Patch17: e-smith-base-5.2.0-remove-freebusy-references.patch
30 Patch18: e-smith-base-5.2.0-no-nic.patch
31 Patch19: e-smith-base-5.2.0-fix-local-nic-string-in-console.patch
32 Patch20: e-smith-base-5.2.0-freebusy-user-modify-fix.patch
33 Patch21: e-smith-base-5.2.0-condrestart.patch
34 Patch22: e-smith-base-5.2.0-condrestart.patch2
35 Patch23: e-smith-base-5.2.0-cpuspeed.patch
36 Patch24: e-smith-base-5.2.0-nss_ldap.patch
37 Patch25: e-smith-base-5.2.0-ibay_groups.patch
38 Patch26: e-smith-base-5.2.0-keep_external.patch
39 Patch27: e-smith-base-5.2.0-checkMaxUsers.patch
40 Patch28: e-smith-base-5.2.0-apmd64bit.patch
41 Patch29: e-smith-base-5.2.0-relocate_dhclient_conf.patch
42 Patch30: e-smith-base-5.2.0-echo-options.patch
43 Patch31: e-smith-base-5.2.0-migrateHWaddr.patch
44 Patch32: e-smith-base-5.2.0-relocate_dhcpd_leases_file.patch
45 Patch33: e-smith-base-5.2.0-fix_empty_file_test.patch
46 Patch34: e-smith-base-5.2.0-cpu-conf.patch
47 Patch35: e-smith-base-5.2.0-ldap-auth.patch
48 Patch36: e-smith-base-5.2.0-enable-cpu.patch
49 Patch37: e-smith-base-5.2.0-better-ldap.patch
50 Patch38: e-smith-base-5.2.0-add-extra-ldap.patch
51 Patch39: e-smith-base-5.2.0-cpu-can-delete.patch
52 Patch40: e-smith-base-5.2.0-supp-groups.patch
53 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
54 Requires: mod_auth_external
55 Requires: e-smith-lib >= 2.2.0-2
56 Requires: server-manager-images, server-manager
57 Requires: e-smith-formmagick >= 1.4.0-12
58 Requires: initscripts >= 6.67-1es17
59 Requires: e-smith-daemontools >= 1.7.1-04
60 Requires: perl(Locale::gettext)
61 Requires: perl(Crypt::Cracklib)
62 Requires: perl(Date::Manip)
63 Requires: perl(Data::UUID)
64 Requires: perl(Net::IPv4Addr)
65 Requires: /usr/sbin/irqbalance
66 Requires: /usr/sbin/cpuspeed
67 Requires: /sbin/microcode_ctl
68 Requires: /usr/sbin/smartd
69 Requires: dbus
70 Requires: hal
71 Requires: acpid
72 Requires: rssh
73 Requires: bridge-utils
74 Requires: vconfig
75 Requires: e-smith-bootloader
76 Requires: mdadm
77 Requires: pv
78 Requires: pam_abl
79 Requires: nss_ldap
80 Requires: cpu >= 1.4.3
81 Obsoletes: rlinetd, e-smith-mod_ssl
82 Obsoletes: e-smith-serial-console
83 Obsoletes: sshell
84 Obsoletes: e-smith-rp-pppoe
85 Obsoletes: perl-Data-UUID
86 BuildRequires: perl, perl(Test::Inline) >= 0.12
87 BuildRequires: e-smith-devtools >= 1.13.1-03
88 BuildRequires: gettext
89 %ifarch i386
90 Requires: apmd
91 %endif
92
93 %define dbfiles accounts configuration domains hosts networks
94 AutoReqProv: no
95
96 %description
97 e-smith server and gateway software - base module.
98
99 %changelog
100 * Mon Nov 22 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-52.sme
101 - Fix relocation of dhclient conf file [SME: 6385]
102
103 * Sun Nov 7 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-51.sme
104 - No longer need to pass supplemental groups to cpu [SME: 6349]
105
106 * Fri Nov 5 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-50.sme
107 - Allow cpu to remove empty attributes [SME: 6343]
108
109 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-49.sme
110 - Fix maxUsers patch (again) to not break setting passwords [SME: 5537]
111
112 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-48.sme
113 - Fix maxUsers patch to not break setting passwords [SME: 5537]
114
115 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-47.sme
116 - Don't put empty attributes in file for cpu [SME: 6334]
117
118 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-46.sme
119 - Add flush to tmpfile so that data is available to cpu [SME: 6334]
120
121 * Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-45.sme
122 - Add extra attributes to ldap objects with cpu call [SME: 6334]
123
124 * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-44.sme
125 - Fix cpu critical patch missing ' [SME: 6330]
126
127 * Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-43.sme
128 - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
129 - Add cpu.conf and cpu-system.conf to post-upgrade event [SME: 6327]
130
131 * Tue Nov 2 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-42.sme
132 - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6328]
133
134 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-41.sme
135 - Switch to cpu commands if ldap is master [SME: 6328]
136
137 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-40.sme
138 - Add templates for ldap authentication if enabled [SME: 6329]
139
140 * Mon Nov 1 2010 Shad L. Lords <slords@lordsfam.net> 5.2.0-39.sme
141 - Add cpu.conf and cpu-system.conf template/program to SME [SME: 6327]
142
143 * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-38.sme
144 - Fix empty leases file test [SME: 6274]
145
146 * Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-37.sme
147 - Relocate dhcpd leases file [SME: 6274]
148
149 * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
150 - Add migrate script to add missing HWaddr to interface records [SME: 6267]
151
152 * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
153 - Make lcp options configurable [SME: 6277]
154
155 * Mon Oct 11 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-34.sme
156 - Relocate dhclient conf file [SME: 5833]
157
158 * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
159 - Disable apmd on 64-bit arch [SME: 6170]
160
161 * Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
162 - Remove check for maxUsers [SME: 5537]
163
164 * Wed Oct 6 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
165 - Try and keep same external address for pppoe connections [SME: 6263]
166
167 * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-30.sme
168 - Add ibay groups to group membership [SME: 6247]
169
170 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
171 - Prepare nss_ldap [SME: 6227]
172
173 * Sun Aug 8 2010 Ian Wells <esmith@wellsi.com> 5.2.0-28.sme
174 - Enable cpuspeed by default [SME: 6066]
175
176 * Sun Jul 25 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-27.sme
177 - Fix syntax error in last patch. [SME: 5830]
178
179 * Mon Jul 19 2010 Charlie Brady <charlie_brady@mitel.com> 5.2.0-26.sme
180 - Don't exit 99 from e-smith-service script when called with 'condrestart'
181 and service is disabled. [SME: 5830]
182
183 * Fri Jun 11 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-25.sme
184 - FreeBusy patch fix (save account changes) [SME: 5941]
185
186 * Fri Jun 11 2010 Ian Wells <esmith@wellsi.com> 5.2.0-24.sme
187 - Remove checkMaxUsers patch due to regression. [SME: 5537]
188
189 * Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
190 - Fix translation of local nic string in console [SME: 5571]
191
192 * Sun Jun 6 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-22.sme
193 - Handle no network interface scenario in console [SME: 6023]
194
195 * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 5.2.0-21.sme
196 - Remove checkMaxUsers(). [SME: 5537]
197
198 * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 5.2.0-20.sme
199 - Patch that will remove all FreeBusy references from e-smith-base. [SME: 5941]
200
201 * Wed Mar 3 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-19.sme
202 - Restate smartd dependency. [SME: 5814]
203
204 * Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
205 - Fix gettext errors in WAN/LAN subnet error message [SME: 5501]
206
207 * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
208 - Really fix template expansion error [SME: 4528]
209
210 * Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
211 - Fix template expansion error [SME: 4528]
212
213 * Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-15.sme
214 - Improve security by using SHA1 algorithm for certificate signing [SME: 5737]
215
216 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
217 - Fix eth? swapping [SME: 4528]
218
219 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
220 - Fix console backup from removable media [SME: 4809]
221
222 * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
223 - Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]
224
225 * Thu Jan 14 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-11.sme
226 - Fix console restore from removable media (Federico Simoncelli) [SME: 4809]
227
228 * Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-10.sme
229 - Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]
230
231 * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
232 - Translate $ifName in console configuration pages [SME: 5571]
233
234 * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
235 - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
236
237 * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme
238 - Clean up: remove unused nonetworkdrivers [SME: 5521]
239
240 * Sat Jun 6 2009 Shad L. Lords <slords@mail.com> 5.2.0-6.sme
241 - Clean up stray symlinks in /lib/modules before depmod [SME: 5336]
242
243 * Mon May 18 2009 Gavin Weight <gweight@gmail.com> 5.2.0-5.sme
244 - Allow for different mdadm output formats for DeviceSize. [SME: 5230]
245
246 * Sat Feb 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-4.sme
247 - Auto-mount USB REV70-drive as usbdisk [SME: 5006]
248
249 * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 5.2.0-3.sme
250 - create service link for smartd [SME: 1445]
251
252 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
253 - Add patch to support multiple samba roles [SME: 4172]
254
255 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
256 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
257
258 * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
259 - Add locale tags for email in review panel [SME: 4267]
260
261 * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
262 - Correct gettext type during build process [SME: 570]
263
264 * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
265 - Fix screen corruption in console [SME: 4155]
266
267 * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
268 - Fix detection of xen instance against newer kernels [SME: 4555]
269
270 * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
271 - Fixed warnings generated during build process [SME: 570]
272
273 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
274 - Roll new dev stream.
275
276 * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
277 - Add gettext to creating backup file title for localization. [SME: 4467]
278
279 * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
280 - Fix race condition in VPN ip-down handling which could cause loss of
281 LAN connectivity. [SME: 4405]
282
283 * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
284 - Remove requires for whiptail. No longer needed [SME: 4491]
285
286 * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
287 - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
288
289 * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
290 - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
291 to e-smith-formmagick's general [SME: 4475]
292 - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
293 - Remove invalid entry tag from userpassword's locale file preventing the
294 form from displaying properly [SME: 4479]
295
296 * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
297 - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
298
299 * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
300 - Revert some locale changes
301
302 * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
303 - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
304
305 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
306 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
307
308 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
309 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
310
311 * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
312 - Fix for > 5 nics detected [SME: 4232]
313
314 * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
315 - Remove use of Date::Manip from ssl.crt [SME: 3155]
316
317 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
318 - Fix FreeBusy param when disabled [SME: 1806]
319 - Remove .orig file [SME: 4228]
320
321 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
322 - Remove quitConsole from menu [SME: 4154]
323
324 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
325 - Really fix free/busy in usermanager [SME: 4157]
326
327 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
328 - Use frames in elinks [SME: 4156]
329 - Set homepage for elinks [SME: 4160]
330
331 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
332 - Fix free/busy field in useraccounts [SME: 4157]
333
334 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
335 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
336
337 * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
338 - Fix insert_mode for elinks on el5 platform [SME: 4127]
339
340 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
341 - Set accounts to deleted before template expansion [SME: 4122]
342
343 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
344 - Fix gettext strings returned by password checks [SME: 4104]
345
346 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-1
347 - Roll new stable stream consolidating patches.
348
349 * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
350 - Finish removing pleasewait [SME: 126]
351
352 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
353 - Add gettext to console titles. [SME: 4089]
354
355 * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
356 - Minor translation fixes [SME: 4058] [SME: 4059]
357
358 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-101
359 - Remove tests for removed FORM_TITLE's [SME: 4050]
360
361 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
362 - Cleanup SAVE/ADD tag mixup [SME: 4045]
363
364 * Sat Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
365 - Fix dyndns custom gettext [SME: 4032]
366
367 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-98
368 - revised gettext messages [SME: 631]
369
370 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-97
371 - gettext messages [SME: 631]
372
373 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-96
374 - remove duplicate system password has been changed [SME: 3974]
375
376 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-95
377 - EthernetAssign shouldn't be translated [SME: 3947]
378
379 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-94
380 - Remove pleasewait function [SME: 126]
381
382 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-93
383 - fix gettext formatting in three files [SME: 3938]
384
385 * Wed Feb 13 2008 chris burnat <devlist@burnat.com> 4.18-92
386 - Fix creation of usernames and pseudonyms with one character
387 - [SME: 2451]
388
389 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.18-91
390 - Remove <base> tags now in general [SME: 3911]
391
392 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
393 - Remove duplicate <base> entries [SME: 3894]
394
395 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
396 - remove unused ROUTER_DESC token from lexicon [SME: 3879]
397
398 * Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88
399 - remove default of 1400 MTU for interfaces [SME: 549]
400
401 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87
402 - db prop to dissociate admin password from root in useraccounts.pm [SME: 3117]
403
404 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86
405 - pptp connections setting mtu/mru > 1400 [SME: 549]
406
407 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85
408 - console to strength validate password choice on first entry [SME: 3131]
409
410 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84
411 - Auto-mount USB REV-drive as usbdisk [SME: 2972]
412
413 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
414 - ignore error returns from tar [SME: 3127]
415
416 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
417 - Use esmith::util::validatePassword on console [SME: 2173]
418
419 * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
420 - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
421
422 * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
423 - Add smartd as a disabled service with template [SME: 1445]
424
425 * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
426 - Lock user accounts with usermod instead of passwd [SME: 3595]
427
428 * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
429 - Add symlink to fr-fr locale. [SME: 3648]
430
431 * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
432 - Add fix for varying partition sizes in add_raid [SME: 3547]
433
434 * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
435 - Fix removal of Corporate DNS from console. [SME: 3532]
436
437 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
438 - Remove previous change, applied to wrong package. [SME: 3512]
439
440 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
441 - Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512]
442
443 * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
444 - Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214]
445
446 * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
447 - Adjust success text when changing admin password. [SME: 2442]
448
449 * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
450 - Fix comparison of expected to actual SSL cert data. Also change
451 truncation point for email address from 40 chars to 64. [SME: 1736].
452 [Note that -70 was inadvertently skipped.]
453
454 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
455 - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
456
457 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
458 - Rename in logrotate.d directory apache to httpd. [SME: 3380]
459
460 * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
461 - Fix pod in groups.pm file. [SME: 3379]
462
463 * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
464 - Relax restrictions on restore devices, to allow CDR and DVDR.
465 [SME: 3126]
466
467 * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
468 - Ensure that depmod is run for all installed kernels. [SME: 3235]
469
470 * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
471 - Really really clear devices variable [SME: 3116]
472
473 * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
474 - Really clear devices variable [SME: 3116]
475
476 * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
477 - Clean up loop var and mount point for backup/restore [SME: 3116]
478
479 * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
480 - Improve usb backup error reporting [SME: 2772]
481
482 * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
483 - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
484 [SME: 2762]
485
486 * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
487 - Have nonetworkdrivers script exit silently if kmodule bin not found.
488 [SME: 2549]
489
490 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
491 - Start messagebus/haldaemon so restore works [SME: 3058]
492
493 * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
494 - expand /etc/pam.d/login [SME: 2831]
495
496 * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
497 - Prevent backout from console config during initial setup.
498 [SME: 2540]
499
500 * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
501 - Clean up some more newlines [SME: 3035]
502 - Make raid failures more verbose [SME: 3032]
503 - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
504
505 * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
506 - Update noraid text and add newline after text. [SME: 3035]
507
508 * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
509 - Don't use cracklib in system-auth [SME: 2686]
510
511 * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
512 - Use correct lib for modules
513
514 * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
515 - Updates to support xenU instance
516
517 * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
518 - Updates to support SME Server 8
519
520 * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
521 - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
522
523 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
524 - Clean up spec so package can be built by koji/plague
525
526 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
527 - Change to dist for tagging release
528 - Only include apmd for i386 platforms
529
530 * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
531 - Validate GatewayIP address more carefully. [SME: 2928]
532
533 * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
534 - Field to change ssh port [SME: 2382]
535
536 * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
537 - Change fm to self in remoteaccess.pm [SME: 2382]
538
539 * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
540 - Make configuration dbs config(noreplace) [SME: 2527]
541
542 * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
543 - Adjust perm for dhcpd.conf again [SME: 2715]
544
545 * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
546 - Put usbback patch back in. [SME: 2483]
547
548 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
549 - Remove enable slocate patch [SME: 102]
550
551 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
552 - Change Try Again to gettext(Back) in perform backup [SME: 2483]
553
554 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
555 - Enable slocate in /etc/updatedb.conf [SME: 102]
556
557 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
558 - Make console text consistent 'Please stand by' [SME: 2493]
559
560 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
561 - Fix missing en-au & en-nz language noise. [SME: 2093]
562
563 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
564 - Fix missing list items for console [SME: 2642]
565
566 * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
567 - Don't attempt to add_raid_device if no raid [SME: 2484]
568
569 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
570 - Add fix for perms on dhcpd.conf file [SME: 2715]
571
572 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
573 - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
574
575 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
576 - Fix permissions on ftpusers file [SME: 2841]
577 - Fix permissions on pwauth file [SME: 2842]
578
579 * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
580 - Simplify depmod call in conf-modules [SME: 2554]
581
582 * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
583 - Fix login pam configuration file. TODO - expand the template
584 during bootstrap-console-save. [SME: 2831]
585
586 * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
587 - Add rotate_timestamped_logfiles action, split from
588 generic_template_expand. [SME: 2795]
589
590 * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
591 - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
592
593 * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
594 - Add missing elements in prior pam updates [SME: 2551]
595
596 * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
597 - Update pam_stack to new include for el5 [SME: 2551]
598
599 * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
600 - Fix missing en-gb language noise. [SME: 2633]
601
602 * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
603 - Call cropLeft function correctly in crt expansion [SME: 1689]
604
605 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
606 - Make elinks display correctly with xterm display [SME: 444]
607
608 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
609 - Add db override for crt common name [SME: 1689]
610
611 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
612 - Default adding drive to raid to no [SME: 2644]
613
614 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
615 - Allow nics to swap if different LAN chosen [SME: 2612]
616
617 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
618 - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
619
620 * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
621 - Combine two similar loops in selectEthernet and break overly
622 long string constant. [SME: 2612]
623
624 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
625 - Fix network selection dialog to include all drivers. [SME: 2612]
626
627 * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
628 - Fix run.static file in wan service directory. [SME: 2580]
629
630 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
631 - Fix glob for selecting backup devices. [SME: 2521]
632
633 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
634 - User new console infobox for console backup. [SME: 2533]
635
636 * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
637 - Use new esmith::console::infobox widget in console. [SME: 2533]
638
639 * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
640 - Change runsvctrl to sv to support runit v1.7.x
641
642 * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
643 - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
644
645 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
646 - Set db value for external ip before expanding templates [SME: 1977]
647
648 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
649 - Do better detection of possible devices for backup/restore [SME: 2317]
650
651 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
652 - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
653
654 * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
655 - Remove unused remnant dhcpcd templates. [SME: 2445]
656
657 * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
658 - Configure elinks to obey cache control directives. I have
659 no idea why that would not be the default! [SME: 2443]
660
661 * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
662 - Ensure gateway dev is correct for server-only [SME: 2404]
663
664 * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
665 - Add cancel button to backup/restore panels [SME: 2393]
666
667 * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
668 - Add console backup to USB [SME: 2317]
669
670 * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
671 - Fix backtitle for saving changes [SME: 2328]
672
673 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
674 - Roll stable stream. [SME: 2328]
675
676 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
677 - Remove unused ifcfg-log:0 templates. [SME: 2368]
678
679 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
680 - Add template fragments to allow forcing of ethernet negotiation
681 parameters [SME: 2362]
682
683 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
684 - Remove unused pam and abl templates (remnants of some stuff I
685 was prototyping).
686
687 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
688 - [Forward-ported from 4.17.0]
689 - Refactor console code considerably, and add restore from CDROM/USB
690 backup capability to console.
691 - Remove deprecated %conf use in console. [SME: 1856]
692
693 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
694 - [Ported from e-smith-base+ldap]
695 - Add support for use of pam_tally and/or pam_abl modules. Both
696 are disabled by default.
697 - Update /etc/pam.d/{ftp,passwd} templates.
698 - Add template for /etc/pam.d/system-auth.
699
700 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
701 - [Forward-ported from 4.17.0]
702 - Move masq fragments to e-smith-packetfilter rpm.
703
704 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
705 - [Forward-ported from 4.17.0]
706 - Remove server-manager templates and scripts - move to e-smith-manager.
707 [SME: 2023]
708
709 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
710 - [Forward-ported from 4.17.0]
711 - Combine dhcp client, pppoe, dialup and static WAN connections into
712 "wan" service. [SME 1795]
713
714 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
715 - Make new development stream. Based from 4.16.0-39.
716
717 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
718 - [Back-port from 4.17.0-23]
719 - Add admin email forwarding to modify user panel [SME: 827]
720
721 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
722 - [Back-port from 4.17.0-22]
723 - Fix last patch so that data is pulled correctly [SME: 1034]
724
725 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
726 - [Back-port from 4.17.0-21]
727 - Make purge-old-logs configurable via db [SME: 1034]
728
729 * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
730 - [Back-port from 4.17.0-20]
731 - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
732
733 * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
734 - [Back-port from 4.17.0-19]
735 - And mark admin_raidreport as only available for local mail [SME: 2139]
736
737 * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
738 - [Back-port from 4.17.0-17, 4.17.0-18]
739 - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
740 - And mark admin_raidreport as non-Removable [SME: 2139]
741
742 * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
743 - Disable raid based on /proc/partitions (which is dynamic) instead
744 of grub/device.map (which is static) [SME: 2131]
745
746 * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
747 - Check device size after calculating space needed. [SME: 2131]
748
749 * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
750 - Create partitions in order of size. This makes sure boot is first and
751 / is last. Also last partitions fills all available space making resizing
752 easier. [SME: 2131]
753
754 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
755 - Update to new release naming. No functional changes.
756 - Make Packager generic
757
758 * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
759 - Update manage raid console functions to handle all raid types [SME: 2131]
760
761 * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
762 - Fix warning from dhclient.conf template expansion.
763
764 * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
765 - Add missing LocalModule for mod_proxy_http to admin apache conf.
766 [SME: 1853]
767
768 * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
769 - Prevent daily regeneration of SSL cert if City/Company/Department are
770 empty. [SME: 1602]
771
772 * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
773 - Menu text in console is incorrect for RAID5 installs. [SME: 404]
774
775 * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
776 - Modify user create page to show henry:miller not henry_miller. [SME: 531]
777
778 * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
779 - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
780
781 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
782 - Allow for admin account when locking null passwords, and perform
783 check in post-upgrade so that the password screen will be presented
784 after the reboot [SME: 1529]
785
786 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
787 - Correct argument ordering in last change [SME: 790, SME: 1541]
788
789 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
790 - Increase cert serial number when new certificate is generated. [SME: 790]
791
792 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
793 - Change ssl.crt template so that cert is regenerated if issuer information
794 has changed. [SME: 1484]
795
796 * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
797 - Change default shutdown value from shutdown to reboot. [SME: 1320]
798
799 * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
800 - Fix syntax error introduced in last change (and reuse $rc and $choice in
801 raidManage.pl). [SME: 1285,1300]
802
803 * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
804 - Force masq service to enabled for servergateway modes, but
805 leave at current setting for serveronly. Revises -09 change [SME: 1209]
806
807 * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
808 - Add big warning about wiping disk to raid management screen.
809 [SME: 1285]
810
811 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
812 - Ensure that rmmod-bonding doesn't return error status if
813 bonding is not enabled (e.g. during upgrade) [SME: 935]
814
815 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
816 - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
817
818 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
819 - Always save ssh property changes, even if sshd is disabled [SME: 1210]
820
821 * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
822 - Don't run kudzu at every bootup. [SME: 727]
823
824 * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
825 - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
826 [SME: 881]
827
828 * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
829 - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
830 [SME: 881]
831
832 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
833 - Enable the masq service to ensure that installs and upgrades
834 are consistent. If someone really wants to disable it, they can
835 add a force fragment [SME: 1209]
836
837 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
838 - Lock accounts with bad SMB passwords [SME: 1193]
839
840 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
841 - Revert password length restriction changes [SME: 1193]
842
843 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
844 - Adjust plural in page title in last patch [SME: 1193]
845
846 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
847 - Adjust console logic for 14 character password restriction [SME: 1193]
848
849 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
850 - Only process 'network' entries in route-eth0 template [SME: 1182]
851
852 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
853 - Restrict passwords to 14 characters [SME: 1193]
854
855 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
856 - Rename anaconda logs, but leave a symlink. Do nothing if the log
857 is already a symlink or missing [SME: 808]
858
859 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
860 - Roll stable stream version. [SME: 1016]
861
862 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
863 - Ensure that each user has a Shell property in post-upgrade.
864 If they didn't have one before, set it to the current value in
865 /etc/passwd. [SME: 859]
866
867 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
868 - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
869 - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
870
871 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
872 - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
873
874 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
875 - And remove now redundant calls to wherenext [SME: 986]
876
877 * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
878 - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
879
880 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
881 - Correct typo in -13 change which hid message [SME: 964]
882
883 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
884 - Display a message for single disk installs which catches that
885 case and tells people that they can add a second disk and produce
886 a mirrored pair [SME: 958]
887
888 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
889 - Display a nicer message when a spare disk is available to be
890 added to the pair [SME: 964]
891 - Blank line for consistency with other messages [SME: 964]
892
893 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
894 - Check whether a resync is in progress so we don't state that
895 intervention is required when it is not [SME: 958]
896
897 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
898 - Check whether destination drive of add_mirror is already part
899 of a RAID device. If so, complain and exit [SME: 870]
900 - Also ensure that /sbin is in the PATH
901
902 * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
903 - Fixes to dhclient configuration. [SME: 881]
904
905 * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
906 - Added NIC Bonding options screen in console [SME: 935]
907 - Migrate old NICBondingOptions to new defaults, and added new default
908 options [SME: 935]
909 - rmmod bonding.ko in bootstrap-console-save so new options work
910 without extra reboot [SME: 935]
911
912 * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
913 - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
914
915 * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
916 - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
917
918 * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
919 - Re-do -04 change as a patch so it sticks [SME: 863]
920
921 * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
922 - Add templates for dhclient configuration file. [SME: 881]
923
924 * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
925 - Remove default fragment for AdminEmail [SME: 863]
926
927 * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
928 - Change 'Reconfigure' to lower case in menu [SME: 2]
929
930 * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
931 - Add requires for mdadm. We use it in the console and raid monitor
932 and it won't get installed for 5.x upgrades [SME: 767]
933
934 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
935 - Roll patches to 4.15.8-60
936 - Trim changelog before 4.15.3-01 [SME: 828]
937
938 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
939 - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
940
941 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
942 - Change 'Reconfigure' to lower case in -57 change [SME: 2]
943
944 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
945 - Add /root/upgrade.log and /root/upgrade.log.syslog to
946 logfiles2timestamp in post-upgrade event so we preserve
947 them across multiple upgrades [SME: 808]
948
949 * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
950 - Added Reconfigure and Reboot option in console, changed
951 main console menu to reflect Reconfigure option [SME: 2]
952
953 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
954 - Default EmailForward to 'local' in case that part of the panel
955 is hidden from view [SME: 704]
956
957 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
958 - Adjust console title bar to 'SME Server' [SME: 726]
959 - Change title on "Choose administrator password" screens
960
961 * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
962 - Set EthernetDriver2 property when bonding is enabled [SME: 776]
963
964 * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
965 - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
966
967 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
968 - Start bootstrap-console earlier - in particular before raidmonitor.
969 Don't try to restart 'random'. [SME: 743]
970
971 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
972 - Obsolete keytable service. [SME: 746]
973
974 * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
975 - Run kudzu -q from inittab [SME: 727]
976
977 * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
978 - Make bootp support optional, defaulting to 'deny'. [SME: 660]
979
980 * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
981 - Removed the online-manual. [SME: 407]
982
983 * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
984 - Hide email forwarding options on useraccounts page if there is
985 no 'smtpd' record [SME: 704]
986
987 * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
988 - Fix conversion of user shell from sshell to rssh. [SME: 699]
989
990 * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
991 - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
992
993 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
994 - Change logic for determining RAID partitions in use [SME: 516]
995 - Add detailed output of the RAID state to messages log [SME: 516]
996
997 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
998 - Only say that a RAID device is clean if truly clean [SME: 516]
999 - Adjusted warning to say 'may be required' instead of 'is'
1000
1001 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
1002 - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
1003 default, which is to allow bootp. [SME: 660]
1004
1005 * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
1006 - Use appropriate esmith::*DB class for 00openRW migrate fragments.
1007 [SME: 659]
1008
1009 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
1010 - Added EmailForward migrate fragment [SME: 598]
1011
1012 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
1013 - Added text periods and underscores in useraccounts [SME: 531]
1014
1015 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
1016 - Updated copyright text in server-manager [SME: 459]
1017
1018 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
1019 - The menu text incorrect for RAID5 configurations [SME: 404]
1020
1021 * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
1022 - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
1023
1024 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
1025 - Fix flip of access settings to default on first post-upgrade (e.g.
1026 sshd from public to private). [SME: 495]
1027
1028 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
1029 - Remove remnants of statustest. [SME: 450]
1030
1031 * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
1032 - Add templated elinks config file. [SME: 444]
1033
1034 * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
1035 - Help raidmonitor report more than just failures [SME: 496]
1036
1037 * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
1038 - Create ~/.ssh as part of skeleton home directory [SME: 456]
1039
1040 * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
1041 - Fix reboot problem when switching WAN from dynamic to static
1042 address. [SME: 500]
1043
1044 * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
1045 - New migrate fragment to clean up NIC bonding property [SME: 449]
1046
1047 * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
1048 - Fix account regexp for set_password case [SME: 24]
1049
1050 * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
1051 - New console option for ethernet bonding [SME: 449]
1052
1053 * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
1054 - Allow dot and underscore in account names [SME: 24]
1055 - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
1056
1057 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
1058 - Avoid generating warning messages during interfaces migration
1059 template fragment. [SME: 354]
1060
1061 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
1062 - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
1063 remove them if found. [SME: 390]
1064
1065 * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
1066 - Use regexp as well as cracklib to check admin password in console.
1067 [SME: 335]
1068
1069 * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
1070 - Change heuristic for finding disks in manageRAID.pl [SME: 342]
1071
1072 * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
1073 - Move testInternet console menu item to smeserver-support [SME: 364]
1074
1075 * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
1076 - Fix localization bug in add_mirror. [SME: 341]
1077
1078 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
1079 - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
1080
1081 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
1082 - Added modSSL{CipherSuite} default [SME: 194]
1083
1084 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
1085 - Enable microcode_ctl service by default [SME: 74]
1086
1087 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
1088 - Removed accounts db default for 'common'
1089 - Added accounts db defaults for server-common and server-resources [SME: 77]
1090
1091 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
1092 - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
1093
1094 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
1095 - And remove db defaults for sysstat service [SME: 327]
1096
1097 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
1098 - Remove sysstat startup symlink [SME: 327]
1099
1100 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
1101 - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
1102
1103 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
1104 - Remove Requires: sysstat [SME: 327]
1105
1106 * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
1107 - Move code for testing internet access into menu item file.
1108 [SME: 261]
1109
1110 * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
1111 - Fix looping in console at swap ethernet choice page. [SME: 68]
1112
1113 * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
1114 - Fix taint issues with RAID management menu item [SME: 253]
1115
1116 * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
1117 - console: DHCP range (wrong path chosen for non-English) [SME: 157]
1118
1119 * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
1120 - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
1121 - Needs to move to /sbin/e-smith/console-menu-items, once I work out
1122 what I believe is a taint issue.
1123
1124 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
1125 - Change 'standby' to 'stand by' in console [SME: 66]
1126
1127 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
1128 - Fix routing on eth0 for multiple local networks [SME: 203]
1129
1130 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
1131 - Bump release number only
1132
1133 * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
1134 - [4.15.8-02]
1135 - Re-import head to CVS.
1136 - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
1137
1138 * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
1139 - [4.15.8-01]
1140 - Default cpuspeed to disabled [MN00107779]
1141
1142 * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
1143 - [4.15.7-01]
1144 - Imported to ClearCase
1145 - Changed console sort order from ASCII to numeric [MN00107120]
1146
1147 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1148 - [4.15.6-09]
1149 - Add -f option to add_mirror to allow use of disks with existing
1150 partition tables [MN00101667]
1151
1152 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1153 - [4.15.6-08]
1154 - Add reconfiguration reboot option to reboot panel [SF: 1349946]
1155 - TODO: Cleanup so that the red warning header doesn't display since
1156 the reboot is going to happen anyway
1157
1158 * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
1159 - [4.15.6-07]
1160 - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
1161
1162 * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
1163 - [4.15.6-06]
1164 - Change DISABLED -> OFF in init script messages, and go back to standard
1165 alignment. [SF: 1264702, 134543]
1166
1167 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1168 - [4.15.6-05]
1169 - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
1170
1171 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1172 - [4.15.6-04]
1173 - Replace grub setup commands in add_mirror with an exec of an external
1174 script. This script will be provided by a bootloader specific package,
1175 e.g. e-smith-lilo or e-smith-grub. That package should include a
1176 "Provides: e-smith-bootloader" header, to satisfy a Requires in this
1177 package. [SF: 1335937]
1178
1179 * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
1180 - [4.15.6-03]
1181 - Unload network drivers immediately after rc.sysinit runs, so that
1182 we can control the order of allocation of eth0 and eth1. [SF: 1332366]
1183
1184 * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
1185 - [4.15.6-02]
1186 - Disable raid monitor if /boot/grub/device.map suggests that the system
1187 is a single disk system. [SF: 1269091]
1188
1189 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1190 - [4.15.6-01]
1191 - Remove L10Ns from base packages [SF: 1309520]
1192
1193 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1194 - [4.15.5-01]
1195 - New dev stream before relocating L10Ns
1196
1197 * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
1198 - [4.15.4-52]
1199 - Add /sbin/e-smith/add_mirror [SF: 1325479]
1200
1201 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1202 - [4.15.4-51]
1203 - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
1204
1205 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1206 - [4.15.4-50]
1207 - Move user-create-unix action before template expansions, so
1208 that getpwnam can be used in template fragments. Ditto
1209 for group-create-unix. [SF. 1322231]
1210
1211 * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
1212 - [4.15.4-49]
1213 - Fix spelling mistake in useraccounts panel. [SF: 1320002]
1214
1215 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1216 - [4.15.4-48]
1217 - Revised translation of groups panel, reordered to match
1218 the English lexicon - Thanks Didier Rambeau [SF: 1305184]
1219
1220 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1221 - [4.15.4-47]
1222 - Added foot.tmpl for Italian [SF: 1309266]
1223
1224 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1225 - [4.15.4-46]
1226 - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
1227
1228 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1229 - [4.15.4-45]
1230 - Added Italian for Please wait - we should do this through gettext
1231 or similar [SF: 1309288]
1232
1233 * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
1234 - [4.15.4-44]
1235 - Reword Master DNS Server screen as "Corporated DNS Server", in
1236 line with domains panel [gordonr MN00096914]
1237
1238 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
1239 - [4.15.4-43]
1240 - German L10Ns for userpassword and console - Thanks Dietmar Berteld
1241 [SF: 1293325]
1242
1243 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1244 - [4.15.4-42]
1245 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
1246
1247 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1248 - [4.15.4-41]
1249 - Added "de" to pleasewait ugliness case statement and
1250 sorted the list alphabetically [SF: 1293325]
1251
1252 * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
1253 - [4.15.4-40]
1254 - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
1255
1256 * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
1257 - [4.15.4-39]
1258 - Add preliminary support for ethernet bonding on local interface.
1259 - Modify user-modify-unix so that usermod is not called to change
1260 shell or GCOS field unless they need to change.
1261
1262 * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
1263 - [4.15.4-38]
1264 - Update filelist entries for databases which have moved
1265 from /home/e-smith to /home/e-smith/db [SF: 1216546]
1266
1267 * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
1268 - [4.15.4-37]
1269 - Create /mnt/floppy symlink if required in post-{install,upgrade}.
1270 [MN00095821]
1271 - Haldaemon race conditions seem quite recalcitrant, so don't try to create
1272 /mnt/cdrom symlink. [SF: 1260322]
1273 - Disable CTRL-C in console [tonyc SF: 1264697]
1274 - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
1275
1276 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1277 - [4.15.4-36]
1278 - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
1279
1280 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1281 - [4.15.4-35]
1282 - Also create /mnt/floppy symlink if required. [MN00095821]
1283
1284 * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
1285 - [4.15.4-34]
1286 - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
1287
1288 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
1289 - [4.15.4-33]
1290 - Fix race condition in /mnt/cdrom symlink creation, by creating
1291 symlink from haldaemon action. [SF: 1260322]
1292
1293 * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
1294 - [4.15.4-32]
1295 - Really create /mnt/cdrom symlink if required. [SF: 1260322]
1296
1297 * Tue Aug 30 2005 Shad Lords <slords@mail.com>
1298 - [4.15.4-31]
1299 - Update services entries to conform with RHEL4 services [SF: 1276479]
1300
1301 * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
1302 - [4.15.4-30]
1303 - Correctly handle multiple net specification in ValidFrom for httpd-admin.
1304 [SF: 1273756]
1305
1306 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
1307 - [4.15.4-29]
1308 - Fix taint problem in license text in option 6 of the console menu.
1309 [SF: 1267284]
1310
1311 * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
1312 - [4.15.4-28]
1313 - Respect Shell property of user accounts [SF: 1266706]
1314
1315 * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
1316 - [4.15.4-27]
1317 - Modify /sbin/e-smith/service so that it runs /sbin/service unless
1318 runlevel is 7. [SF: 1237968]
1319 - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
1320
1321 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1322 - [4.15.4-26]
1323 - Add Requires for bridge-utils and vconfig.
1324
1325 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1326 - [4.15.4-25]
1327 - Add "Requires: rssh".
1328
1329 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1330 - [4.15.4-24]
1331 - Update %ghost filelist entries for databases which have moved
1332 from /home/e-smith to /home/e-smith/db [SF: 1216546]
1333
1334 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1335 - [4.15.4-23]
1336 - Create /mnt/cdrom symlink if required. [SF: 1260322]
1337
1338 * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
1339 - [4.15.4-22]
1340 - Add Requires: whiptail so that the out fork of whiptail from the
1341 newt package is installed on upgrade.
1342
1343 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
1344 - [4.15.4-21]
1345 - Add Requires: headers for all the additional standard daemons, to
1346 ensure they are installed on upgrade.
1347
1348 * Tue Aug 9 2005 Shad Lords <slords@mail.com>
1349 - [4.15.4-20]
1350 - Change httpd-admin access from local to localhost [SF: 1246986]
1351 - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
1352 - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
1353
1354 * Tue Aug 2 2005 Shad Lords <slords@email.com>
1355 - [4.15.4-19]
1356 - Add TCPPort and access for httpd-admin [SF: 1246986]
1357 - Fix UnsavedChanges in console [SF: 1245238]
1358
1359 * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
1360 - [4.15.4-18]
1361 - Remove all use db_ API except in console (which will come later).
1362
1363 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1364 - [4.15.4-17]
1365 - Add systemid property to sysconfig db record. [SF: 1246367]
1366
1367 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1368 - [4.15.4-16]
1369 - Upgrade database APIs to latest standard.
1370 - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
1371
1372 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1373 - [4.15.4-15]
1374 - Use https to access server-manager from console, to avoid redirect
1375 problems. [SF: 1246182]
1376
1377 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1378 - [4.15.4-14]
1379 - Remove hwconfig db default entry. [SF: 1246180]
1380
1381 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1382 - [4.15.4-13]
1383 - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1384 for the main patch. [SF: 1245421]
1385
1386 * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1387 - [4.15.4-12]
1388 - Patches from Shad Lords.
1389 - Complete fix of user password validation started in 4.15.3-06.
1390 [SF: 1242098]
1391 - Change default password strength to "strong". [SF: 1246178]
1392
1393 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1394 - [4.15.4-11]
1395 - Patches submitted by Gordon Rowell.
1396 - Change /etc/modules.conf templates to /etc/modprobe.conf
1397 and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1398 - Remove fragments 10appletalk and 95ModulePaths, since they are
1399 for very old migrations of /etc/modules.conf
1400
1401 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1402 - [4.15.4-10]
1403 - Move quota setup in fstab template into e-smith-quota, where it
1404 belongs.
1405
1406 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1407 - [4.15.4-09]
1408 - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1409
1410 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1411 - [4.15.4-08]
1412 - Add messagebus and haldaemon services, so that cdrom mount point
1413 etc is created as required. [SF: 1225899]
1414
1415 * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1416 - [4.15.4-07]
1417 - Add miscelleous performance related standard RHEL/CentOS services.
1418
1419 * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1420 - [4.15.4-06]
1421 - Add RAID monitoring service. [SF: 1222143]
1422
1423 * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1424 - [4.15.4-05]
1425 - Fix log noise from DynDNS update script. [SF: 1231871]
1426
1427 * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1428 - [4.15.4-04]
1429 - Change default domain name setting - I'm sure that xxx is deprecated.
1430
1431 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1432 - [4.15.4-03]
1433 - Deal gracefully with missing /etc/sysconfig/keyboard file.
1434
1435 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1436 - [4.15.4-02]
1437 - Remove "random" service startup symlink - no longer required, as
1438 prng is seeded by rc.sysinit.
1439
1440 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1441 - [4.15.4-01]
1442 - Make new development stream - 4.15.4
1443
1444 * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1445 - [4.15.3-07]
1446 - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1447 - Remove mouseconfig hack. [MN00057145]
1448
1449 * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1450 - [4.15.3-06]
1451 - Fix password strength checking of user passwords. [SF: 1222255]
1452
1453 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1454 - [4.15.3-05]
1455 - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1456
1457 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1458 - [4.15.3-04]
1459 - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1460
1461 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1462 - [4.15.3-03]
1463 - Remove smbpasswd references from chap-secrets file. Don't re-expand
1464 chap-secrets file during various user related events. [SF: 1215401]
1465
1466 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1467 - [4.15.3-02]
1468 - Break up template for /etc/shells into fragments, and add
1469 /usr/bin/rssh. [SF: 1220145]
1470
1471 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1472 - [4.15.3-01]
1473 - Roll new development stream - 4.15.3
1474
1475 %prep
1476 %setup
1477 %patch1 -p1
1478 %patch2 -p1
1479 %patch3 -p1
1480 %patch4 -p1
1481 %patch5 -p1
1482 %patch6 -p1
1483 %patch7 -p1
1484 %patch8 -p1
1485 %patch9 -p1
1486 %patch10 -p1
1487 %patch11 -p1
1488 %patch12 -p1
1489 %patch13 -p1
1490 %patch14 -p1
1491 %patch15 -p1
1492 %patch16 -p1
1493 %patch17 -p1
1494 %patch18 -p1
1495 %patch19 -p1
1496 %patch20 -p1
1497 %patch21 -p1
1498 %patch22 -p1
1499 %patch23 -p1
1500 %patch24 -p1
1501 %patch25 -p1
1502 %patch26 -p1
1503 %patch27 -p1
1504 %patch28 -p1
1505 %patch29 -p1
1506 %patch30 -p1
1507 %patch31 -p1
1508 %patch32 -p1
1509 %patch33 -p1
1510 %patch34 -p1
1511 %patch35 -p1
1512 %patch36 -p1
1513 %patch37 -p1
1514 %patch38 -p1
1515 %patch39 -p1
1516 %patch40 -p1
1517
1518 %pre
1519 if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1520 then
1521 cd /etc/e-smith/locale
1522
1523 [ -L fr ] && rm fr
1524 mkdir fr
1525 mv fr-ca/* fr
1526 rmdir fr-ca
1527 fi
1528
1529 [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1530
1531 /sbin/e-smith/create-system-user smelog 1002 \
1532 'smelog log user' /var/log/smelog /bin/false
1533 /sbin/e-smith/create-system-user smelastsys 2999 \
1534 'sme last system user marker' /tmp /bin/false
1535
1536 %post
1537
1538 %build
1539 # Force creation of potentially empty directories
1540 mkdir -p root/etc/e-smith/licenses
1541 mkdir -p root/etc/e-smith/skel/user/.ssh
1542 mkdir -p root/etc/e-smith/skel/user/home
1543 mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1544 mkdir -p root/etc/e-smith/skel/e-smith/files/users
1545 mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1546 mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1547 mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1548 mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1549 mkdir -p root/home/e-smith/files/{users,server-resources}
1550 mkdir -p root/home/e-smith/files/users/admin/home
1551 mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1552 mkdir -p root/root/.ssh
1553 mkdir -p root/var/log/wan
1554
1555 %if "%_build_arch" == "i386"
1556 echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1557 %else
1558 echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1559 %endif
1560
1561 LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1562 -type f | grep -v CVS)
1563
1564 for lexicon in $LEXICONS
1565 do
1566 /sbin/e-smith/validate-lexicon $lexicon
1567 done
1568
1569 /sbin/e-smith/generate-lexicons
1570
1571 perl createlinks
1572 /sbin/e-smith/buildtests 10e-smith-base
1573 ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1574 mkdir -p root/etc/rc6.d
1575 mkdir -p root/etc/rc.d/rc7.d
1576 ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1577 # Improve "telinit 1 behaviour
1578 mkdir -p root/etc/rc.d/rc1.d
1579
1580 mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1581 xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1582
1583 mkdir -p root/etc/e-smith/locale
1584 # Make the fr-ca link in %pre to ease upgrades
1585 # ln -s fr root/etc/e-smith/locale/fr-ca
1586 ln -s fr root/etc/e-smith/locale/fr-fr
1587 ln -s en-us root/etc/e-smith/locale/en
1588 ln -s en-us root/etc/e-smith/locale/en-au
1589 ln -s en-us root/etc/e-smith/locale/en-gb
1590 ln -s en-us root/etc/e-smith/locale/en-nz
1591
1592 mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1593 ln -s /etc/e-smith/templates-default/template-begin-shell \
1594 root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1595
1596 mkdir -p root/etc/e-smith/templates/etc/ldap.secret/
1597 touch root/etc/e-smith/templates/etc/ldap.secret/template-begin
1598
1599 for file in imap login passwd pwauth system-auth
1600 do
1601 mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1602 ln -s /etc/e-smith/templates-default/template-begin-pam \
1603 root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1604 done
1605
1606 mkdir -p root/service
1607 mkdir -p root/etc/rc.d/init.d/supervise
1608
1609 for service in dhcpd wan ippp syslog klogd
1610 do
1611 ln -s /var/service/$service root/service/$service
1612 mkdir -p root/var/service/$service/supervise
1613 touch root/var/service/$service/down
1614 if [ -d root/var/service/$service/log ]
1615 then
1616 mkdir -p root/var/service/$service/log/supervise
1617 mkdir -p root/var/log/$service
1618 fi
1619 ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1620 done
1621
1622 # Remove (for now) supervised syslog and klogd services
1623 rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1624 rm root/service/{syslog,klogd}
1625
1626 mkdir -p root/etc/e-smith/events/local
1627 mkdir -p root/etc/e-smith/events/user-modify-admin
1628 mkdir -p root/home/e-smith/db
1629
1630 mkdir -p root/etc/e-smith/pam
1631 mkdir -p root/home/e-smith/ssl.key
1632 mkdir -p root/home/e-smith/ssl.crt
1633 mkdir -p root/home/e-smith/ssl.pem
1634
1635 mkdir -p root/var/state/e-smith
1636
1637 for file in %{dbfiles}
1638 do
1639 mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1640 done
1641
1642 mkdir -p root/etc/tcprules
1643
1644 mkdir -p root/service
1645 touch root/var/service/wan/down
1646
1647 ln -s /var/service/raidmonitor root/service/raidmonitor
1648
1649 mkdir -p root/var/service/raidmonitor/supervise
1650 touch root/var/service/raidmonitor/down
1651
1652 mkdir -p root/var/service/raidmonitor/log/supervise
1653
1654 mkdir -p root/var/log/raidmonitor
1655
1656 %install
1657 rm -rf $RPM_BUILD_ROOT
1658 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1659 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1660 --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1661 --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1662 --dir /var/service/dhcpd 'attr(01755,root,root)' \
1663 --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1664 --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1665 --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1666 --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1667 --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1668 --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1669 --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1670 --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1671 --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1672 --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1673 --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1674 --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1675 --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1676 --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1677 --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1678 --file /var/service/syslog/run 'attr(0755,root,root)' \
1679 --file /var/service/syslog/down 'attr(0644,root,root)' \
1680 --file /var/service/klogd/run 'attr(0755,root,root)' \
1681 --file /var/service/klogd/down 'attr(0644,root,root)' \
1682 --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1683 --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1684 --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1685 --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1686 --dir /var/service/wan 'attr(1755,root,root)' \
1687 --file /var/service/wan/down 'attr(0644,root,root)' \
1688 --file /var/service/wan/run 'attr(0750,root,root)' \
1689 --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1690 --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1691 --file /var/service/wan/run.static 'attr(0750,root,root)' \
1692 --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1693 --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1694 --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1695 --dir /var/service/wan/log 'attr(1755,root,root)' \
1696 --file /var/service/wan/log/run 'attr(0750,root,root)' \
1697 --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1698 --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1699 --dir /var/service/ippp 'attr(1755,root,root)' \
1700 --file /var/service/ippp/down 'attr(0644,root,root)' \
1701 --file /var/service/ippp/run 'attr(0750,root,root)' \
1702 --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1703 --dir /var/service/ippp/log 'attr(1755,root,root)' \
1704 --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1705 --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1706 --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1707 --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1708 > %{name}-%{version}-%{release}-filelist
1709
1710 mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1711 for file in %{dbfiles}
1712 do
1713 # Create ghost file for rpm
1714 touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1715 echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1716 >> %{name}-%{version}-%{release}-filelist
1717 done
1718 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1719
1720 %clean
1721 rm -rf $RPM_BUILD_ROOT
1722
1723 %files -f %{name}-%{version}-%{release}-filelist
1724 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed