/[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.99 - (show annotations) (download)
Thu Sep 23 14:59:41 2010 UTC (13 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-29_el5_sme
Changes since 1.98: +11 -2 lines
* Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
- Prepare nss_ldap [SME: 6227]

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

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