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

Annotation of /rpms/e-smith-base/sme8/e-smith-base.spec

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


Revision 1.171 - (hide annotations) (download)
Sat Sep 5 21:52:48 2015 UTC (8 years, 9 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-96_el5_sme
Changes since 1.170: +7 -2 lines
* Mon Aug 24 2015 Charlie Brady <charlie_brady@mitel.com> 5.2.0-96.sme
* Use sha256 algorithm for signature of SSL cert. [SME: 8607]

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

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