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

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

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


Revision 1.92 - (show annotations) (download)
Thu Jun 25 15:15:03 2015 UTC (9 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_6_0-22_el6_sme
Changes since 1.91: +6 -4 lines
* Thu Jun 25 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-22.sme
- Fix including /etc/selinux directory [SME: 8954]

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

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