/[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.90 - (show annotations) (download)
Thu Jun 11 20:13:30 2015 UTC (9 years ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_6_0-20_el6_sme
Changes since 1.89: +8 -2 lines
* Thu Jun 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-20.sme
- Add dummy NIC support as InternalInterface [SME: 7200]

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

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