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

Annotation 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.42 - (hide annotations) (download)
Tue Feb 13 22:36:45 2018 UTC (6 years, 5 months ago) by jpp
Branch: MAIN
Changes since 1.41: +2 -2 lines
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-38.sme
- cleaning xinetd.conf fragment out of the package [SME: 10219]

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

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