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

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

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


Revision 1.24 - (show annotations) (download)
Sat Jul 16 14:47:40 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-21_el7_sme
Changes since 1.23: +8 -2 lines
* Sat Jul 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-21.sme
- fix missing path to chkconfig [SME: 9641]

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

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