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

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

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


Revision 1.129 - (show annotations) (download)
Thu Feb 17 22:06:31 2022 UTC (2 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_1-7_el7_sme
Changes since 1.128: +12 -2 lines
* Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-7.sme
- make rsyslog listen journald which listen /dev/log [SME: 11813]
  template for /etc/systemd/journald.conf
- properly configure /etc/logrotate.conf [SME: 10484]
  template for /etc/logrotate.conf
- drop e-smith logrotate actions creating dangling links [SME: 946]

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

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