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

Contents 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.69 - (show annotations) (download)
Tue Oct 7 17:52:47 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-1_el5_sme
Changes since 1.68: +7 -10 lines
New streams

1 # $Id$
2
3 Summary: e-smith server and gateway - base module
4 %define name e-smith-base
5 Name: %{name}
6 %define version 5.2.0
7 %define release 1
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14 Requires: mod_auth_external
15 Requires: e-smith-lib >= 1.18.0-19
16 Requires: server-manager-images, server-manager
17 Requires: e-smith-formmagick >= 1.4.0-12
18 Requires: initscripts >= 6.67-1es17
19 Requires: e-smith-daemontools >= 1.7.1-04
20 Requires: perl(Locale::gettext)
21 Requires: perl(Crypt::Cracklib)
22 Requires: perl(Date::Manip)
23 Requires: perl(Data::UUID)
24 Requires: perl(Net::IPv4Addr)
25 Requires: /usr/sbin/irqbalance
26 Requires: /usr/sbin/cpuspeed
27 Requires: /sbin/microcode_ctl
28 Requires: dbus
29 Requires: hal
30 Requires: acpid
31 Requires: rssh
32 Requires: bridge-utils
33 Requires: vconfig
34 Requires: e-smith-bootloader
35 Requires: mdadm
36 Requires: pv
37 Requires: pam_abl
38 Obsoletes: rlinetd, e-smith-mod_ssl
39 Obsoletes: e-smith-serial-console
40 Obsoletes: sshell
41 Obsoletes: e-smith-rp-pppoe
42 Obsoletes: perl-Data-UUID
43 BuildRequires: perl, perl(Test::Inline) >= 0.12
44 BuildRequires: e-smith-devtools >= 1.13.1-03
45 BuildRequires: gettext
46 %ifarch i386
47 Requires: apmd
48 %endif
49
50 %define dbfiles accounts configuration domains hosts networks
51 AutoReqProv: no
52
53 %description
54 e-smith server and gateway software - base module.
55
56 %changelog
57 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
58 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
59
60 * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
61 - Add locale tags for email in review panel [SME: 4267]
62
63 * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
64 - Correct gettext type during build process [SME: 570]
65
66 * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
67 - Fix screen corruption in console [SME: 4155]
68
69 * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
70 - Fix detection of xen instance against newer kernels [SME: 4555]
71
72 * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
73 - Fixed warnings generated during build process [SME: 570]
74
75 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
76 - Roll new dev stream.
77
78 * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
79 - Add gettext to creating backup file title for localization. [SME: 4467]
80
81 * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
82 - Fix race condition in VPN ip-down handling which could cause loss of
83 LAN connectivity. [SME: 4405]
84
85 * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
86 - Remove requires for whiptail. No longer needed [SME: 4491]
87
88 * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
89 - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
90
91 * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
92 - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
93 to e-smith-formmagick's general [SME: 4475]
94 - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
95 - Remove invalid entry tag from userpassword's locale file preventing the
96 form from displaying properly [SME: 4479]
97
98 * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
99 - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
100
101 * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
102 - Revert some locale changes
103
104 * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
105 - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
106
107 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
108 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
109
110 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
111 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
112
113 * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
114 - Fix for > 5 nics detected [SME: 4232]
115
116 * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
117 - Remove use of Date::Manip from ssl.crt [SME: 3155]
118
119 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
120 - Fix FreeBusy param when disabled [SME: 1806]
121 - Remove .orig file [SME: 4228]
122
123 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
124 - Remove quitConsole from menu [SME: 4154]
125
126 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
127 - Really fix free/busy in usermanager [SME: 4157]
128
129 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
130 - Use frames in elinks [SME: 4156]
131 - Set homepage for elinks [SME: 4160]
132
133 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
134 - Fix free/busy field in useraccounts [SME: 4157]
135
136 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
137 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
138
139 * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
140 - Fix insert_mode for elinks on el5 platform [SME: 4127]
141
142 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
143 - Set accounts to deleted before template expansion [SME: 4122]
144
145 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
146 - Fix gettext strings returned by password checks [SME: 4104]
147
148 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-1
149 - Roll new stable stream consolidating patches.
150
151 * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
152 - Finish removing pleasewait [SME: 126]
153
154 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
155 - Add gettext to console titles. [SME: 4089]
156
157 * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
158 - Minor translation fixes [SME: 4058] [SME: 4059]
159
160 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-101
161 - Remove tests for removed FORM_TITLE's [SME: 4050]
162
163 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
164 - Cleanup SAVE/ADD tag mixup [SME: 4045]
165
166 * Sat Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
167 - Fix dyndns custom gettext [SME: 4032]
168
169 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-98
170 - revised gettext messages [SME: 631]
171
172 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-97
173 - gettext messages [SME: 631]
174
175 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-96
176 - remove duplicate system password has been changed [SME: 3974]
177
178 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-95
179 - EthernetAssign shouldn't be translated [SME: 3947]
180
181 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-94
182 - Remove pleasewait function [SME: 126]
183
184 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-93
185 - fix gettext formatting in three files [SME: 3938]
186
187 * Wed Feb 13 2008 chris burnat <devlist@burnat.com> 4.18-92
188 - Fix creation of usernames and pseudonyms with one character
189 - [SME: 2451]
190
191 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.18-91
192 - Remove <base> tags now in general [SME: 3911]
193
194 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
195 - Remove duplicate <base> entries [SME: 3894]
196
197 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
198 - remove unused ROUTER_DESC token from lexicon [SME: 3879]
199
200 * Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88
201 - remove default of 1400 MTU for interfaces [SME: 549]
202
203 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87
204 - db prop to dissociate admin password from root in useraccounts.pm [SME: 3117]
205
206 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86
207 - pptp connections setting mtu/mru > 1400 [SME: 549]
208
209 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85
210 - console to strength validate password choice on first entry [SME: 3131]
211
212 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84
213 - Auto-mount USB REV-drive as usbdisk [SME: 2972]
214
215 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
216 - ignore error returns from tar [SME: 3127]
217
218 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
219 - Use esmith::util::validatePassword on console [SME: 2173]
220
221 * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
222 - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
223
224 * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
225 - Add smartd as a disabled service with template [SME: 1445]
226
227 * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
228 - Lock user accounts with usermod instead of passwd [SME: 3595]
229
230 * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
231 - Add symlink to fr-fr locale. [SME: 3648]
232
233 * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
234 - Add fix for varying partition sizes in add_raid [SME: 3547]
235
236 * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
237 - Fix removal of Corporate DNS from console. [SME: 3532]
238
239 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
240 - Remove previous change, applied to wrong package. [SME: 3512]
241
242 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
243 - Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512]
244
245 * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
246 - Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214]
247
248 * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
249 - Adjust success text when changing admin password. [SME: 2442]
250
251 * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
252 - Fix comparison of expected to actual SSL cert data. Also change
253 truncation point for email address from 40 chars to 64. [SME: 1736].
254 [Note that -70 was inadvertently skipped.]
255
256 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
257 - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
258
259 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
260 - Rename in logrotate.d directory apache to httpd. [SME: 3380]
261
262 * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
263 - Fix pod in groups.pm file. [SME: 3379]
264
265 * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
266 - Relax restrictions on restore devices, to allow CDR and DVDR.
267 [SME: 3126]
268
269 * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
270 - Ensure that depmod is run for all installed kernels. [SME: 3235]
271
272 * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
273 - Really really clear devices variable [SME: 3116]
274
275 * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
276 - Really clear devices variable [SME: 3116]
277
278 * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
279 - Clean up loop var and mount point for backup/restore [SME: 3116]
280
281 * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
282 - Improve usb backup error reporting [SME: 2772]
283
284 * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
285 - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
286 [SME: 2762]
287
288 * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
289 - Have nonetworkdrivers script exit silently if kmodule bin not found.
290 [SME: 2549]
291
292 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
293 - Start messagebus/haldaemon so restore works [SME: 3058]
294
295 * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
296 - expand /etc/pam.d/login [SME: 2831]
297
298 * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
299 - Prevent backout from console config during initial setup.
300 [SME: 2540]
301
302 * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
303 - Clean up some more newlines [SME: 3035]
304 - Make raid failures more verbose [SME: 3032]
305 - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
306
307 * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
308 - Update noraid text and add newline after text. [SME: 3035]
309
310 * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
311 - Don't use cracklib in system-auth [SME: 2686]
312
313 * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
314 - Use correct lib for modules
315
316 * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
317 - Updates to support xenU instance
318
319 * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
320 - Updates to support SME Server 8
321
322 * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
323 - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
324
325 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
326 - Clean up spec so package can be built by koji/plague
327
328 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
329 - Change to dist for tagging release
330 - Only include apmd for i386 platforms
331
332 * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
333 - Validate GatewayIP address more carefully. [SME: 2928]
334
335 * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
336 - Field to change ssh port [SME: 2382]
337
338 * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
339 - Change fm to self in remoteaccess.pm [SME: 2382]
340
341 * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
342 - Make configuration dbs config(noreplace) [SME: 2527]
343
344 * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
345 - Adjust perm for dhcpd.conf again [SME: 2715]
346
347 * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
348 - Put usbback patch back in. [SME: 2483]
349
350 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
351 - Remove enable slocate patch [SME: 102]
352
353 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
354 - Change Try Again to gettext(Back) in perform backup [SME: 2483]
355
356 * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
357 - Enable slocate in /etc/updatedb.conf [SME: 102]
358
359 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
360 - Make console text consistent 'Please stand by' [SME: 2493]
361
362 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
363 - Fix missing en-au & en-nz language noise. [SME: 2093]
364
365 * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
366 - Fix missing list items for console [SME: 2642]
367
368 * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
369 - Don't attempt to add_raid_device if no raid [SME: 2484]
370
371 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
372 - Add fix for perms on dhcpd.conf file [SME: 2715]
373
374 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
375 - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
376
377 * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
378 - Fix permissions on ftpusers file [SME: 2841]
379 - Fix permissions on pwauth file [SME: 2842]
380
381 * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
382 - Simplify depmod call in conf-modules [SME: 2554]
383
384 * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
385 - Fix login pam configuration file. TODO - expand the template
386 during bootstrap-console-save. [SME: 2831]
387
388 * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
389 - Add rotate_timestamped_logfiles action, split from
390 generic_template_expand. [SME: 2795]
391
392 * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
393 - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
394
395 * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
396 - Add missing elements in prior pam updates [SME: 2551]
397
398 * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
399 - Update pam_stack to new include for el5 [SME: 2551]
400
401 * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
402 - Fix missing en-gb language noise. [SME: 2633]
403
404 * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
405 - Call cropLeft function correctly in crt expansion [SME: 1689]
406
407 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
408 - Make elinks display correctly with xterm display [SME: 444]
409
410 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
411 - Add db override for crt common name [SME: 1689]
412
413 * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
414 - Default adding drive to raid to no [SME: 2644]
415
416 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
417 - Allow nics to swap if different LAN chosen [SME: 2612]
418
419 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
420 - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
421
422 * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
423 - Combine two similar loops in selectEthernet and break overly
424 long string constant. [SME: 2612]
425
426 * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
427 - Fix network selection dialog to include all drivers. [SME: 2612]
428
429 * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
430 - Fix run.static file in wan service directory. [SME: 2580]
431
432 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
433 - Fix glob for selecting backup devices. [SME: 2521]
434
435 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
436 - User new console infobox for console backup. [SME: 2533]
437
438 * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
439 - Use new esmith::console::infobox widget in console. [SME: 2533]
440
441 * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
442 - Change runsvctrl to sv to support runit v1.7.x
443
444 * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
445 - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
446
447 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
448 - Set db value for external ip before expanding templates [SME: 1977]
449
450 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
451 - Do better detection of possible devices for backup/restore [SME: 2317]
452
453 * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
454 - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
455
456 * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
457 - Remove unused remnant dhcpcd templates. [SME: 2445]
458
459 * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
460 - Configure elinks to obey cache control directives. I have
461 no idea why that would not be the default! [SME: 2443]
462
463 * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
464 - Ensure gateway dev is correct for server-only [SME: 2404]
465
466 * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
467 - Add cancel button to backup/restore panels [SME: 2393]
468
469 * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
470 - Add console backup to USB [SME: 2317]
471
472 * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
473 - Fix backtitle for saving changes [SME: 2328]
474
475 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
476 - Roll stable stream. [SME: 2328]
477
478 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
479 - Remove unused ifcfg-log:0 templates. [SME: 2368]
480
481 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
482 - Add template fragments to allow forcing of ethernet negotiation
483 parameters [SME: 2362]
484
485 * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
486 - Remove unused pam and abl templates (remnants of some stuff I
487 was prototyping).
488
489 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
490 - [Forward-ported from 4.17.0]
491 - Refactor console code considerably, and add restore from CDROM/USB
492 backup capability to console.
493 - Remove deprecated %conf use in console. [SME: 1856]
494
495 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
496 - [Ported from e-smith-base+ldap]
497 - Add support for use of pam_tally and/or pam_abl modules. Both
498 are disabled by default.
499 - Update /etc/pam.d/{ftp,passwd} templates.
500 - Add template for /etc/pam.d/system-auth.
501
502 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
503 - [Forward-ported from 4.17.0]
504 - Move masq fragments to e-smith-packetfilter rpm.
505
506 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
507 - [Forward-ported from 4.17.0]
508 - Remove server-manager templates and scripts - move to e-smith-manager.
509 [SME: 2023]
510
511 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
512 - [Forward-ported from 4.17.0]
513 - Combine dhcp client, pppoe, dialup and static WAN connections into
514 "wan" service. [SME 1795]
515
516 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
517 - Make new development stream. Based from 4.16.0-39.
518
519 * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
520 - [Back-port from 4.17.0-23]
521 - Add admin email forwarding to modify user panel [SME: 827]
522
523 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
524 - [Back-port from 4.17.0-22]
525 - Fix last patch so that data is pulled correctly [SME: 1034]
526
527 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
528 - [Back-port from 4.17.0-21]
529 - Make purge-old-logs configurable via db [SME: 1034]
530
531 * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
532 - [Back-port from 4.17.0-20]
533 - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
534
535 * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
536 - [Back-port from 4.17.0-19]
537 - And mark admin_raidreport as only available for local mail [SME: 2139]
538
539 * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
540 - [Back-port from 4.17.0-17, 4.17.0-18]
541 - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
542 - And mark admin_raidreport as non-Removable [SME: 2139]
543
544 * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
545 - Disable raid based on /proc/partitions (which is dynamic) instead
546 of grub/device.map (which is static) [SME: 2131]
547
548 * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
549 - Check device size after calculating space needed. [SME: 2131]
550
551 * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
552 - Create partitions in order of size. This makes sure boot is first and
553 / is last. Also last partitions fills all available space making resizing
554 easier. [SME: 2131]
555
556 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
557 - Update to new release naming. No functional changes.
558 - Make Packager generic
559
560 * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
561 - Update manage raid console functions to handle all raid types [SME: 2131]
562
563 * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
564 - Fix warning from dhclient.conf template expansion.
565
566 * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
567 - Add missing LocalModule for mod_proxy_http to admin apache conf.
568 [SME: 1853]
569
570 * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
571 - Prevent daily regeneration of SSL cert if City/Company/Department are
572 empty. [SME: 1602]
573
574 * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
575 - Menu text in console is incorrect for RAID5 installs. [SME: 404]
576
577 * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
578 - Modify user create page to show henry:miller not henry_miller. [SME: 531]
579
580 * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
581 - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
582
583 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
584 - Allow for admin account when locking null passwords, and perform
585 check in post-upgrade so that the password screen will be presented
586 after the reboot [SME: 1529]
587
588 * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
589 - Correct argument ordering in last change [SME: 790, SME: 1541]
590
591 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
592 - Increase cert serial number when new certificate is generated. [SME: 790]
593
594 * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
595 - Change ssl.crt template so that cert is regenerated if issuer information
596 has changed. [SME: 1484]
597
598 * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
599 - Change default shutdown value from shutdown to reboot. [SME: 1320]
600
601 * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
602 - Fix syntax error introduced in last change (and reuse $rc and $choice in
603 raidManage.pl). [SME: 1285,1300]
604
605 * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
606 - Force masq service to enabled for servergateway modes, but
607 leave at current setting for serveronly. Revises -09 change [SME: 1209]
608
609 * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
610 - Add big warning about wiping disk to raid management screen.
611 [SME: 1285]
612
613 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
614 - Ensure that rmmod-bonding doesn't return error status if
615 bonding is not enabled (e.g. during upgrade) [SME: 935]
616
617 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
618 - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
619
620 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
621 - Always save ssh property changes, even if sshd is disabled [SME: 1210]
622
623 * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
624 - Don't run kudzu at every bootup. [SME: 727]
625
626 * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
627 - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
628 [SME: 881]
629
630 * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
631 - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
632 [SME: 881]
633
634 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
635 - Enable the masq service to ensure that installs and upgrades
636 are consistent. If someone really wants to disable it, they can
637 add a force fragment [SME: 1209]
638
639 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
640 - Lock accounts with bad SMB passwords [SME: 1193]
641
642 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
643 - Revert password length restriction changes [SME: 1193]
644
645 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
646 - Adjust plural in page title in last patch [SME: 1193]
647
648 * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
649 - Adjust console logic for 14 character password restriction [SME: 1193]
650
651 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
652 - Only process 'network' entries in route-eth0 template [SME: 1182]
653
654 * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
655 - Restrict passwords to 14 characters [SME: 1193]
656
657 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
658 - Rename anaconda logs, but leave a symlink. Do nothing if the log
659 is already a symlink or missing [SME: 808]
660
661 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
662 - Roll stable stream version. [SME: 1016]
663
664 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
665 - Ensure that each user has a Shell property in post-upgrade.
666 If they didn't have one before, set it to the current value in
667 /etc/passwd. [SME: 859]
668
669 * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
670 - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
671 - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
672
673 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
674 - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
675
676 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
677 - And remove now redundant calls to wherenext [SME: 986]
678
679 * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
680 - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
681
682 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
683 - Correct typo in -13 change which hid message [SME: 964]
684
685 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
686 - Display a message for single disk installs which catches that
687 case and tells people that they can add a second disk and produce
688 a mirrored pair [SME: 958]
689
690 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
691 - Display a nicer message when a spare disk is available to be
692 added to the pair [SME: 964]
693 - Blank line for consistency with other messages [SME: 964]
694
695 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
696 - Check whether a resync is in progress so we don't state that
697 intervention is required when it is not [SME: 958]
698
699 * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
700 - Check whether destination drive of add_mirror is already part
701 of a RAID device. If so, complain and exit [SME: 870]
702 - Also ensure that /sbin is in the PATH
703
704 * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
705 - Fixes to dhclient configuration. [SME: 881]
706
707 * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
708 - Added NIC Bonding options screen in console [SME: 935]
709 - Migrate old NICBondingOptions to new defaults, and added new default
710 options [SME: 935]
711 - rmmod bonding.ko in bootstrap-console-save so new options work
712 without extra reboot [SME: 935]
713
714 * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
715 - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
716
717 * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
718 - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
719
720 * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
721 - Re-do -04 change as a patch so it sticks [SME: 863]
722
723 * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
724 - Add templates for dhclient configuration file. [SME: 881]
725
726 * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
727 - Remove default fragment for AdminEmail [SME: 863]
728
729 * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
730 - Change 'Reconfigure' to lower case in menu [SME: 2]
731
732 * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
733 - Add requires for mdadm. We use it in the console and raid monitor
734 and it won't get installed for 5.x upgrades [SME: 767]
735
736 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
737 - Roll patches to 4.15.8-60
738 - Trim changelog before 4.15.3-01 [SME: 828]
739
740 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
741 - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
742
743 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
744 - Change 'Reconfigure' to lower case in -57 change [SME: 2]
745
746 * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
747 - Add /root/upgrade.log and /root/upgrade.log.syslog to
748 logfiles2timestamp in post-upgrade event so we preserve
749 them across multiple upgrades [SME: 808]
750
751 * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
752 - Added Reconfigure and Reboot option in console, changed
753 main console menu to reflect Reconfigure option [SME: 2]
754
755 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
756 - Default EmailForward to 'local' in case that part of the panel
757 is hidden from view [SME: 704]
758
759 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
760 - Adjust console title bar to 'SME Server' [SME: 726]
761 - Change title on "Choose administrator password" screens
762
763 * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
764 - Set EthernetDriver2 property when bonding is enabled [SME: 776]
765
766 * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
767 - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
768
769 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
770 - Start bootstrap-console earlier - in particular before raidmonitor.
771 Don't try to restart 'random'. [SME: 743]
772
773 * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
774 - Obsolete keytable service. [SME: 746]
775
776 * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
777 - Run kudzu -q from inittab [SME: 727]
778
779 * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
780 - Make bootp support optional, defaulting to 'deny'. [SME: 660]
781
782 * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
783 - Removed the online-manual. [SME: 407]
784
785 * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
786 - Hide email forwarding options on useraccounts page if there is
787 no 'smtpd' record [SME: 704]
788
789 * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
790 - Fix conversion of user shell from sshell to rssh. [SME: 699]
791
792 * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
793 - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
794
795 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
796 - Change logic for determining RAID partitions in use [SME: 516]
797 - Add detailed output of the RAID state to messages log [SME: 516]
798
799 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
800 - Only say that a RAID device is clean if truly clean [SME: 516]
801 - Adjusted warning to say 'may be required' instead of 'is'
802
803 * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
804 - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
805 default, which is to allow bootp. [SME: 660]
806
807 * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
808 - Use appropriate esmith::*DB class for 00openRW migrate fragments.
809 [SME: 659]
810
811 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
812 - Added EmailForward migrate fragment [SME: 598]
813
814 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
815 - Added text periods and underscores in useraccounts [SME: 531]
816
817 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
818 - Updated copyright text in server-manager [SME: 459]
819
820 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
821 - The menu text incorrect for RAID5 configurations [SME: 404]
822
823 * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
824 - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
825
826 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
827 - Fix flip of access settings to default on first post-upgrade (e.g.
828 sshd from public to private). [SME: 495]
829
830 * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
831 - Remove remnants of statustest. [SME: 450]
832
833 * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
834 - Add templated elinks config file. [SME: 444]
835
836 * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
837 - Help raidmonitor report more than just failures [SME: 496]
838
839 * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
840 - Create ~/.ssh as part of skeleton home directory [SME: 456]
841
842 * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
843 - Fix reboot problem when switching WAN from dynamic to static
844 address. [SME: 500]
845
846 * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
847 - New migrate fragment to clean up NIC bonding property [SME: 449]
848
849 * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
850 - Fix account regexp for set_password case [SME: 24]
851
852 * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
853 - New console option for ethernet bonding [SME: 449]
854
855 * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
856 - Allow dot and underscore in account names [SME: 24]
857 - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
858
859 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
860 - Avoid generating warning messages during interfaces migration
861 template fragment. [SME: 354]
862
863 * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
864 - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
865 remove them if found. [SME: 390]
866
867 * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
868 - Use regexp as well as cracklib to check admin password in console.
869 [SME: 335]
870
871 * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
872 - Change heuristic for finding disks in manageRAID.pl [SME: 342]
873
874 * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
875 - Move testInternet console menu item to smeserver-support [SME: 364]
876
877 * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
878 - Fix localization bug in add_mirror. [SME: 341]
879
880 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
881 - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
882
883 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
884 - Added modSSL{CipherSuite} default [SME: 194]
885
886 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
887 - Enable microcode_ctl service by default [SME: 74]
888
889 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
890 - Removed accounts db default for 'common'
891 - Added accounts db defaults for server-common and server-resources [SME: 77]
892
893 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
894 - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
895
896 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
897 - And remove db defaults for sysstat service [SME: 327]
898
899 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
900 - Remove sysstat startup symlink [SME: 327]
901
902 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
903 - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
904
905 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
906 - Remove Requires: sysstat [SME: 327]
907
908 * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
909 - Move code for testing internet access into menu item file.
910 [SME: 261]
911
912 * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
913 - Fix looping in console at swap ethernet choice page. [SME: 68]
914
915 * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
916 - Fix taint issues with RAID management menu item [SME: 253]
917
918 * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
919 - console: DHCP range (wrong path chosen for non-English) [SME: 157]
920
921 * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
922 - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
923 - Needs to move to /sbin/e-smith/console-menu-items, once I work out
924 what I believe is a taint issue.
925
926 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
927 - Change 'standby' to 'stand by' in console [SME: 66]
928
929 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
930 - Fix routing on eth0 for multiple local networks [SME: 203]
931
932 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
933 - Bump release number only
934
935 * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
936 - [4.15.8-02]
937 - Re-import head to CVS.
938 - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
939
940 * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
941 - [4.15.8-01]
942 - Default cpuspeed to disabled [MN00107779]
943
944 * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
945 - [4.15.7-01]
946 - Imported to ClearCase
947 - Changed console sort order from ASCII to numeric [MN00107120]
948
949 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
950 - [4.15.6-09]
951 - Add -f option to add_mirror to allow use of disks with existing
952 partition tables [MN00101667]
953
954 * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
955 - [4.15.6-08]
956 - Add reconfiguration reboot option to reboot panel [SF: 1349946]
957 - TODO: Cleanup so that the red warning header doesn't display since
958 the reboot is going to happen anyway
959
960 * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
961 - [4.15.6-07]
962 - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
963
964 * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
965 - [4.15.6-06]
966 - Change DISABLED -> OFF in init script messages, and go back to standard
967 alignment. [SF: 1264702, 134543]
968
969 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
970 - [4.15.6-05]
971 - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
972
973 * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
974 - [4.15.6-04]
975 - Replace grub setup commands in add_mirror with an exec of an external
976 script. This script will be provided by a bootloader specific package,
977 e.g. e-smith-lilo or e-smith-grub. That package should include a
978 "Provides: e-smith-bootloader" header, to satisfy a Requires in this
979 package. [SF: 1335937]
980
981 * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
982 - [4.15.6-03]
983 - Unload network drivers immediately after rc.sysinit runs, so that
984 we can control the order of allocation of eth0 and eth1. [SF: 1332366]
985
986 * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
987 - [4.15.6-02]
988 - Disable raid monitor if /boot/grub/device.map suggests that the system
989 is a single disk system. [SF: 1269091]
990
991 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
992 - [4.15.6-01]
993 - Remove L10Ns from base packages [SF: 1309520]
994
995 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
996 - [4.15.5-01]
997 - New dev stream before relocating L10Ns
998
999 * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
1000 - [4.15.4-52]
1001 - Add /sbin/e-smith/add_mirror [SF: 1325479]
1002
1003 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1004 - [4.15.4-51]
1005 - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
1006
1007 * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1008 - [4.15.4-50]
1009 - Move user-create-unix action before template expansions, so
1010 that getpwnam can be used in template fragments. Ditto
1011 for group-create-unix. [SF. 1322231]
1012
1013 * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
1014 - [4.15.4-49]
1015 - Fix spelling mistake in useraccounts panel. [SF: 1320002]
1016
1017 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1018 - [4.15.4-48]
1019 - Revised translation of groups panel, reordered to match
1020 the English lexicon - Thanks Didier Rambeau [SF: 1305184]
1021
1022 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1023 - [4.15.4-47]
1024 - Added foot.tmpl for Italian [SF: 1309266]
1025
1026 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1027 - [4.15.4-46]
1028 - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
1029
1030 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1031 - [4.15.4-45]
1032 - Added Italian for Please wait - we should do this through gettext
1033 or similar [SF: 1309288]
1034
1035 * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
1036 - [4.15.4-44]
1037 - Reword Master DNS Server screen as "Corporated DNS Server", in
1038 line with domains panel [gordonr MN00096914]
1039
1040 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
1041 - [4.15.4-43]
1042 - German L10Ns for userpassword and console - Thanks Dietmar Berteld
1043 [SF: 1293325]
1044
1045 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1046 - [4.15.4-42]
1047 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
1048
1049 * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1050 - [4.15.4-41]
1051 - Added "de" to pleasewait ugliness case statement and
1052 sorted the list alphabetically [SF: 1293325]
1053
1054 * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
1055 - [4.15.4-40]
1056 - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
1057
1058 * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
1059 - [4.15.4-39]
1060 - Add preliminary support for ethernet bonding on local interface.
1061 - Modify user-modify-unix so that usermod is not called to change
1062 shell or GCOS field unless they need to change.
1063
1064 * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
1065 - [4.15.4-38]
1066 - Update filelist entries for databases which have moved
1067 from /home/e-smith to /home/e-smith/db [SF: 1216546]
1068
1069 * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
1070 - [4.15.4-37]
1071 - Create /mnt/floppy symlink if required in post-{install,upgrade}.
1072 [MN00095821]
1073 - Haldaemon race conditions seem quite recalcitrant, so don't try to create
1074 /mnt/cdrom symlink. [SF: 1260322]
1075 - Disable CTRL-C in console [tonyc SF: 1264697]
1076 - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
1077
1078 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1079 - [4.15.4-36]
1080 - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
1081
1082 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1083 - [4.15.4-35]
1084 - Also create /mnt/floppy symlink if required. [MN00095821]
1085
1086 * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
1087 - [4.15.4-34]
1088 - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
1089
1090 * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
1091 - [4.15.4-33]
1092 - Fix race condition in /mnt/cdrom symlink creation, by creating
1093 symlink from haldaemon action. [SF: 1260322]
1094
1095 * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
1096 - [4.15.4-32]
1097 - Really create /mnt/cdrom symlink if required. [SF: 1260322]
1098
1099 * Tue Aug 30 2005 Shad Lords <slords@mail.com>
1100 - [4.15.4-31]
1101 - Update services entries to conform with RHEL4 services [SF: 1276479]
1102
1103 * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
1104 - [4.15.4-30]
1105 - Correctly handle multiple net specification in ValidFrom for httpd-admin.
1106 [SF: 1273756]
1107
1108 * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
1109 - [4.15.4-29]
1110 - Fix taint problem in license text in option 6 of the console menu.
1111 [SF: 1267284]
1112
1113 * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
1114 - [4.15.4-28]
1115 - Respect Shell property of user accounts [SF: 1266706]
1116
1117 * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
1118 - [4.15.4-27]
1119 - Modify /sbin/e-smith/service so that it runs /sbin/service unless
1120 runlevel is 7. [SF: 1237968]
1121 - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
1122
1123 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1124 - [4.15.4-26]
1125 - Add Requires for bridge-utils and vconfig.
1126
1127 * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1128 - [4.15.4-25]
1129 - Add "Requires: rssh".
1130
1131 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1132 - [4.15.4-24]
1133 - Update %ghost filelist entries for databases which have moved
1134 from /home/e-smith to /home/e-smith/db [SF: 1216546]
1135
1136 * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1137 - [4.15.4-23]
1138 - Create /mnt/cdrom symlink if required. [SF: 1260322]
1139
1140 * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
1141 - [4.15.4-22]
1142 - Add Requires: whiptail so that the out fork of whiptail from the
1143 newt package is installed on upgrade.
1144
1145 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
1146 - [4.15.4-21]
1147 - Add Requires: headers for all the additional standard daemons, to
1148 ensure they are installed on upgrade.
1149
1150 * Tue Aug 9 2005 Shad Lords <slords@mail.com>
1151 - [4.15.4-20]
1152 - Change httpd-admin access from local to localhost [SF: 1246986]
1153 - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
1154 - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
1155
1156 * Tue Aug 2 2005 Shad Lords <slords@email.com>
1157 - [4.15.4-19]
1158 - Add TCPPort and access for httpd-admin [SF: 1246986]
1159 - Fix UnsavedChanges in console [SF: 1245238]
1160
1161 * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
1162 - [4.15.4-18]
1163 - Remove all use db_ API except in console (which will come later).
1164
1165 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1166 - [4.15.4-17]
1167 - Add systemid property to sysconfig db record. [SF: 1246367]
1168
1169 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1170 - [4.15.4-16]
1171 - Upgrade database APIs to latest standard.
1172 - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
1173
1174 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1175 - [4.15.4-15]
1176 - Use https to access server-manager from console, to avoid redirect
1177 problems. [SF: 1246182]
1178
1179 * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1180 - [4.15.4-14]
1181 - Remove hwconfig db default entry. [SF: 1246180]
1182
1183 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1184 - [4.15.4-13]
1185 - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1186 for the main patch. [SF: 1245421]
1187
1188 * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1189 - [4.15.4-12]
1190 - Patches from Shad Lords.
1191 - Complete fix of user password validation started in 4.15.3-06.
1192 [SF: 1242098]
1193 - Change default password strength to "strong". [SF: 1246178]
1194
1195 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1196 - [4.15.4-11]
1197 - Patches submitted by Gordon Rowell.
1198 - Change /etc/modules.conf templates to /etc/modprobe.conf
1199 and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1200 - Remove fragments 10appletalk and 95ModulePaths, since they are
1201 for very old migrations of /etc/modules.conf
1202
1203 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1204 - [4.15.4-10]
1205 - Move quota setup in fstab template into e-smith-quota, where it
1206 belongs.
1207
1208 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1209 - [4.15.4-09]
1210 - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1211
1212 * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1213 - [4.15.4-08]
1214 - Add messagebus and haldaemon services, so that cdrom mount point
1215 etc is created as required. [SF: 1225899]
1216
1217 * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1218 - [4.15.4-07]
1219 - Add miscelleous performance related standard RHEL/CentOS services.
1220
1221 * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1222 - [4.15.4-06]
1223 - Add RAID monitoring service. [SF: 1222143]
1224
1225 * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1226 - [4.15.4-05]
1227 - Fix log noise from DynDNS update script. [SF: 1231871]
1228
1229 * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1230 - [4.15.4-04]
1231 - Change default domain name setting - I'm sure that xxx is deprecated.
1232
1233 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1234 - [4.15.4-03]
1235 - Deal gracefully with missing /etc/sysconfig/keyboard file.
1236
1237 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1238 - [4.15.4-02]
1239 - Remove "random" service startup symlink - no longer required, as
1240 prng is seeded by rc.sysinit.
1241
1242 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1243 - [4.15.4-01]
1244 - Make new development stream - 4.15.4
1245
1246 * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1247 - [4.15.3-07]
1248 - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1249 - Remove mouseconfig hack. [MN00057145]
1250
1251 * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1252 - [4.15.3-06]
1253 - Fix password strength checking of user passwords. [SF: 1222255]
1254
1255 * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1256 - [4.15.3-05]
1257 - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1258
1259 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1260 - [4.15.3-04]
1261 - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1262
1263 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1264 - [4.15.3-03]
1265 - Remove smbpasswd references from chap-secrets file. Don't re-expand
1266 chap-secrets file during various user related events. [SF: 1215401]
1267
1268 * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1269 - [4.15.3-02]
1270 - Break up template for /etc/shells into fragments, and add
1271 /usr/bin/rssh. [SF: 1220145]
1272
1273 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1274 - [4.15.3-01]
1275 - Roll new development stream - 4.15.3
1276
1277 %prep
1278 %setup
1279
1280 %pre
1281 if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1282 then
1283 cd /etc/e-smith/locale
1284
1285 [ -L fr ] && rm fr
1286 mkdir fr
1287 mv fr-ca/* fr
1288 rmdir fr-ca
1289 fi
1290
1291 [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1292
1293 /sbin/e-smith/create-system-user smelog 1002 \
1294 'smelog log user' /var/log/smelog /bin/false
1295 /sbin/e-smith/create-system-user smelastsys 2999 \
1296 'sme last system user marker' /tmp /bin/false
1297
1298 %post
1299
1300 %build
1301 # Force creation of potentially empty directories
1302 mkdir -p root/etc/e-smith/licenses
1303 mkdir -p root/etc/e-smith/skel/user/.ssh
1304 mkdir -p root/etc/e-smith/skel/user/home
1305 mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1306 mkdir -p root/etc/e-smith/skel/e-smith/files/users
1307 mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1308 mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1309 mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1310 mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1311 mkdir -p root/home/e-smith/files/{users,server-resources}
1312 mkdir -p root/home/e-smith/files/users/admin/home
1313 mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1314 mkdir -p root/root/.ssh
1315 mkdir -p root/var/log/wan
1316
1317 %if "%_build_arch" == "i386"
1318 echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1319 %else
1320 echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1321 %endif
1322
1323 LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1324 -type f | grep -v CVS)
1325
1326 for lexicon in $LEXICONS
1327 do
1328 /sbin/e-smith/validate-lexicon $lexicon
1329 done
1330
1331 /sbin/e-smith/generate-lexicons
1332
1333 perl createlinks
1334 /sbin/e-smith/buildtests 10e-smith-base
1335 ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1336 mkdir -p root/etc/rc6.d
1337 mkdir -p root/etc/rc.d/rc7.d
1338 ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1339 # Improve "telinit 1 behaviour
1340 mkdir -p root/etc/rc.d/rc1.d
1341
1342 mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1343 xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1344
1345 mkdir -p root/etc/e-smith/locale
1346 # Make the fr-ca link in %pre to ease upgrades
1347 # ln -s fr root/etc/e-smith/locale/fr-ca
1348 ln -s fr root/etc/e-smith/locale/fr-fr
1349 ln -s en-us root/etc/e-smith/locale/en
1350 ln -s en-us root/etc/e-smith/locale/en-au
1351 ln -s en-us root/etc/e-smith/locale/en-gb
1352 ln -s en-us root/etc/e-smith/locale/en-nz
1353
1354 mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1355 ln -s /etc/e-smith/templates-default/template-begin-shell \
1356 root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1357
1358 for file in imap login passwd pwauth system-auth
1359 do
1360 mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1361 ln -s /etc/e-smith/templates-default/template-begin-pam \
1362 root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1363 done
1364
1365 mkdir -p root/service
1366 mkdir -p root/etc/rc.d/init.d/supervise
1367
1368 for service in dhcpd wan ippp syslog klogd
1369 do
1370 ln -s /var/service/$service root/service/$service
1371 mkdir -p root/var/service/$service/supervise
1372 touch root/var/service/$service/down
1373 if [ -d root/var/service/$service/log ]
1374 then
1375 mkdir -p root/var/service/$service/log/supervise
1376 mkdir -p root/var/log/$service
1377 fi
1378 ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1379 done
1380
1381 # Remove (for now) supervised syslog and klogd services
1382 rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1383 rm root/service/{syslog,klogd}
1384
1385 mkdir -p root/etc/e-smith/events/local
1386 mkdir -p root/etc/e-smith/events/user-modify-admin
1387 mkdir -p root/home/e-smith/db
1388
1389 mkdir -p root/etc/e-smith/pam
1390 mkdir -p root/home/e-smith/ssl.key
1391 mkdir -p root/home/e-smith/ssl.crt
1392 mkdir -p root/home/e-smith/ssl.pem
1393
1394 mkdir -p root/var/state/e-smith
1395
1396 for file in %{dbfiles}
1397 do
1398 mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1399 done
1400
1401 mkdir -p root/etc/tcprules
1402
1403 mkdir -p root/service
1404 touch root/var/service/wan/down
1405
1406 ln -s /var/service/raidmonitor root/service/raidmonitor
1407
1408 mkdir -p root/var/service/raidmonitor/supervise
1409 touch root/var/service/raidmonitor/down
1410
1411 mkdir -p root/var/service/raidmonitor/log/supervise
1412
1413 mkdir -p root/var/log/raidmonitor
1414
1415 %install
1416 rm -rf $RPM_BUILD_ROOT
1417 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1418 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1419 --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1420 --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1421 --dir /var/service/dhcpd 'attr(01755,root,root)' \
1422 --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1423 --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1424 --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1425 --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1426 --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1427 --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1428 --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1429 --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1430 --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1431 --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1432 --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1433 --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1434 --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1435 --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1436 --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1437 --file /var/service/syslog/run 'attr(0755,root,root)' \
1438 --file /var/service/syslog/down 'attr(0644,root,root)' \
1439 --file /var/service/klogd/run 'attr(0755,root,root)' \
1440 --file /var/service/klogd/down 'attr(0644,root,root)' \
1441 --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1442 --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1443 --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1444 --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1445 --dir /var/service/wan 'attr(1755,root,root)' \
1446 --file /var/service/wan/down 'attr(0644,root,root)' \
1447 --file /var/service/wan/run 'attr(0750,root,root)' \
1448 --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1449 --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1450 --file /var/service/wan/run.static 'attr(0750,root,root)' \
1451 --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1452 --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1453 --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1454 --dir /var/service/wan/log 'attr(1755,root,root)' \
1455 --file /var/service/wan/log/run 'attr(0750,root,root)' \
1456 --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1457 --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1458 --dir /var/service/ippp 'attr(1755,root,root)' \
1459 --file /var/service/ippp/down 'attr(0644,root,root)' \
1460 --file /var/service/ippp/run 'attr(0750,root,root)' \
1461 --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1462 --dir /var/service/ippp/log 'attr(1755,root,root)' \
1463 --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1464 --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1465 --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1466 --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1467 > %{name}-%{version}-%{release}-filelist
1468
1469 mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1470 for file in %{dbfiles}
1471 do
1472 # Create ghost file for rpm
1473 touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1474 echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1475 >> %{name}-%{version}-%{release}-filelist
1476 done
1477 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1478
1479 %clean
1480 rm -rf $RPM_BUILD_ROOT
1481
1482 %files -f %{name}-%{version}-%{release}-filelist
1483 %defattr(-,root,root)

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