/[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.173 - (hide annotations) (download)
Sat Nov 28 22:24:48 2015 UTC (8 years, 6 months ago) by stephdl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.172: +2 -2 lines
added the bug number in the changelog

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

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