/[smeserver]/rpms/initscripts/sme9/initscripts.spec
ViewVC logotype

Contents of /rpms/initscripts/sme9/initscripts.spec

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


Revision 1.10 - (show annotations) (download)
Thu Jul 9 19:55:24 2015 UTC (9 years ago) by vip-ire
Branch: MAIN
CVS Tags: initscripts-9_03_46-3_el6_sme_1
Changes since 1.9: +7 -1 lines
* Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 9.03.46-3.sme.1
- Don't try to run plymouth if disabled [SME: 8375]
  Code from Charlie Brady

1 %define with_upstart 1%{nil}
2
3 Summary: The inittab file and the /etc/init.d scripts
4 Name: initscripts
5 Version: 9.03.46
6 # ppp-watch is GPLv2+, everything else is GPLv2
7 License: GPLv2 and GPLv2+
8 Group: System Environment/Base
9 Release: 3%{?dist}.1
10 URL: http://fedorahosted.org/releases/i/n/initscripts/
11 Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13 Requires: mingetty, /bin/awk, /bin/sed, mktemp
14 Requires: /sbin/sysctl
15 Requires: /sbin/fuser, /bin/grep
16 Requires: /sbin/pidof, /sbin/blkid
17 Requires: module-init-tools
18 Requires: util-linux-ng >= 2.16
19 Requires: bash >= 3.0
20 Requires: sysvinit-tools >= 2.87
21 %if with_upstart
22 Requires: upstart >= 0.6.5-11
23 %else
24 Requires: SysVinit >= 2.85-38
25 %endif
26 Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find
27 Requires: /etc/system-release
28 Requires: ethtool >= 1.8-2, /sbin/runuser
29 Requires: udev >= 125-1
30 Requires: cpio
31 Conflicts: mkinitrd < 4.0, kernel < 2.6.18, mdadm < 3.1.2-9
32 Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
33 Conflicts: dhclient < 12:4.1.0-6
34 Conflicts: tcsh < 6.13-5
35 Conflicts: xorg-x11, glib2 < 2.11.1-2
36 Conflicts: alsa-utils < 1.0.18
37 Conflicts: plymouth < 0.8.3-9
38 Conflicts: s390utils < 2:1.8.2-11
39 Conflicts: dmraid < 1.0.0.rc16-7, lvm2 < 2.02.97-2
40 Conflicts: e2fsprogs < 1.15
41 # http://bugzilla.redhat.com/show_bug.cgi?id=252973
42 Conflicts: nut < 2.2.0
43 Conflicts: NetworkManager < 1:0.8.0-12.git20100504
44 Obsoletes: hotplug <= 3:2004_09_23-10.1
45 Requires(pre): /usr/sbin/groupadd
46 Requires(post): /sbin/chkconfig, coreutils
47 Requires(preun): /sbin/chkconfig
48 BuildRequires: glib2-devel popt-devel gettext pkgconfig
49
50 Patch1: 0001-ifup-also-set-multicast_snooping-after-the-bridge-is.patch
51 Patch1000: centos-initscripts.patch
52 Patch2000: initscripts-9.03.31-runlevel7.patch
53 Patch2001: initscripts-9.03.40-dmesg.patch
54 Patch2002: initscripts-9.03.40-slapd_alias_ldap.patch
55 Patch2003: initscripts-9.03.46-dont_run_plymouth_if_disabled.patch
56
57 %description
58 The initscripts package contains the basic system scripts used to boot
59 your SME Server system, change runlevels, and shut the system down
60 cleanly. Initscripts also contains the scripts that activate and
61 deactivate most network interfaces.
62
63 %package -n debugmode
64 Summary: Scripts for running in debugging mode
65 Requires: initscripts
66 Group: System Environment/Base
67
68 %description -n debugmode
69 The debugmode package contains some basic scripts that are used to run
70 the system in a debugging mode.
71
72 Currently, this consists of various memory checking code.
73
74 %prep
75 %setup -q
76 %patch1 -p1
77 %patch1000 -p1
78 %patch2000 -p1
79 %patch2001 -p1
80 %patch2002 -p1
81 %patch2003 -p1
82
83 %build
84 make
85
86 %install
87 rm -rf $RPM_BUILD_ROOT
88 make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
89
90 %find_lang %{name}
91
92 %if with_upstart
93 mv -f $RPM_BUILD_ROOT/etc/inittab.upstart $RPM_BUILD_ROOT/etc/inittab
94 %else
95 mv -f $RPM_BUILD_ROOT/etc/inittab.sysv $RPM_BUILD_ROOT/etc/inittab
96 rm -rf $RPM_BUILD_ROOT/etc/init
97 %endif
98 rm -f $RPM_BUILD_ROOT/etc/inittab.*
99
100 %ifnarch s390 s390x
101 rm -f \
102 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
103 %else
104 rm -f \
105 $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \
106 $RPM_BUILD_ROOT/etc/sysconfig/init.s390
107 %endif
108
109 %pre
110 /usr/sbin/groupadd -g 22 -r -f utmp
111
112 %post
113 touch /var/log/wtmp /var/run/utmp /var/log/btmp
114 chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
115 chmod 664 /var/log/wtmp /var/run/utmp
116 chmod 600 /var/log/btmp
117
118 /sbin/chkconfig --add netfs
119 /sbin/chkconfig --add network
120 /sbin/chkconfig --add netconsole
121
122 if [ ! -f /var/lib/random-seed -a -e /dev/urandom ] ; then
123 dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=4096 2>/dev/null
124 chmod 600 /var/lib/random-seed
125 fi
126
127 %preun
128 if [ $1 = 0 ]; then
129 /sbin/chkconfig --del netfs
130 /sbin/chkconfig --del network
131 /sbin/chkconfig --del netconsole
132 fi
133
134 %triggerun -- initscripts < 7.62
135 /sbin/chkconfig --del random
136 /sbin/chkconfig --del rawdevices
137 exit 0
138
139 %clean
140 rm -rf $RPM_BUILD_ROOT
141
142 %files -f %{name}.lang
143 %defattr(-,root,root)
144 %dir /etc/sysconfig/network-scripts
145 %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
146 %config(noreplace) /etc/sysconfig/init
147 %config(noreplace) /etc/sysconfig/netconsole
148 %config(noreplace) /etc/sysconfig/readonly-root
149 /etc/sysconfig/network-scripts/ifdown
150 /sbin/ifdown
151 /etc/sysconfig/network-scripts/ifdown-post
152 /etc/sysconfig/network-scripts/ifup
153 /sbin/ifup
154 %dir /etc/sysconfig/console
155 %dir /etc/sysconfig/modules
156 %dir /etc/sysconfig/networking
157 %dir /etc/sysconfig/networking/devices
158 %dir /etc/sysconfig/networking/profiles
159 %dir /etc/sysconfig/networking/profiles/default
160 /etc/sysconfig/network-scripts/network-functions
161 /etc/sysconfig/network-scripts/network-functions-ipv6
162 /etc/sysconfig/network-scripts/init.ipv6-global
163 %config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
164 /etc/sysconfig/network-scripts/ifup-post
165 /etc/sysconfig/network-scripts/ifdown-ppp
166 /etc/sysconfig/network-scripts/ifup-ppp
167 /etc/sysconfig/network-scripts/ifup-routes
168 /etc/sysconfig/network-scripts/ifdown-routes
169 /etc/sysconfig/network-scripts/ifup-plip
170 /etc/sysconfig/network-scripts/ifup-plusb
171 /etc/sysconfig/network-scripts/ifup-bnep
172 /etc/sysconfig/network-scripts/ifdown-bnep
173 /etc/sysconfig/network-scripts/ifup-eth
174 /etc/sysconfig/network-scripts/ifdown-eth
175 /etc/sysconfig/network-scripts/ifup-ipv6
176 /etc/sysconfig/network-scripts/ifdown-ipv6
177 /etc/sysconfig/network-scripts/ifup-sit
178 /etc/sysconfig/network-scripts/ifdown-sit
179 /etc/sysconfig/network-scripts/ifup-tunnel
180 /etc/sysconfig/network-scripts/ifdown-tunnel
181 /etc/sysconfig/network-scripts/ifup-aliases
182 /etc/sysconfig/network-scripts/ifup-ippp
183 /etc/sysconfig/network-scripts/ifdown-ippp
184 /etc/sysconfig/network-scripts/ifup-wireless
185 /etc/sysconfig/network-scripts/ifup-isdn
186 /etc/sysconfig/network-scripts/ifdown-isdn
187 /etc/sysconfig/network-scripts/net.hotplug
188 %ifarch s390 s390x
189 /etc/sysconfig/network-scripts/ifup-ctc
190 %endif
191 %config(noreplace) /etc/networks
192 /etc/rwtab
193 %dir /etc/rwtab.d
194 /etc/statetab
195 %dir /etc/statetab.d
196 %if with_upstart
197 /etc/init/*
198 %endif
199 %config /etc/X11/prefdm
200 %config(noreplace) /etc/inittab
201 %dir /etc/rc.d
202 %dir /etc/rc.d/rc[0-9].d
203 %config(missingok) /etc/rc.d/rc[0-9].d/*
204 /etc/rc[0-9].d
205 /etc/rc
206 %dir /etc/rc.d/init.d
207 /etc/rc.local
208 /etc/rc.sysinit
209 /etc/rc.d/init.d/*
210 /etc/rc.d/rc
211 %config(noreplace) /etc/rc.d/rc.local
212 /etc/rc.d/rc.sysinit
213 %config(noreplace) /etc/sysctl.conf
214 %exclude /etc/profile.d/debug*
215 /etc/profile.d/*
216 /usr/sbin/sys-unconfig
217 /sbin/setsysfont
218 /bin/ipcalc
219 /bin/usleep
220 %attr(4755,root,root) /usr/sbin/usernetctl
221 /sbin/consoletype
222 /sbin/fstab-decode
223 /sbin/genhostid
224 /sbin/getkey
225 /sbin/securetty
226 /sbin/sushell
227 %attr(2755,root,root) /sbin/netreport
228 /lib/udev/rules.d/*
229 /lib/udev/rename_device
230 /lib/udev/console_init
231 /lib/udev/console_check
232 /lib/udev/udev-kvm-check
233 /sbin/service
234 /sbin/ppp-watch
235 %{_mandir}/man*/*
236 %dir %attr(775,root,root) /var/run/netreport
237 %dir /etc/ppp
238 %dir /etc/ppp/peers
239 /etc/ppp/ip-up
240 /etc/ppp/ip-down
241 /etc/ppp/ip-up.ipv6to4
242 /etc/ppp/ip-down.ipv6to4
243 /etc/ppp/ipv6-up
244 /etc/ppp/ipv6-down
245 %dir /etc/NetworkManager
246 %dir /etc/NetworkManager/dispatcher.d
247 /etc/NetworkManager/dispatcher.d/00-netreport
248 /etc/NetworkManager/dispatcher.d/05-netfs
249 %doc sysconfig.txt sysvinitfiles static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6 COPYING README-init
250 /var/lib/stateless
251 %ghost %attr(0600,root,utmp) /var/log/btmp
252 %ghost %attr(0664,root,utmp) /var/log/wtmp
253 %ghost %attr(0664,root,utmp) /var/run/utmp
254 %ghost %attr(0644,root,root) /etc/sysconfig/kvm
255
256 %files -n debugmode
257 %defattr(-,root,root)
258 %config(noreplace) /etc/sysconfig/debug
259 /etc/profile.d/debug*
260
261 %changelog
262 * Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 9.03.46-3.sme.1
263 - Don't try to run plymouth if disabled [SME: 8375]
264 Code from Charlie Brady
265
266 * Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 9.03.46-2.sme.1
267 - Rebase on upstream 9.03.46 [SME: 8658]
268
269 * Tue Nov 4 2014 Johnny Hughes <johnny@centos.org> - 9.03.46-1.1
270 - Roll in CentOS Branding
271
272 * Fri Oct 24 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.46-1.1
273 - ifup: also set multicast_snooping after the bridge is up
274
275 * Tue Jul 22 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.46-1
276 - ifup,vlan: fix typo
277
278 * Tue Jul 08 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.45-1
279 - ifup,vlan: fix typo
280
281 * Wed Jun 18 2014 Lukáš Nykrýn - 9.03.44-1
282 - init.d/functions: fix typo in pid_dir
283
284 * Tue Jun 10 2014 Lukáš Nykrýn - 9.03.43-1
285 - ifup-aliases: arpcheck - check for parent operstate and carrier
286 - ifdown: don't wait for aliases
287 - hotplug: don't call ifup when new vlan appears
288 - ifup-wireless: add support for wowlan (second part)
289 - readonly-root: remount rpc_pipefs if readonly-root is used
290
291 * Fri Jun 06 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.42-1
292 - ipcalc: -c allow netmask
293 - ipcalc: parse prefix more safely
294 - vi.po: fix parentheses
295 - network-functions: handle BONDING_OPTS better
296 - custom naming for VLAN devices
297 - bonding: match whole name of interface
298 - network-functions: ETHTOOL_DELAY introduction patch
299 - ifup-wireless: add support for wowlan
300 - Remove NETWORKING_IPV6 from sysconfig.txt (#918622)
301 - bridging: add possibility to set prio and ageing
302
303 * Wed Apr 30 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.41-1
304 - netfs: implicitly handle glusterfs as a network filesystemd
305 - init.d/functions: check parent dir of pid file for accessibility
306 - ifup-eth: some options for bridge can be applied after the bridge is up
307 - rc.sysinit: apply sysctl settings before starting udev
308 - ifup: add possibility to specify value for -w parameter of arping
309 - ifup-tunnel: call ifup-ipv6 in the end
310 - pids_var_run: handle '(deleted)'
311 - require correct version of upstart
312 - rc.sysinit: use 'vgchange --ignoreskippedcluster'
313 - during install do not create /var/lib/random-seed if /dev/urandom does not exist
314 - rc.sysinit: increase the saved random-seed to 4K (#1023471)
315 - umount-loop: make sure that we don't kill our own process
316 - umount-loop: don't use xargs
317 - ifup-eth: remove ipx relic (#1028135)
318 - init.d/functions: add -b optin to status and killproc (#1047948)
319 - remove duplicit then
320
321 * Thu Oct 10 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.03.40-1
322 - sync disks before halt (#1006294)
323 - provide KVM guest count and limit info message (#1014731)
324 - add ability to disable LVM activation on boot (#1015065)
325
326 * Fri Aug 09 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.39-1
327 - remount /proc to set attributes from fstab #984003
328 - print something when arping is detecting colliding ip addresses
329 - try dhcpv6 after v4 failed
330 - Allow dhclient configuration files for DHCPv6 as well. (#815676)
331 - ifdown: don't call nmcli on interface that is alread down
332 - call flush addresses with scope global
333 - init: inform users about .override files in .conf files
334 - netfs: do not force NFS exports to be mounted before _netdev mounts
335 - set net.ipv6.conf..autoconf in ifup-ipv6
336 - mention rule6 files
337 - securetty: check if the device is in the file before attempting to write to it
338 - Process rule6-* for sit devices (#840009)
339 - Killproc -d should parse same values as sleep
340 - Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)
341 - bonding: set master up before slaves
342 - Fix greps to correctly handle comments and quotation (#915659)
343
344 * Wed Jan 09 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.38-1
345 - call ip link up on master after slaves are up (#893395)
346
347 * Thu Dec 13 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.37-1
348 - don't apply BONDING_OPTS on device with active slaves (#885235)
349
350 * Wed Nov 28 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.36-1
351 - improve duplicate ip address check in ifup-aliases (#880684)
352
353 * Fri Nov 23 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.35-1
354 - fix typo in ifup-aliases duplicate check (#879243)
355
356 * Thu Nov 15 2012 Václav Pavlín <vpavlin@redhat.com> - 9.03.34-1
357 - there should be crypttab instead of crypptab in man page (#870025)
358 - sysconfig.txt advised saslauthd -a instad of -v (#869075)
359
360 * Thu Nov 08 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.33-1
361 - apply BONDING_OPT on ifup of master (#874030)
362
363 * Mon Oct 08 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.32-1
364 - check an IP address for existence in ifup-alias
365 - remount /dev/shm in sysinit to apply attributes from fstab
366 - sets BONDING_OPTS before interface is brougth up and checks if it is not already added
367 - Add support for setting random bridge options via BRIDGING_OPTS
368 - use vgchange -aay in rc.sysinit and netfs init script
369 - script should not kill itself during shutdown
370 - fix the NIS domain setting
371 - be less strict about VLAN name
372 - clarification of work with white spaces in crypttab manpage
373 - re-read sysctl values for VLANs on ifup
374 - pass useful arguments to halt.local
375 - start serial console when we return from runlevel1
376 - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network.
377 - don't accidentally match other bonding devices
378 - add usage stanzas for tty.conf and serial.conf
379 - rename_device: skip VLAN=yes configuration files
380 - allow duplicate address dectection to be disabled
381
382 * Fri Apr 27 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.31-1
383 - set NIS domain (#704919)
384
385 * Tue Mar 20 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.30-1
386 - fix IFS usage mangling device names (#802119)
387
388 * Wed Mar 14 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.29-1
389 - save entropy during system install (#786404)
390
391 * Tue Feb 14 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.28-1
392 - sysconfig support for IPv6 policy based routing (#781493)
393 - fix typo in translation (#757637)
394 - fix logic error with removing arp_ip_target (#787107, #746045)
395 - don't set primary before we enslave devices. (#749610, <agospoda@redhat.com>)
396 - do not check mounted filesystems (#745224)
397 - eviscerate ifconfig uses from ip-aliases (#721010, #588993)
398 - improve comment in init/serial.conf (#746808)
399 - turn off UPS in powerfail situation (#754984, <robert@fedoraproject.org>)
400 - netconsole exit arping on first response (#765835)
401 - add cifs to check for network filesystem (#760018)
402 - fix comments in sysctl.conf (#755175)
403 - rc.sysinit - use rcS-emergency job instead of sulogin (#582002)
404
405 * Fri Oct 07 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.27-1
406 - use restorecon -F for /dev and /dev/pts (#743222)
407
408 * Tue Sep 20 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.26-1
409 - add 'emergency' mode (#681357)
410 - kexec - free reservation memory only for crashkernel=auto (#734987)
411
412 * Tue Aug 16 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.25-1
413 - use /bin/plymouth (#702814)
414
415 * Mon Aug 15 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.24-1
416 - add support for sysctl.d (#680527)
417 - log network messages via syslog (#653630, #672202)
418 - document NM_CONTROLLED (#692123)
419 - don't explictly disallow IPv6 aliases (#692240)
420 - make sure the bond exists when we bring up the slaves. (#694501)
421 - properly add and remove arp_ip_target's (#675079)
422 - load static arp entries from ethers file (#696788)
423 - fix logic error in rc.sysinit (#698520, <jlau@redhat.com>)
424 - handle IPADDRx correctly for static addresses (#700184)
425 - don't match filesystem types in hostnames (#703210, <jmueller@data-tronics.com>)
426 - check for VLAN interfaces is being slave first (#703475)
427 - override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>)
428 - allow multiple ETHTOOL_OPTS option types (#692410, #693583)
429 - don't mount gfs2 in netfs (#689593)
430 - fix pid file usage for IPv6. (#729292, <daveg@dgit.ndo.co.uk>)
431
432 * Tue Apr 19 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.23-1
433 - netfs: don't print errors if mdadm isn't installed. (#696110)
434
435 * Mon Mar 21 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.22-1
436 - init.d/functions: fix mishandled argument to fstab-decode (#682879)
437 - network-functions: fix check for unmanaged devices (#670154)
438
439 * Thu Mar 10 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.21-1
440 - remove network device naming requirement from VLAN devices (#676708, <Matt_Domsch@dell.com>)
441
442 * Thu Mar 10 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.20-1
443 - Don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redhat.com>)
444
445 * Fri Feb 04 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.19-1
446 - sys-unconfig(8) manpage fix (#674397)
447 - set default shmmax and shmall for certain architectures (#660036)
448
449 * Fri Jan 14 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.18-1
450 - don't use the ipv6_exec_ip wrapper
451 - don't accidentally cause sit module to be loaded on shutdown. (#654098, <ejsheldrake@gmail.com>)
452 - simplify various string match constructs. (#558575, <ville.skytta@iki.fi>)
453 - explicitly pass both device and dir when remounting read-only (#620461, <phr@doc.ic.ac.uk>)
454 - add infiniband mapping (#648524, <monis@voltaire.com>)
455 - fix ifdown calling nmcli for NM-managed devices (#612934, <jklimes@redhat.com>)
456 - allow 0 as a vlan tag. (#635360)
457 - support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984)
458 - stop tty and serial also on runlevel 's' (#629257)
459 - system z optimized sysctl settings per default (#633323)
460 - don't run kexec-disable for runlevels [S016] (#658138)
461 - add # as a valid character in network device names (<Matt_Domsch@dell.com>)
462 - use SYSCTLDEVICE without . (#667211, <notting@redhat.com>)
463 - handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)
464 - test if there is /dev/rtc before syncing hardware clock (#598850)
465
466 * Wed Sep 01 2010 Harald Hoyer <harald@redhat.com> 9.03.17-1
467 - enable syncookies again (#629259)
468
469 * Tue Aug 24 2010 Bill Nottingham <notting@redhat.com> - 9.03.16-1
470 - actually, don't touch loglevel at all (#621257, #626572)
471
472 * Mon Aug 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.15-1
473 - set default loglevel to match RHEL 5 behavior (#621257)
474
475 * Tue Aug 3 2010 Bill Nottingham <notting@redhat.com> - 9.03.14-1
476 - free kexec-reserved memory when necessary (#613578)
477
478 * Mon Jul 26 2010 Bill Nottingham <notting@redhat.com> - 9.03.13-1
479 - rename_device - handle quoted 'DEVICE' (#614943, <harald@redhat.com>)
480 - rename_device - fix handling of s390 subchannels (#614739, <harald@redhat.com>)
481
482 * Thu Jul 1 2010 Bill Nottingham <notting@redhat.com> - 9.03.12-1
483 - fix interactive hotkey to work with plymouth (#605016)
484
485 * Tue Jun 29 2010 Bill Nottingham <notting@redhat.com> - 9.03.11-1
486 - init/rcS-sulogin.conf: don't directly execute bash, re: selinux (#540216, #585053)
487
488 * Thu Jun 24 2010 Bill Nottingham <notting@redhat.com> - 9.03.10-1
489 - ifup-eth: check for dhclient configuration in /etc/dhcp as well (#607766)
490 - network-functions: handle quoted SUBCHANNELS (#607481)
491 - netfs: allow for encrypted network block devices (#605600)
492
493 * Wed Jun 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.9-1
494 - check NM_CONTROLLED before deciding to use NM for a connection. (#600454)
495 - always reboot on autorelabel. (#599879)
496 - correct the fix for not clearing environment with runuser. (#564105)
497 - properly handle permission denied on pid file (#595597)
498
499 * Wed May 19 2010 Bill Nottingham <notting@redhat.com> - 9.03.8-1
500 - clean up plymouth shtudown splash (#590103, <rstrode@redhat.com>)
501 - rc.sysinit: use lvm2 --sysinit option (#588777)
502 - network-functions: behave sanely in the absence of $DEVICE (#592108)
503 - sysconfig/debug: export debug variables (#592102)
504 - netfs: check for NM to be connected, not just running (#592095)
505 - rcS*.conf: check if /etc/inittab exists (#590706, <plautrba@redhat.com>)
506 - port vlan code to /sbin/ip (#566485, <plautrba@redhat.com>)
507
508 * Wed May 5 2010 Bill Nottingham <notting@redhat.com> - 9.03.7-1
509 - updates for new NetworkManager commandline syntax
510
511 * Tue May 4 2010 Bill Nottingham <notting@redhat.com> - 9.03.6-1
512 - fix plymouth startup/shutdown (#586040)
513 - fstab-decode.8: tweak manpage so it formats correctly (#586476)
514 - init.d/functions: handle being unable to read a specified pid file. (#584575)
515 - ifup-eth: run dhclient -6 similar to dhclient -4. (#585047)
516
517 * Fri Apr 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.5-1
518 - network-scripts: integrate with NetworkManager (#550154)
519 - clean up obsolete package requirements
520 - RAID fixes (<dledford@redhat.com>)
521 - network: only blacklist the original loopback interface. (#579829, <evgsyr@gmail.com>)
522 - rc.sysinit: check dmraid's return code, to catch 'no raid sets' error. (#568869)
523 - po/*: fix mistranslated checks for user input. (#566791)
524
525 * Mon Feb 15 2010 Bill Nottingham <notting@redhat.com> - 9.03.4-1
526 - move ccw_init, ccw udev rules to s390utils (#539491)
527 - network-functions: clean up device checks (#564505)
528
529 * Thu Feb 11 2010 Bill Nottingham <notting@redhat.com> - 9.03.3-1
530 - pass -m to runuser to not clear environment (#564105)
531 - don't use deprecated udev syntax in clock rules (#560801)
532 - don't quote regex argument to bash's =~ (#558575, <ville.skytta@iki.fi>)
533 - if HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#557941)
534 - don't HUP init when messagebus starts (#557821)
535 - setsysfont: use UNIMAP rather than SYSFONTACM when calling /bin/unicode_start. (#557173)
536
537 * Fri Jan 15 2010 Bill Nottingham <notting@redhat.com> - 9.03.2-1
538 - ifup-eth: use dhclient's -H option instead of munging dhclient config files
539 - rc.sysinit: move mdadm after dmraid (#554423)
540 - ifup-eth: use dhclient -6, not the no-longer-included dhcp6c (#553019, <dcantrell@redhat.com>)
541 - add more man pages (#529328, <plautrba@redhat.com>)
542 - remove useless echo (#552785)
543 - move is_wireless after MACADDR/MTU setting (#552641)
544 - serial.conf: respawn correctly. (#552611, <zing@fastmail.fm>)
545 - network-functions: use sysfs for wireless check (#552381, <adel.gadllah@gmail.com>)
546 - reload init on started messagebus (<plautrba@redhat.com>)
547 - honor HOTPLUG in ifdown (#547737)
548
549 * Tue Dec 15 2009 Bill Nottingham <notting@redhat.com> - 9.03.1-1
550 - re-enable network service (#545255)
551 - ifdown: honor HOTPLUG (#547737)
552 - silence any erros from bonding adds (#516569)
553 - remove assorted configurations we don't support the tools for
554 (ipsec-tools ipsec, cipe, IPX)
555
556 * Wed Dec 9 2009 Bill Nottingham <notting@redhat.com> - 9.03-1
557 - migrate to upstart 0.6.x (<notting@redhat.com>, <plautrba@redhat.com>)
558 -- jobs move to /etc/init
559 -- collapse rcX and ttyX jobs into single job definitions
560 -- jobs are no longer %%config
561 - remove obsolete doexec command
562 - rc.sysinit: handle yet another random return string from dmraid
563 - remove never-used 'sulogin' upstart event
564 - fix time-setting udev rules for old-style RTC devices (#537595)
565 - init.d/network: keep error codes limited to '1'. (#537841)
566 - add initial ifup/ifdown man pages. (#529328, <plautrba@redhat.com>)
567
568 * Tue Oct 27 2009 Bill Nottingham <notting@redhat.com> - 9.02-1
569 - remove long-since deprecated initlog
570 - remove IUCV support (#507217)
571 - halt: put a wrapper around killall5 to account for retval 2 not being an error (#526539, <hdegoede@redhat.com>)
572 - ifup-eth: honor DEFROUTE=yes|no for 'all' connection types. (#528822)
573 - network-functions: load bonding driver if BONDING_OPTS is defined. (#516569)
574 - rc.sysinit: put /dev/shm in mtab too, as dracut now mounts it. (#528667)
575
576 * Fri Oct 9 2009 Bill Nottingham <notting@redhat.com> - 9.01-1
577 - rc.sysinit: fix handling of dmraid output to avoid error messages (#527726, <mschmidt@redhat.com>)
578 - rwtab: add /var/lib/xend (#526046)
579 - translation updates: fi, nb, pl
580
581 * Fri Oct 2 2009 Bill Nottingham <notting@redhat.com> - 9.00-1
582 - halt: wrap /sbin/killall5 to catch some return codes (#526539)
583 - netfs, netconsle, network: fix return codes to match LSB spec (#524489, #524480, #524486)
584 - handle kernels compiled both with and without CONFIG_RTC_HCTOSYS
585 - halt: use killall5's return code to avoid unncesssary sleeping (#524359, <hdegoede@redhat.com>)
586 - halt: don't kill mdmon on shutdown. (#524357, <hdegoede@redhat.com>)
587 - rc.sysinit: do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, <hdegoede@redhat.com>)
588 - translation updates: ca, cs, da, mai, po, sv, uk
589
590 * Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 8.99-1
591 - init.d/functions: add a '-l' option to status to pass lock file name (#521772)
592 - tweak kernel conflict
593 - translation updates: as, bn_IN, de, fr, hi, it, hu, kn, mr, or, pa, pt, ru, te
594
595 * Wed Sep 2 2009 Bill Nottingham <notting@redhat.com> - 8.98-1
596 - sysconfig.txt: doucment DHCP_HOSTNAME (#498052)
597 - 88-clock.rules: Use --systz instead of --hctosys. (#517886, #489494)
598 - Support rwtab and state passed from dracut initrd (#515771, <wtogami@redhat.com>)
599 - restore context of *tmp files (#519748)
600 - halt: don't try and save mixer settings if it's not writable. (#515771)
601 - rwtab: add /var/spool, /var/lib/dbus, others (#494973, #515771)
602 - sysconfig.txt: clarify docs (#518614)
603 - rc.sysinit: don't pretend /selinux is configurable (#518164)
604 - assorted ipv6 redundant code deletion
605 - translation updates: bn, ca, de, es, fi, fr, gu, hi, it, ja, ko, ml, nb, nl, pl, pt, pt_BR, ru, sr, ta, zh_CN, zh_TW
606
607 * Mon Aug 10 2009 Bill Nottingham <notting@redhat.com> - 8.97-1
608 - ipcalc: fix IPv6 address checking (#516319)
609 - ifup-aliases: fix syntax error from earlier cleanups. (#515612, <jik@kamens.brookline.ma.us>)
610 - translation updates: nb
611 - rc.sysinit: remove useless call to pam_console_apply
612
613 * Mon Aug 3 2009 Bill Nottingham <notting@redhat.com> - 8.96-1
614 - fix up upstart rules for s390(x). (#515222)
615 - leave ChangeLog in the tarball only. (#515012)
616 - disable netfilter on bridged interfaces. (#512206)
617 - assorted shell-related cleanups to ipv6 and other code (<victor.lowther@gmail.com>)
618 - use resolv.conf from dracut netboot before setting hostname. (#514801, <wtogami@redhat.com>)
619 - ipcalc updates (<victor.lowther@gmail.com>)
620 - only use ethtool for link checking; no more mii-tool
621 - require /sbin/blkid directly, as it moves between packages (#508413)
622 - redirect bash errors on 'unset' to /dev/null. (#482888)
623 - fix dmraid partition naming (#501476, <hdegoede@redhat.com>)
624 - don't quote upstart signals. (#501155)
625 - translation updates: bn_IN, da, es, sk
626
627 * Fri May 1 2009 Bill Nottingham <notting@redhat.com> - 8.95-1
628 - don't kill runlevel events on subsequent entering of the same runlevel (#498514)
629 - lang.*sh: handle spaces in $HOME (#498482)
630 - network-functions: explicitly source from the proper directory. (#496233)
631 - remove persistent names on sys-unconfig. (#448322)
632 - init.d/functions: cgexec has moved to /bin (#495715)
633 - allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
634 - translation updates: fr, ml, pt
635
636 * Tue Apr 7 2009 Bill Nottingham <notting@redhat.com> - 8.94-1
637 - prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461)
638 - translation updates; bn, de, pt, ru, te
639
640 * Thu Apr 2 2009 Bill Nottingham <notting@redhat.com> - 8.93-1
641 - rc.sysinit: add a disk synchronization point with scsi_wait_scan post-udev (#481470)
642 - netfs: drop smbfs support, we don't even ship the module or tools any more
643 - setsysfont: honor LC_CTYPE (#487133, <skasal@redhat.com>)
644 - prefdm: do fallbacks based on provides of 'service(graphical-login)' (#485751)
645 - rc.sysinit: handle multiple IP addresses without choking in the stateless code (#443945)
646 - rc.sysinit: catch the right error code from checking for passphrases (#483269, <vladis.kletnieks@vt.edu>)
647 - prefdm: handle empty /etc/sysconfig/desktop correctly (#480113)
648 - ifup-ipsec: allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
649 - ifup-eth: allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
650 - ifup-eth: fix dhcpv6 when there is no IPv4 configuration (#486507)
651 - ifup-ppp: avoid spurious SIGCHLD to pppd (#448881)
652 - ifup-eth: add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>)
653 - stop plymouth when starting single-user mode. (#491062)
654 - add plymouth shutdown script (#473237, <jmccann@redhat.com>)
655 - fix lang.sh/lang.sh/consoletype for execution with '-e'
656 - ifdown-eth: remove arp_ip_target on ifdown for bonding devices. (#483711)
657 - add vlan support for s390 HSI interfaces. (#490584)
658 - ipcalc: support IPv6 (#464268, <dcantrell@redhat.com>)
659 - translation updates: all
660
661 * Mon Mar 16 2009 Bill Nottingham <notting@redhat.com> - 8.91-1
662 - fix DHCP reading of options from ifcfg-XXX (#483257)
663 - ifdown-eth: clean up bridges on ifdown (#463325, <sean@bruenor.org>)
664 - support MD on iSCSI (#480627)
665 - remove support for 'ifcfg-foo-bar' configurations that inherit from 'ifcfg-foo'
666 - remove slip support
667 - translation updates: es, pl, ca, sr, de, sv, pa, pt_BR
668
669 * Mon Mar 9 2009 Bill Nottingham <notting@redhat.com> - 8.90-1
670 - init.d/functions: cgroup support (<jsafrane@redhat.com>)
671 - fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>)
672 - rc.sysinit: fix typo. (#487926)
673 - console_init: loadkeys has a -q option for silent running. Use it.
674 - ifup-tunnel: add compatiblity for openNHRP tunnels (#486559, <claude.tompers@ieee.lu>)
675 - ccw_init: don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
676 - netfs: use same kpartx arguments as rc.sysinit
677 - don't list mtab in rwtab (#457941)
678 - translation updates: fi, de, mai
679
680 * Wed Jan 28 2009 Bill Nottingham <notting@redhat.com> - 8.89-1
681 - use a leading path when sourcing files (#482826)
682 - netfs: don't unmount nfsd filesystem by accident (#481794, <sprabhu@redhat.com>)
683 - bring up ipsec interfaces last (#481733)
684 - ifdown-eth: fix bridge + vlan (#481557, <danken@redhat.com>)
685
686 * Tue Jan 20 2009 Bill Nottingham <notting@redhat.com> - 8.88-1
687 - init.d/network: return success/failure correctly (#480677)
688 - init.d/halt: fix typo (#480799)
689
690 * Mon Jan 19 2009 Bill Nottingham <notting@redhat.com> - 8.87-1
691 - rename_device: be much faster in the presence of many devices (#480687, <danms@us.ibm.com>)
692 - fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)
693 - rc.sysinit: don't set $(uname -r) or $(uname -m); they're not used
694 - network-functions-ipv6: set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)
695 - add more entries to rwtab (#476799, <harald@redhat.com>)
696 - net.hotplug: Bail out sooner if the network service isn't running
697 - init.d/halt: determine reboot/halt via existing INIT_HALT environment variable. (#475227)
698 - event.d/serial: add some docs
699 - init.d/functions: __pids_var_run: Handle multi-line pid files correctly (#473287)
700 - remove support for no longer existing 'brctl setgcint' command. (#360471)
701 - add %%config back for ifcfg-lo (#472761)
702 - rcS/rcS-sulogin: don't match commented lines when finding runlevel (#472717)
703 - updated translations: de, sk
704
705 * Tue Nov 11 2008 Bill Nottingham <notting@redhat.com> - 8.86-1
706 - stop plymouth before stopping the runlevel (#467207)
707 - fix get_config_by_subchannel (#459044, <harald@redhat.com>)
708 - use blkid -l to pick a single most appropriate device (#470027)
709 - don't mkswap on halt, as it breaks swap-by-label/UUID (#469823)
710
711 * Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
712 - add some error handling/hiding to netfs NM dispatcher script (#469197)
713 - halt: fix code that causes a syntax error on multiple sound cards (#469156)
714 - require a new enough udev version to handle where we put the rules
715 - exit 0 in /etc/rc.d/rc (#469050)
716 - don't set up encrypted devices that have already been set up under different
717 names (#462371, <wwoods@redhat.com>)
718 - accept either the '+<addr>', or comma-separated addresses for arp_ip_target. (#467954,
719 <darcy.sherwood@gmail.com>)
720 - translation updates: hu, kn, ko, ml, sr, sr@latin
721
722 * Tue Oct 14 2008 Bill Nottingham <notting@redhat.com> - 8.84-1
723 - override Arabic, Persian, and Hebrew on the console (<alsadi@ojuba.org>)
724 - explicitly run mdadm on boot to catch degraded arrays. (<dledford@redhat.com>)
725 - fix setting of console font/map (#458362, <ak@sensi.org>)
726 - translations updates: hi, kn, nb, sk, sv, ta
727
728 * Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 8.83-1
729 - various merge review fixes (#225900)
730 Notably: init scripts/network scripts are no longer %%config
731 - remove some extraneous device-mapper initialization
732 - use pidfile in status before calling pidof (#463205)
733 - use plymouth directly, not the rhgb-client wrapper
734 - move bridging after bonding (#449950, <djuran@redhat.com>)
735 - use alsactl to save sound settings. (#462677, <jkysela@redhat.com>)
736 - quit plymouth differently (<rstrode@redhat.com>)
737 - make sure we don't try and spawn a repair shell when there's no
738 tty (#463161)
739 - move udev rules to /lib
740 - stateless updates (#433702, <harald@redhat.com>)
741 - call logger with a full path (#447928, <harald@redhat.com>)
742 - translation updates: as, bn_IN, ca, cz, de, es, fi, fr, gu, it, ja,
743 lv, mr, nl, or, pa, pl, pt_BR, ru, te, zh_TW
744
745 * Wed Sep 10 2008 Bill Nottingham <notting@redhat.com> - 8.82-1
746 - refresh translation strings
747 - plymouth updates. (#460702, <rstrode@redhat.com>)
748 - translation updates: fi, lv, no
749 - remove duplicate dependency (#465182)
750 - ifup-eth: Change how we set the zeroconf route. (#239609)
751 - ifup*: Use 0.0.0.0/0, not 0/0. (#460580)
752
753 * Fri Aug 29 2008 Bill Nottingham <notting@redhat.com> - 8.81-1
754 - rc.sysinit: Don't use -L in find (#458652, #458504, CVE-2008-3524)
755 - ifup: kill more code from loopback bringup
756
757 * Tue Jul 29 2008 Bill Nottingham <notting@redhat.com> - 8.80-1
758 - Fix translation typo (#455804, <ruslanpisarev@gmail.com>)
759 - Turn off syncookies
760 - Cleanups for proper plymouth support
761 - Move the mcheck code to a debugmode package, make it more generic
762
763 * Mon Jul 14 2008 Bill Nottingham <notting@redhat.com> - 8.79-1
764 - fix mcheck stuff to be installed correctly
765 - don't do an arping check for loopback interfaces
766 - console_init: don't wait (<arjan@infradead.org>)
767 - rc: clean up extraneous set -x noise
768 - remove references to static dmraid/multipath binaries (#453987)
769 - translation updates: lv
770
771 * Fri Jun 20 2008 Bill Nottingham <notting@redhat.com> - 8.78-1
772 - fix mounting of /dev/pts
773
774 * Thu Jun 19 2008 Bill Nottingham <notting@redhat.com> - 8.77-1
775 - NMDispatcher/05-netfs: fix check for default route (#445509)
776 - service: don't set $LANG, rely on it to inherit from system locales (#422141)
777 - init.d/functions: fix resolve_dm_raid() for older dmraid configs
778 - Don't unmount sysfs in halt. (#446292)
779 - rc.sysinit: don't try to startup crypto if we can't find the device
780 - rc.sysinit: don't echo crypto stuff unless we're actually *doing* something
781 - ifup: don't try to rename devices - udev rules are the way to go
782 - rc.sysinit: fix typo, and don't restorecon on swap, etc. partitions (#448886)
783 - set MALLOC_CHECK_ & MALLOC_PERTURB_ if configured (<pjones@redhat.com>)
784 - console_init: support SYSFONTACM correctly, and support UNIMAP (#448704,
785 <vvv+fedora@colocall.net>)
786 - don't export GRAPHICAL - plymouth is for all modes. also, don't start rhgb
787 - fix clock rules to properly handle old-style RTC devices (#447019)
788 - translation updates: ko, or, pl
789
790 * Fri May 2 2008 Bill Nottingham <notting@redhat.com> - 8.76-1
791 - fix tcsh syntax error (#444998)
792 - remove debugging cruft from rcS-sulogin
793
794 * Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> - 8.74-1
795 - use full path to /sbin/ip in NetworkManagerDispatcher script (#444378)
796 - lang.{sh,csh}: read only user customization if LANG is already set (#372151)
797
798 * Fri Apr 25 2008 Bill Nottingham <notting@redhat.com> - 8.73-1
799 - move event-compat-sysv events here, obsolete it
800 - fix ctrl-alt-del during rc.sysinit (#444050)
801 - fix 'telinit X' from single-user mode (#444001)
802
803 * Thu Apr 24 2008 Bill Nottingham <notting@redhat.com> - 8.72-1
804 - don't have a S99single when using upstart (#444001, indirectly)
805
806 * Wed Apr 23 2008 Bill Nottingham <notting@redhat.com> - 8.71-1
807 - adjust to gdm using LANG instead of GDM_LANG (#372151, <rstrode@redhat.com>)
808 - rework netfs' check for networking availability to properly handle both network
809 and NetworkManager
810
811 * Tue Apr 15 2008 Bill Nottingham <notting@redhat.com> - 8.70-1
812 - find is now in /bin. Use it. (#192991, #239914, #244941, #442178)
813 - require event-compat-sysv for now (#442291)
814 - fix serial event to wait properly
815 - handle encrypted LVs properly (#441728)
816 - add a sit tunnel type (#441635)
817 - translation updates: ru
818
819 * Tue Apr 8 2008 Bill Nottingham <notting@redhat.com> - 8.69-1
820 - Bring up lo whenever it shows up, not just in network/NM
821 - fix shutdown-related oddities (#438444)
822 - translation updates: el, sr, sr@latin, sv
823
824 * Fri Apr 4 2008 Bill Nottingham <notting@redhat.com> - 8.68-1
825 - netfs: umount 'ncp' filesystems as well (#437117)
826 - improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>)
827 - fix consoletype environment leak (#439546)
828 - ifdown-eth: make sure NEWCONFIG exists before grepping for it (#390271, continued)
829 - console_check: always open with NONBLOCK, clear the serial structs first,
830 handle non-16550 ports (<dwmw2@infradead.org>)
831 - halt: don't use /etc/sysconfig/clock (#438337)
832 - ifup: don't attempt to re-enslave already-enslaved devices (#440077)
833 - netfs: run as a NetworkManagerDispatcher script (#439242)
834 - netfs: remove $local_fs from the list of provides (making it implicitly provided
835 by booting)
836 - serial: add a crude hack to wait for runlevels to finish (#437379)
837 - serial: frob /etc/securetty when necessary (#437381)
838 - add a upstart-specific inittab
839 - translation updates: as, bn_IN, cs, de, es, fi, fr, gu, hi, it, ja, kn, ml, mr, nb,
840 nl, pa, pl, pt_BR, ru, sk, sr, ta, te, zh_CN
841
842 * Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.67-1
843 - actually, don't
844
845 * Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.66-1
846 - use upstart to start rhgb (#433156, <cdahlin@ncsu.edu>)
847
848 * Mon Mar 10 2008 Bill Nottingham <notting@redhat.com> - 8.65-1
849 - Add a serial console udev/upstart handler (#434764, indirectly)
850 - Add some upstart notification for sysv scripts (modified from <cjdahlin@ncsu.edu>, #431231)
851 - Handle _rnetdev correctly (#435358, <pjones@redhat.com>)
852 - various minor speedups (<arjan@infradead.org>)
853 - translation updates: el, fr
854 - disable network by default, in favor of NetworkManager
855
856 * Tue Feb 26 2008 Bill Nottingham <notting@redhat.com> - 8.64-1
857 - Add a console_init udev helper to do console initialization
858 - add /sbin/pidof requirement (#434863)
859
860 * Fri Feb 1 2008 Bill Nottingham <notting@redhat.com> - 8.63-1
861 - don't start RAID arrays in rc.sysinit, that's done by udev (corollary of #429604)
862 - add a NetworkManager-dispatcher script that does netreport on interface changes
863 - use udev rules to set the clock, avoiding issues with modular rtcs (#290731)
864
865 * Mon Jan 21 2008 Bill Nottingham <notting@redhat.com> - 8.62-1
866 - rc.d/rc.sysinit: fix syntax error (#429556)
867 - migrate sr@Latn -> sr@latin (<kmilos@gmail.com>)
868
869 * Fri Jan 18 2008 Bill Nottingham <notting@redhat.com> - 8.61-1
870 - use lvm, not lvm.static (#429222)
871 - ifup-eth: don't do something odd if we find a mac address that
872 matches the user-set MACADDR (#251415)
873 - rc.sysinit: fix root fs check to catch 'rw,ordered,noatime,etc.' properly
874 (#334171)
875 - rc.sysinit: Use proper invocations for authconfig, system-config-network
876 (#426372, #428202)
877 - service: handle unreadable scripts (#427767)
878 - initscripts.spec: add requirements for stateless
879 - fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>)
880 - rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291)
881 - minor stateless fixes
882 - Makefile cleanups (from OLPC, <cscott@cscott.net>)
883 - translation updates: fr, ru, nb
884 - don't endelessly loop on ifdown (#390271)
885 - rc.sysinit: - fix encrypted swap partitions with random key
886 (<harald@redhat.com>)
887
888 * Tue Oct 9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1
889 - don't chvt with rhgb - just kill it when needed
890
891 * Mon Oct 8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1
892 - rc.sysinit: fix rhgb check
893 - prefdm: add wdm section (#248087)
894 - init.d/functions, halt: clean up some extraneous delays (#219816)
895 - ifup-wireless: set mode before bringing link up (#254046, <linville@redhat.com>)
896 - translation updates: pt_BR, hr
897
898 * Fri Oct 5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1
899 - revert kernel conflict so that xen can still work (#319401)
900 - rename_device, 60-net.rules: only suggest an interface name (part of #264901)
901 - require newer udev for persistent net rules (part of #264901)
902 - don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219)
903 - genhostid: fix for 64-bit systems (#306811)
904 - more bash matching fixes (#220087)
905 - translation updates: is, nb
906
907 * Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1
908 - work around upstream bash changes (#220087, modified from <nvigier@mandriva.com>)
909 - init.d/network: add Should-Start for firewall services
910 - ifup-eth: handle arp_ip_target separately (#288151, <agospoda@redhat.com>)
911 - rc.sysinit: remove rc.serial support - should be udev rules
912 - rc.sysinit: remove acpi module loading - now supported by the kernel automatically
913 - fix en_GB translation (#271201)
914 - translation updates: as, bn_IN, bg, ca, cs, de, el, es, fi, gu, hi, it, ja, ko, kn, ml,
915 mr, nb, nl, pa, pl, pt, pt_BR, ro, sl, sr, sr@Latn, sv, ta, te, zh_CN
916
917 * Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 8.56-1
918 - rename_device: fix open() call
919 - rc.sysinit: optimize out some excess greps (<harald@redhat.com>)
920 - halt: support newer nut syntax, conflict with old versions (#252973, <tsmetana@redhat.com>)
921 - fix buildreq from popt -> popt-devel
922 - newer popt is in /lib|/lib64 - require it, and link dynamically
923 - rc.sysinit: added support for cryptsetup-uuids (bug #242078, <harald@redhat.com>)
924 - netconsole: fix status(), assorted other cleanups
925 - translation updates: fr, ro, sk
926
927 * Fri Jul 27 2007 Bill Nottingham <notting@redhat.com>
928 - add /etc/networks (#239602)
929 - rc.sysinit: fix quotacheck, remove obsolete convertquota (#249003, <tometzky@batory.org.pl>)
930 - rc.sysinit: add gfs2 to the 'don't mount here' list (#248985)
931 - netfs: check for rpcbind, not portmap (#245595)
932 - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
933 - translation updates: cy, en_GB, mk, ml, ms, pl, sk, ta, zh_CN
934
935 * Tue Jul 17 2007 Nils Philippsen <nphilipp@redhat.com>
936 - avoid calling unicode_start unnecessarily often during startup/shutdown which
937 causes certain monitor/video card combos to flicker heavily (#237839)
938
939 * Tue May 15 2007 Bill Nottingham <notting@redhat.com> 8.54-1
940 - translation updates: as, bg, cs, ja, ms
941 - redirect bogus errors from cryptsetup to /dev/null <karsten@redhat.com>
942
943 * Thu Apr 19 2007 Bill Nottingham <notting@redhat.com> 8.53-1
944 - init.d/halt: use sound saving wrapper from alsa-utils, conflict with
945 older versions (#236916)
946 - usernetctl: drop user gid (#229372)
947 - translation updates: ta, pt_BR, nb, as, hi, de
948
949 * Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> 8.52-1
950 - lang.sh: fix locales where SYSFONT is not the default (#229996)
951 - ifup-wireless: properly quote arguments (#234756)
952 - readonly-root: add options for mounting state (#234916)
953 - rwtab: updates (#219339, <law@redhat.com>)
954 - add netconsole init script (#235952)
955 - disable link checking when PERSISTENT_DHCLIENT is set (#234075)
956 - restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>)
957 - ifup-post: only use the first address (#230157, <michal@harddata.com>)
958 - ifup-ipsec: allow overriding of my_identifier (#229343, <cmadams@hiwaay.net>)
959 - ifup-wireless: set link up before itweaking wireless parameters (#228253)
960 - rc.sysinit: restorecon on mount points when relabeling (#220322)
961 - init.ipv6-global: cleanup & optimize sysctl usage (#217595)
962 - ifup-eth: support ETHTOOL_OPTS on bridge devices (#208043, <bbaetz@acm.org>)
963 - network-functions-ipv6: as we don't use NETWORKING_IPV6, silence errors (#195845)
964 - fix description (#229919)
965 - translation updates
966
967 * Fri Feb 23 2007 Bill Nottingham <notting@redhat.com> 8.51-1
968 - fix 'Fedora Fedora' in rc.sysinit
969 - halt: use kexec -x to not shut down network (#223932, <mchristi@redhat.com>)
970 - network_functions: fix is_bonding_device logic (#229643)
971 - translation updates: nb
972
973 * Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> 8.50-1
974 - lang.csh, lang.sh: if $LANG is set, don't override it (#229102)
975 - initlog.1: fix man page formatting (<esr@thyrsus.com>)
976 - network-functions: simplify bonding test (#215887, <herbert.xu@redhat.com>)
977 - fix ifup-post when lookup fails (#220318, <hiroshi.fujishima+redhat@gmail.com>)
978 - add bridging docs (#221412, <markmc@redhat.com>)
979 - release bonding slaves properly (#220525)
980 - fix ppp-watch with ONBOOT=yes (#216749)
981 - support VLAN_PLUS_VID_NO_PAD (#222975, #223011)
982 - remove NETWORKING_IPV6; to disable, use a modprobe rule
983 - translation updates: ms, de, el, pt_BR, fi, bs, sr, it, ko
984
985 * Tue Dec 19 2006 Bill Nottingham <notting@redhat.com> 8.49-1
986 - rc.sysinit: remove raidautorn (#219226)
987 - ifup-eth: set MACADDR, MTU before initializing bonding slaves, etc (#218792)
988 - translation updates: mr, ms, hi, te, ml
989
990 * Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.48-1
991 - add a step to rename any temporarily renamed devices (#208740, #214817)
992 - make sure network modules don't get accidentally reloaded (#211474)
993 - rc.sysinit: fix dmraid test (#216334)
994 - init.d/halt: don't unmount network filesystems
995 - ipsec: Add a way to manually manage racoon.conf (#159343, <mitr@redhat.com>)
996 - sysconfig.txt: Document ~/.i18n (#199323, <mitr@redhat.com>)
997 - some translation updates
998
999 * Mon Nov 6 2006 Bill Nottingham <notting@redhat.com> 8.47-1
1000 - lang.{sh,csh}: handle sinhalese as well in CJKI clauses (#212438)
1001 - rc.sysinit: add '--auto=yes' to mdadm invocation (#213671)
1002 - rename_device: fix incorrect handling of .bak files
1003 - mount tmpfs with -n (#213132)
1004 - various SUBCHANNELS related s390 fixage (#204803)
1005 - lang.{sh,csh}: support iso-8859-8 (#212738, <matan@svgalib.org>)
1006
1007 * Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1
1008 - ifup-eth: restorecon on moved lease file
1009 - rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
1010 - revert early-login support (#210836, essentially)
1011 - blacklist CJKI on the virtual console (#120819)
1012 - rc.sysinit: use dmraid.static (#211297)
1013 - use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
1014 - use /etc/statetab, /etc/statetab.d for local state (#211839, <markmc@redhat.com>)
1015 - fix or_IN and similar locales (#212219)
1016 - use SUBCHANNELS as the primary key for s390 network devices (#204803)
1017 - translation updates
1018
1019 * Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
1020 - lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
1021 (reverts: #186961; fixes #209469)
1022 - translation updates: ms
1023
1024 * Wed Oct 4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
1025 - separate tmpfs-usage for state from readonly-root
1026 - set keymap correctly in non-utf8 locale (#167363)
1027 - setsysfont: run unicode_stop if in non-unicode locale
1028 - lang.csh/lang.sh: set iutf8 if appropriate (#186961)
1029 - lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
1030 - rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
1031 - rwtab: fix iscsi file location (#208864)
1032 - translation updates: el, da, as, or
1033 - fix stateless updates (#206331, <law@redhat.com>)
1034
1035 * Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
1036 - move ccwgroup initialization to a udev rule (should fix #199139,
1037 #199655, #169161)
1038 - init.d/functions: don't write to gdmfifo
1039 - remove unused-since-RHL-7 consolechars code, update docs (#206106)
1040 - stateless updates (#206331, <law@redhat.com>)
1041 - translation updates (el, ms, hr, sl)
1042
1043 * Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
1044 - run rc.sysinit, /etc/rc in monitor mode (part of #184340)
1045 - use a better check for 'native' services (#190989, #110761, adapted
1046 from <matthias@rpmforge.net>)
1047
1048 * Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
1049 - fix network ipv6 hang (#207137, others)
1050 - rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab
1051 - rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>)
1052 - sysconfig.txt: clarify onboot/onparent usage
1053
1054 * Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1
1055 - translation updates
1056 - rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device
1057 name to avoid any realistic namespace clashes
1058 - rc.sysinit: set default affinity if specified on commandline (#203359)
1059 - always pass path to '.' (#206035)
1060 - run setsysfont, loadkeys always when /dev/tty{0,1} exist (#150769)
1061 - allow going to a shell when system is shut down cleanly (from <dwalsh@redhat.com>)
1062
1063 * Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
1064 - translation updates
1065 - Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
1066 - make /dev/mapper/control ourselves (<pjones@redhat.com>)
1067 - init.d/network: simplify 'status' call
1068 - fix actual 169.254 networks (#203591)
1069 - rc.sysinit: don't run vgscan (#191879)
1070 - init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>)
1071 - rc.sysinit: catch more dmraid errors (#200683)
1072 - support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
1073 <lv@lekv.de>)
1074 - IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
1075
1076 * Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
1077 - translation updates
1078 - bring down bonding slaves on ifdown (#199706)
1079 - support LINKDELAY for dhcp (#191137)
1080 - netfs: run multipath on netdev devices (#180977)
1081 - halt: use /proc/mounts instead of /etc/mtab (#198426, <mitr@redhat.com>)
1082 - rc.sysinit: fix getkey race (#191453, <mitr@redhat.com>)
1083 - spec cleanups (#188614, <kloczek@rudy.mif.pg.gda.pl>)
1084 - support aliases on vlan (#193133, <mitr@redhat.com>)
1085 - clean up ifcfg file handling (<mitr@redhat.com>, <michal@harddata.com>)
1086 - GRE and IPIP tunnel support (#168990, <mitr@redhat.com>,
1087 <razvan.vilt@linux360.ro>, <aaron.hope@unh.edu>, <sean@enertronllc.com>)
1088 - rc.sysinit: don't format encrypted swap always (#127378)
1089 - don't try to add routes to alias devices (#199825, #195656)
1090
1091 * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.37-1
1092 - update translations
1093
1094 * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.36-1
1095 - rework automatic swapon - only run if AUTOSWAP=yes, and fix errors
1096 (#198695, #196179, #196208)
1097 - redo single so it starts last in runlevel 1, and doesn't kill/start
1098 services itself
1099 - add configurable delay for killproc() (#198429, <jorton@redhat.com>)
1100 - fix loop in rename_device (#199242, <markmc@redhat.com>)
1101 - rc.sysinit: stateless updates (#197972, <law@redhat.com>)
1102 - support for copying dhcp leases from initramfs (#198601, <markmc@redhat.com>)
1103 - readonly-root: SELinux works now in the kernel, allow it
1104 - init.d/network: don't bring down network if root is on a network device
1105 - init.d/halt: don't use -i to halt; causes problems with iscsi
1106 - add support for routing rule-$device (#132252, <mitr@redhat.com>)
1107 - fix rhgb output (#192604, <tonynelson@georgeanelson.com>)
1108 - fix crypttab options for LUKS (#197656, <mitr@redhat.com>)
1109 - ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>)
1110 - ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)
1111 - rename_device: ignore alias devices, fix race (#186355)
1112 - ifup/ifdown: don't mark as %%config
1113 - rwtab: some additions/cleanup
1114
1115 * Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
1116 - readonly root enhancments (modified from <law@redhat.com>, #193164)
1117 - encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
1118 - clarify killproc usage (#193711, <mitr@redhat.com>)
1119 - document BRIDGE= (#192576, <mitr@redhat.com>)
1120 - rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
1121
1122 * Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
1123 - link glib2 dynamically now that it's in /lib, conflict with older
1124 versions
1125 - handle cups specially when cleaning /var (#189168)
1126 - remove ifdown-aliases (<mitr@redhat.com>)
1127 - ifup-ipsec: fix key handling when only one of AH or ESP is used
1128 (#166257, <mituc@iasi.rdsnet.ro>)
1129 - IPv6 updates, including RFC 3041 support (<pb@bieringer.de>)
1130 - routing fixes, add METRIC support for default routes (#124045, <mitr@redhat.com>)
1131 - fix handling of mount points with white space (#186713, <mitr@redhat.com>)
1132
1133 * Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1
1134 - support for readonly root
1135 - rc.sysinit: remove call to zfcpconf.sh - that should be udev rules
1136 - ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>)
1137 - rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>)
1138
1139 * Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1
1140 - netfs: fix redirect (#187505)
1141 - rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>)
1142 - functions/pidof: various fixes (#182623, others <mitr@redhat.com>)
1143 - add support for DHCP on bridges (#125259, <mitr@redhat.com>,
1144 anders@kaseorg.com>)
1145 - rc.sysinit: use pidof, not killall (#185429, <pjones@redhat.com>)
1146 - ppp fixes (#129195, #163950, #92023, <mitr@redhat.com>, <avi@argo.co.il>)
1147 - ifup/ifdown: unset $WINDOW (#174336, <mitr@redhat.com>)
1148
1149 * Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1
1150 - add udev helper to rename network devices on device creation
1151
1152 * Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1
1153 - fix context of /dev/pts (#185436)
1154 - translation updates
1155
1156 * Sun Mar 5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
1157 - fix kexec support (<jmoyer@redhat.com>)
1158 - translation updates
1159
1160 * Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
1161 - hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
1162 - fix endless loops in ifup/ifdown (#177792, #182466)
1163 - fix enabling of enforcing SELinux mode after relabel (#181893)
1164 - remove debugging code from ifup-bnep
1165 - add /proc, /sys mounting back to rc.sysinit
1166 Note: booting without an initrd is deprecated
1167 - translation updates
1168
1169 * Tue Feb 14 2006 Peter Jones <pjones@redhat.com> 8.29-1
1170 - scrub another possible error message from dmraid output
1171
1172 * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.28-1
1173 - kill nash-hotplug before starting udev (<pjones@redhat.com>)
1174 - silence warnings on /dev/pts remount (<pjones@redhat.com>)
1175 - more translation updates
1176
1177 * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1
1178 - translation updates
1179 - lang.sh: revert fix for #176832, it's broken
1180 - ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>)
1181
1182 * Tue Feb 7 2006 Bill Nottingham <notting@redhat.com> 8.26-1
1183 - revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change
1184 - add some ugly hacks to make sure net hotplug doesn't run after unclean
1185 shutdown (#177795)
1186 - don't mount /sys and /proc in rc.sysinit - the initrd already does
1187 (<pjones@redhat.com>)
1188 - halt: try to unmount tmpfs filesystems before swapoff (#174000,
1189 <mitr@redhat.com>)
1190
1191 * Thu Feb 2 2006 Bill Nottingham <notting@redhat.com> 8.25-1
1192 - ifup: don't run the arping check if the address is already on the device
1193
1194 * Wed Feb 1 2006 Bill Nottingham <notting@redhat.com> 8.24-1
1195 - init.d/functions: fix sendmail startup
1196 - sysconfig.txt: fix typos (<mitr@redhat.com>)
1197
1198 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 8.23-1
1199 - rc.sysinit: do a better job of not activating already active dmraids
1200
1201 * Tue Jan 31 2006 Bill Nottingham <notting@redhat.com> 8.22-1
1202 - remove references to /usr/X11R6/bin (#177938)
1203 - rc.sysinit: fix SELinux message formatting (#178532)
1204 - rc.sysinit: clean cvs as well (#178539, <ville.skytta@iki.fi>)
1205 - init.d/halt: move halt.local so that it runs before / is remounted r/o (#179314)
1206 - rc.sysinit: don't activate already active dmraids (<pjones@redhat.com>)
1207 - rc.sysinit: don't mount usbfs, libusb no longer uses it
1208 - init.d/functions: Add -p to status() (#134363, <mitr@redhat.com>)
1209 - init.d/functions: Separate /var/run/*.pid handling and pidof calls
1210 to private functions (#63440, <mitr@redhat.com>)
1211 - init.d/functions: update for current LSB, including -p pidfile
1212 (#99325, #134363, <mitr@redhat.com>, <tobias.burnus@physik.fu-berlin.de>)
1213 - getkey: various cleanups, add man page (#54481, <mitr@redhat.com>)
1214 - lang.sh: don't always call consoletype (<laroche@redhat.com>)
1215
1216 * Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
1217 - move handling of network hotplug events here, add appropriate udev
1218 rules, obsolete hotplug
1219 - get rid of some path lookups (#178321, <mclasen@redhat.com>)
1220 - get hwaddrs from sysfs as opposed to ip | sed
1221 - translation updates
1222 - lang.sh: don't run unicode_start for subshells (#176832)
1223 - halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
1224 - add service(8) man page (#44857) <mitr@redhat.com>
1225
1226 * Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
1227 - remove kmodule. udev handles module loading now
1228 - require appropriate udev
1229
1230 * Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 8.19-1
1231 - Require syslog, for alternate implementations thereof (#172885)
1232 - Fix fsck invocation for weeding out netdev devices (#175803)
1233
1234 * Fri Dec 2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
1235 - use new dhclient file paths, add appropriate conflict (#169164)
1236
1237 * Wed Oct 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
1238 - make sure corefile limiting works for user processes as well
1239 (#166511, <ville.skytta@iki.fi>)
1240 - ifup-routes: handle no EOF in the route file (#156972)
1241 - rc.sysinit: tweak mesage (#156972)
1242 - ifdown-eth: clean up error message (#135167)
1243 - rc.sysinit: call kpartx on multipath devices (#160227)
1244 - ifup-eth: move wireless options before bridge options (#122801)
1245 - ifup-wireless: silence error (#90601)
1246 - init.d/functions: change translated string (#54682)
1247
1248 * Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
1249 - fix typo bug
1250
1251 * Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
1252 - support proper dial-in configuration, thanks to Peter Bieringer (#158380)
1253
1254 * Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
1255 - kmodule: don't probe for uninteresting devices. speeds things up
1256 - network-functions: deal with broken networks better (#168947)
1257 - rc.sysinit: automatically reboot if labels are really out of date
1258 (<dwalsh@redhat.com>)
1259 - network-functions: throw out nameif error messages
1260 - rc.sysinit: use multipath.static (#168321)
1261 - rc.sysinit: use ignorelocking (#168195)
1262
1263 * Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
1264 - fix usage of the module blacklist (#168020)
1265
1266 * Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
1267 - fix on-boot relabelling (<dwalsh@redhat.com>)
1268
1269 * Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
1270 - ifup-eth: fix interface renaming (#158774)
1271 - rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
1272 - remove workaround for the fonts-not-initialized-on-secondary-consoles
1273 problem (fixed in 2.6.12-rc4 and later)
1274 - setsysfont: correctly bracket systfontacm (#159706)
1275 - rc.sysinit: always use udevsend, even if no modules (#160987)
1276 - ifdown-aliases: add 'cd' to the proper dir (#161170)
1277 - add diskdump restore support (<tuchida@redhat.com>),
1278 conflict with appropriate diskdumputils
1279 - rc.sysinit: dmraid/multipath support
1280 - remove LVM1 support
1281 - init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
1282 - ifup-wireless: set rate in quotes (#163123)
1283 - handle lvm & fsck for network block devices (#148764,
1284 <alewis@redhat.com>)
1285 - initlog: fix invalid free calls, (#165033), (#163973,<dwalsh@redhat.com>)
1286 - sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
1287 - updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
1288
1289 * Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
1290 - fix mis-bringup of interfaces due to accidentally matched HWADDR
1291 (a.k.a. ONBOOT=no not working) (#153669, #157252)
1292 - support automatic relabeling later if rebooted w/o SELinux
1293 (<dwalsh@redhat.com>)
1294 - rc.sysinit: fix fixfiles invocation (#157182)
1295 - btmp should be 0600 (#156900)
1296 - translation updates: fr, bg, ru, mk, pa, es
1297
1298 * Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 8.10-1
1299 - fix hang on stale GDM sockets (#156355)
1300
1301 * Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> 8.09-1
1302 - rc.sysinit: clean up screen sockets (#155969)
1303 - functions: use pidof -c in various functions
1304 - ifup-ppp: fix static routes with ppp demand dialing (#20142,
1305 <ohrn+redhat@chalmers.se>)
1306 - add btmp support (#155537)
1307 - don't send dhcp hostname (revert of fix for #149667)
1308 - more early-login modifications (<mclasen@redhat.com>)
1309 - functions: fix echo (#155270)
1310
1311 * Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 8.08-3
1312 - fix ifup-routes script (#155195)
1313
1314 * Mon Apr 18 2005 Florian La Roche <laroche@redhat.com>
1315 - fix strstr call in rc.sysinit
1316
1317 * Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 8.08-1
1318 - update translation base
1319 - automatically send hostname for DHCP if it's available and not
1320 overridden (#149667)
1321 - load user-defined module scripts from /etc/sysconfig/modules at
1322 boot (#123927)
1323 - halt: reverse sort the mount list, avoiding errors
1324 (#147254, <jamesodhunt@hotmail.com>)
1325 - ifup-wireless: add SECURITYMODE (#145407)
1326 - network-functions: don't error out if hotplug doesn't exist (#140008)
1327 - ifup: always return errors on trying to bring up nonexistent devices (#131461)
1328 - ifup: fix error message (#143674)
1329 - rc.sysinit: add a autorelabel boot target (#154496)
1330 - prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
1331 - remove support for the old firewall type
1332 - network: optimize some (#138557, <drepper@redhat.com>)
1333 - prefdm: fix prefdm arg handling (#154312, <khc@pm.waw.pl>)
1334 - gdm early-login support (adapted from <rstrode@redhat.com>)
1335 - ifup-routes: make sure commented lines are handled correctly (#154353,
1336 #114548, <link@pobox.com>)
1337 - some sysconfig.txt updates (<link@pobox.com>, <jvdias@redhat.com>)
1338 - rc.sysinit: fix restorecon invocation (#153100)
1339 - initlog: free some of the more egregious memory leaks (#85935)
1340 - initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)
1341 - remove some conflicts, %%post scripts, etc. that were only relelvant
1342 for upgrades from pre-7.0
1343 - other minor fixes, see ChangeLog
1344
1345 * Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
1346 - bring back initlog for third-party scripts until a new framework is
1347 in place
1348
1349 * Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
1350 - handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
1351 - ifup-ipsec: handle non-ascii keys (#150552)
1352 - add proper ipsec route (#146169, #140654)
1353 - add a restorecon for /tmp to rc.sysinit
1354 - document ONHOTPLUG in sysconfig.txt
1355 - fix mistranslation (#151120)
1356 - don't return 1 for stopping a process if it isn't running at all
1357 - don't explicitly set fwd polices for ipsec traffic. Let setkey
1358 handle it.
1359
1360 * Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
1361 - ipv6 cleanups (<pb@bieringer.de>)
1362 - rc.sysinit: fix rngd check (#130350)
1363 ... then turn it off entirely
1364 - rc.sysinit: get rid of duplicate date printout (#149795)
1365 - ifdown: handle being called on down devices better
1366 - handle saved resolv.conf on all device types
1367 - fix network-functions cleanup
1368 - netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
1369 - dhcp release cleanups (<jvdias@redhat.com>)
1370 - ifup-bnep: bluetooth update <dwmw2@infradead.org>
1371 - more ipsec stuff (#147001, <ckjohnson@gwi.net>)
1372
1373 * Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
1374 - split out ifup/ifdown general case to ifup/ifdown-eth;
1375 add ifup/ifdown-bnep (<dwmw2@redhat.com>)
1376 - ifup-ipsec: add fwd policies (#145507)
1377 - fix multiple scsi_hostadapter loads (#145432)
1378 - enable syncookies in sysctl.conf (#145201)
1379
1380 * Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
1381 - use udevsend to handle hotplug events (requires recent udev)
1382 - remove pump, dhcpcd support
1383 - fix ONxxx (#136531, <cww@redhat.com>)
1384 - fix various fgreps to not catch commented lines (#136531, expanded
1385 from <cww@redhat.com>)
1386 - set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
1387 - kill dhcp client even if BOOTOPROTO is now static (#127726, others)
1388 - replace the use of route/ifconfig with ip in IPv6 code, remove support
1389 for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
1390 - fix quoting in daemon() (#144634)
1391 - make sysctl be silent (#144483)
1392
1393 * Mon Jan 3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
1394 - remove initlog, minilogd
1395 - add a flag to kmodule for use with kudzu's socket mode, use it
1396 - change setting of IPv6 default route (#142308, <pb@bieringer.de>)
1397 - netfs: don't unmount NFS root FS (#142169)
1398
1399 * Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
1400 - further bootup noise reductions
1401 - rc.d/rc.sysinit: do implicit unicode conversion on keymap
1402
1403 * Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
1404 - fix previous fix (#139656)
1405
1406 * Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1
1407 - clear and repopulate mtab before mounting other filesystems (#139656)
1408 - remove more devfs compat
1409
1410 * Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
1411 - various kmodule speedups
1412 - rc.d/init.d/netfs: don't mount GFS (#140281)
1413 - fix various minilogd bogosities (#106338)
1414
1415 * Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1
1416 - configure CTC protocol if CTCPROT is set (#133088)
1417
1418 * Mon Nov 15 2004 Bill Nottingham <notting@redhat.com>
1419 - fix check_link_down to still check negotiation if link is
1420 listed as "up" on entering (#110164, <dbaron@dbaron.org>)
1421
1422 * Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1
1423 - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)
1424
1425 * Tue Nov 9 2004 Bill Nottingham <notting@redhat.com>
1426 - fix typo (#134787, <bnocera@redhat.com>)
1427
1428 * Sun Nov 7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
1429 - various translation updates
1430
1431 * Tue Nov 2 2004 Bill Nottingham <notting@redhat.com>
1432 - take an axe to rc.sysinit:
1433 - remove delay on unclean startup
1434 - remove hdparm code
1435 - remove LVM1 code
1436 - remove old raidtab code in favor of mdadm
1437 - remove support for old isapnp tools
1438 - move all block device mangling before fsck. run fsck *once*, not twice
1439 - some more LC_ALL=C stuff
1440
1441 * Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
1442 - /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup
1443 - /etc/rc.d/rc.sysinit:
1444 - do not read udev.conf, this seems to be all in the start_udev script
1445 - fix detection of "nomodules" kernel command line option
1446 - read /proc/cmdline earlier and convert rhgb to use that, too
1447 - load_module(): change redirection to /dev/null
1448 - some checks for RHGB_STARTED="" looked strange
1449 - /etc/sysconfig/network-scripts/ifup-ppp:
1450 - remove a call to basename with shell builtins
1451 - /etc/sysconfig/network-scripts/network-functions:
1452 - remove some calls to basename/sed with shell builtins
1453
1454 * Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
1455 - fix prefdm fallback to installed display managers (#137274)
1456 - fix incorrect rhgb temporary path (#137391)
1457
1458 * Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93-1
1459 - translation updates
1460 - fix handling of GATEWAYDEV (#133575, <pekkas@netcore.fi>)
1461
1462 * Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1
1463 - rc.d/rc.sysinit: remove devlabel call
1464 - mdadm support, now that raidtools is gone (#126636, #88785)
1465 - call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>)
1466 - cleanup a couple of nits that could affect bug #134754
1467 - make sure we return to rhgb after fsck (#133966, #112839, #134449)
1468 - automatically reboot when fsck calls for it, instead of requiring
1469 manual intervention (#117641 and duplicates)
1470 - ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>)
1471 - translation updates
1472
1473 * Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1
1474 - fix portname for LCS devices
1475
1476 * Fri Oct 08 2004 Bill Nottingham <notting@redhat.com>
1477 - remove sysconfig/rawdevices, as initscript is removed
1478
1479 * Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
1480 - change /etc/sysctl.conf to not allow source routed packets per default
1481
1482 * Fri Oct 6 2004 Bill Nottingham <notting@redhat.com> - 7.88-1
1483 - fix requires
1484
1485 * Tue Oct 5 2004 Dan Walsh <dwalsh@redhat.com> - 7.87-1
1486 - Change SELinux relabel to not remount /
1487
1488 * Mon Oct 4 2004 Bill Nottingham <notting@redhat.com>
1489 - use runuser instead of su; require it
1490 - init.d/halt: use right file name for random seed (#134432)
1491
1492 * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
1493 - use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
1494 - filter indic locales on the console (#134198)
1495
1496 * Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1
1497 - ifup, network-functions: fix worked-by-accident shell quoting
1498 - lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>)
1499 - SELinux fixes
1500 - clean up prefdm
1501 - init.d/functions: export LC_MESSAGES (#133786)
1502 - allow daemon to coredump if requested (#130175)
1503 - network-functions: be more liberal in what we accept for link types (#90602, #127984)
1504 - fix overzealousness with -range aliases (#65415)
1505 - rc.sysinit: use s-c-keyboard, not kbdconfig (#133929)
1506 - fix checkpid logic, clean up potential errors (#134030)
1507 - translation updates
1508
1509 * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1
1510 - only start udev once
1511
1512 * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1
1513 - conflict with old udev
1514 - use udev if it's present
1515
1516 * Tue Sep 21 2004 Bill Nottingham <notting@redhat.com>
1517 - don't mount usbfs without usb. also, at least be consistent in filesystem type
1518
1519 * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1
1520 - fix handling of nonexistent devices (#132839)
1521 - rhgb enhancements (<veillard@redhat.com>, #132665)
1522 - initscripts.spec: require nash (#132513)
1523 - translation updates
1524
1525 * Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1
1526 - load iucv device config after /etc/sysconfig/network so that
1527 GATEWAY doesn't get overwritten
1528
1529 * Fri Sep 10 2004 Bill Nottingham <notting@redhat.com> - 7.80-1
1530 - fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)
1531
1532 * Fri Sep 10 2004 Karsten Hopp <karsten@redhat.com> - 7.79-1
1533 - load ctc device config after /etc/sysconfig/network so that
1534 GATEWAY doesn't get overwritten
1535
1536 * Wed Sep 8 2004 Dan Walsh <dwalshg@redhat.com> - 7.78-2
1537 - fix setting SELinux contexts on udev-created-in-initrd devices
1538 - Let restorecon check if selinux is enabled.
1539
1540 * Wed Sep 8 2004 Bill Nottingham <notting@redhat.com> - 7.78-1
1541 - set SELinux contexts on udev-created-in-initrd devices, if necessary
1542
1543 * Wed Sep 1 2004 Bill Nottingham <notting@redhat.com> - 7.77-1
1544 - mount usbfs (#131347)
1545 - start any automatic raid devices
1546 - remove triggers for ancient releases, bulletproof remaining ones (#131356)
1547
1548 * Wed Sep 1 2004 Jeremy Katz <katzj@redhat.com> - 7.76-1
1549 - udev uses UDEV_TMPFS now
1550
1551 * Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 7.75-1
1552 - fix sysfs configuration of qeth and lcs network interfaces
1553 (eth, tr, hsi)
1554
1555 * Mon Aug 30 2004 Karsten Hopp <karsten@redhat.de> 7.74-1
1556 - fix support for LCS portnumbers (mainframe)
1557
1558 * Fri Aug 27 2004 Jason Vas Dias <jvdias@redhat.com> 7.73-1
1559 - Add support for running the DHCPv6 client to ifup
1560 - (new DHCPV6C=yes/no ifcfg-${IF} variable) + update sysconfig.txt
1561
1562 * Fri Aug 27 2004 Bill Nottingham <notting@redhat.com> 7.72-1
1563 - flip the kernel conflict to a Requires:
1564
1565 * Thu Aug 26 2004 Karsten Hopp <karsten@redhat.de> 7.71-1
1566 - ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead
1567
1568 * Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
1569 - autoload hardware modules on startup
1570 - minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
1571 - ifup: support STP bridging (#123324)
1572 - rc.sysinit: do a SELinux relabel if forced
1573 - rc.sysinit: remove devfs compat and the remaining 2.4 compat
1574 - ifup-wireless: support multiple keys (#127957)
1575 - fix firmware loading (#129155, <bnocera@redhat.com>)
1576
1577 * Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
1578 - execute zfcfconf.sh if available (mainframe)
1579
1580 * Mon Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.67-1
1581 - fix change_resolv_conf: if pre-existing /etc/resolv.conf
1582 - non-existent or empty, replace with new file contents.
1583
1584 * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1585 - Allow users to use generic /etc/dhclient.conf if per-device
1586 - /etc/dhclient-${DEVICE}.conf is non-existent or empty
1587
1588 * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1589 - Preserve "options" settings in resolv.conf (bug 125712)
1590
1591 * Fri Aug 20 2004 Jeremy Katz <katzj@redhat.com> - 7.65-1
1592 - look at /etc/udev/udev.conf, not /etc/sysconfig/udev (#130431)
1593
1594 * Fri Aug 20 2004 Bill Nottingham <notting@redhat.com> 7.64-1
1595 - rc.d/rc.sysinit: check for dev file too (#130350)
1596
1597 * Thu Aug 19 2004 Than Ngo <than@redhat.com> 7.63-1
1598 - allow CBCP with own number (#125710)
1599
1600 * Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
1601 - fix up resolv.conf munging (#129921)
1602 - use rngd if available
1603 - run start_udev if necessary (#120605)
1604 - readonly root updates (#129893, <markmc@redhat.com>)
1605 - ifup-wireless: quote key (#129930)
1606 - remove rawdevices (#130048)
1607 - handle binfmt_misc in rc.sysinit for the case where it's built in (#129954)
1608 - remove mkkerneldoth
1609 - don't remove linguas in lang.* (part of #9733)
1610 - fix nfs unmounting (#129765)
1611 - fix URL (#129433)
1612
1613 * Tue Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
1614 - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
1615
1616 * Tue Aug 3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
1617 - write peerid into sysfs for IUCV devices (mainframe)
1618
1619 * Tue Aug 3 2004 Bill Nottingham <notting@redhat.com>
1620 - don't remove /dev/mapper/control - nash will do it if it has to (#127115)
1621
1622 * Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
1623 - fix for bug 125712: add 'change_resolv.conf' function
1624
1625 * Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
1626 - rc.d/init.d/network: don't bring interfaces down twice (#127487)
1627
1628 * Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
1629 - fix bonding + no IP (#127285)
1630 - wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
1631
1632 * Wed Jul 7 2004 Bill Nottingham <notting@redhat.com>
1633 - move random stuff to rc.sysinit/halt; move all swap to after this.
1634 prereq of bug #123278
1635
1636 * Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
1637 - set context on ICE directory after making it (#127099, <concert@europe.com>)
1638 - don't mount GFS filesystems in rc.sysinit
1639
1640 * Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1
1641 - rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
1642 - set devicetype for xDSL (#126194)
1643 - ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>)
1644 - unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>)
1645 - bonding fixes
1646 - setsysfont: remove error (#100559)
1647 - remove duplicate setting of network routes (#125450)
1648 - vlan fixes (#107504, <hrunting@texas.net>)
1649 - ifup-aliases: remove bogus route setting (#120908)
1650
1651 * Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1
1652 - readonly root fixes (<alexl@redhat.com>)
1653
1654 * Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
1655 - special TYPE for qeth devices to differenciate them from ethX
1656
1657 * Mon May 24 2004 Bill Nottingham <notting@redhat.com>
1658 - fix pppd vs. ppp typo in conflicts (#123680)
1659
1660 * Fri May 21 2004 Bill Nottingham <notting@redhat.com>
1661 - fix bridging confusing module order (#122848, <luto@myrealbox.com>)
1662 - rc.d/rc.sysinit: don't mount cifs (#122501)
1663
1664 * Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1
1665 - add support for ccwgroup devices on mainframe
1666
1667 * Thu May 13 2004 Than Ngo <than@redhat.com> 7.54-1
1668 - add patch to enable PIE build of usernetctl
1669
1670 * Fri May 7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1
1671 - little lvm tweak (#121963)
1672
1673 * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.52-1
1674 - ipv4 addresses are ints, not longs (#122479)
1675
1676 * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.51-1
1677 - get rid of LVM error when no volumes are defined (#121197)
1678 - fix selinux short-circuit test (#121143, <michal@harddata.com>)
1679 - /dev/mapper/control is a special file, check it accordingly (#121963)
1680 - support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)
1681 - handle multiple spaces correctly in rc.sysinit, network-functions
1682 (#118583, <pallas@kadan.cz>)
1683 - cleanup fd leaks, mem leaks, other bogosities
1684 (#119987, <linux_4ever@yahoo.com>)
1685 - rc.d/init.d/network: remove ipv6 bogosity (#114128)
1686 - translation updates
1687
1688 * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1
1689 - fix LVM issues in rc.sysinit (#120458, #119975)
1690 - deal with fixed racoon parser
1691 - translation updates from translators
1692 - fix USB loading (#120911)
1693
1694 * Fri Mar 26 2004 Bill Nottingham <notting@redhat.com> 7.49-1
1695 - use alsa for mixer saving in halt
1696 - don't umount /proc in halt (#118880)
1697 - various translation updates from translators
1698
1699 * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
1700 - disable enforcing in emergency mode for now, relabel some commonly
1701 mislabeled files on boot
1702
1703 * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
1704 - translation: catch more input strings (#106285, <mitr@volny.cz>)
1705 - remove autologin from prefdm (#108969)
1706 - return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>)
1707 - handle iso15 in setsysfont (#110243)
1708 - clean up samba & vmware in rc.sysinit (#113104)
1709 - some sysconfig.txt documentation (#110427, #118063)
1710 - fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>)
1711 - handle CIFS in netfs (#115691)
1712 - make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>)
1713 - handle network fs better in rc.sysinit (#111290)
1714 - nomodules applies to usb/firewire too (#113278)
1715 - ipsec fix (#116922, <felipe_alfaro@linuxmail.org>)
1716 - make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>)
1717 - fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>)
1718
1719 * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
1720 - Use ':' instead of '.' as separator for chown.
1721
1722 * Mon Feb 2 2004 Bill Nottingham <notting@redhat.com> 7.46-1
1723 - some more rc.sysinit tweaks and refactoring
1724
1725 * Fri Jan 30 2004 Bill Nottingham <notting@redhat.com> 7.45-1
1726 - fix rc.sysinit typo
1727 - rc.d/init.d/network: clear out environment (#113937, #111584)
1728
1729 * Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 7.44-1
1730 - NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)
1731 - handle 2.6-style 'install ethX ...' lines correctly
1732 - mount sysfs by default
1733 - time to clean up the cruft. remove:
1734 - boot-time depmod
1735 - linking of /boot/System.map to /boot/System.map-`uname -r`
1736 - /var/log/ksyms.X
1737 - libredhat-kernel support
1738
1739 * Fri Jan 16 2004 Dan Walsh <dwalsh@redhat.com> 7.43-2
1740 - Remove selinux run_init code from service script. It is no longer needed.
1741
1742 * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 7.43-1
1743 - basic lvm2 support
1744
1745 * Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1
1746 - show rhgb details on service failures
1747
1748 * Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1
1749 - tweak some rhgb interactions (#100894, #107725)
1750 - fix dvorak keymap loading (#106854)
1751
1752 * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1
1753 - add better fix to support nickname (#105785)
1754
1755 * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.39-1
1756 - add support nickname (#105785)
1757
1758 * Fri Oct 17 2003 Bill Nottingham <notting@redhat.com> 7.38-1
1759 - rhgb updates, now pass 'rhgb' to use it, instead of passing 'nogui'
1760 to disable it
1761
1762 * Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 7.37-1
1763 - bridging updates (#104421, <dwmw2@redhat.com>)
1764
1765 * Wed Oct 8 2003 Bill Nottingham <notting@redhat.com> 7.36-1
1766 - mount /dev/pts before starting rhgb
1767
1768 * Wed Oct 1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
1769 - load acpi modules on startup if necessary
1770 - fix typo in ipsec comments & sysconfig.txt
1771
1772 * Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
1773 - use upsdrvctl to start the shutdown process
1774
1775 * Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
1776 - ipsec fixes (#104227, <harald@redhat.com>)
1777 - ppp fixes (#104128, #97845, #85447)
1778
1779 * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1
1780 - fix ip calls for some device names (#104187)
1781 - ipsec fixes
1782
1783 * Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 7.31-1
1784 - fix bonding + dhcp (#91399)
1785 - fix typo (#103781)
1786 - sysconfig/network-scripts/ifup: fix use of local
1787
1788 - fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
1789 - remove /var/run/confirm when done with /etc/rc (#100898)
1790 - ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
1791 - handle sorting > 10 network devices (#98209)
1792 - unset ONPARENT after use (#101384)
1793 - random other fixes
1794 - bridging support (<dwmw2@redhat.com>)
1795
1796 * Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30-1
1797 - IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)
1798
1799 * Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
1800 - setsysfont: don't echo to /dev/console (#102004)
1801 - fix ethernet device renaming deadlock (#101566)
1802 - consoletype: don't return 'vt' on vioconsole (#90465)
1803 - ifup: fix short-circuit (#101445)
1804
1805 * Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
1806 - ifup-routes: pass the interface name to handle_file() so that we don't try
1807 to use the routes file's name as an interface name
1808
1809 * Wed Jul 9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
1810 - switch from $CONFIG.keys to keys-$CONFIG
1811
1812 * Tue Jul 8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
1813 - add a check to consoletype for the current foreground console
1814 - use it when running unicode_start (#98753)
1815
1816 * Wed Jul 2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
1817 - ipsec support (see sysconfig.txt, ifup-ipsec)
1818 - read $CONFIG.keys, for non-world-readable keys
1819 - allow default window size for routes to be set with WINDOW= (#98112)
1820 - support setting device options with ethtool opts
1821 - fix s390 bootup spew (#98078)
1822 - support renaming interfaces with nameif based on hwaddr
1823
1824 * Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
1825 - fix DNS punching in the case of other rules for the DNS server
1826 (#97686, <martin@zepler.org>)
1827 - initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
1828 - fix grep for mingetty (#97188)
1829 - fix rhgb-client bad syntax
1830 - change network device searching, use correct naming, fix route issues
1831 (<harald@redhat.com>)
1832 - other random tweaks
1833
1834 * Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
1835 - now even still yet more tweaks for graphical boot
1836
1837 * Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1
1838 - even still yet more tweaks for graphical boot
1839
1840 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.22-1
1841 - still yet more tweaks for graphical boot
1842
1843 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.21-1
1844 - yet more tweaks for graphical boot
1845
1846 * Fri May 2 2003 Bill Nottingham <notting@redhat.com> 7.20-1
1847 - more tweaks for graphical boot
1848
1849 * Wed Apr 30 2003 Bill Nottingham <notting@redhat.com> 7.18-1
1850 - some tweaks for graphical boot
1851
1852 * Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1853 - initscripts-s390.patch: remove not needed parts about PNP=
1854 - inittab.390: sync with normal version
1855 - rc.sysinit: remove two further calls to /sbin/consoletype with $CONSOLETYPE
1856
1857 * Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1858 - sysconfig/init.s390: set LOGLEVEL=3 as for other archs
1859 - rc.d/init.d/network, rc.d/rc: change confirmation mode to
1860 not use an environment variable
1861 - rc.d/init.d/functions: make strstr() even shorter, remove old
1862 "case" version that has been already commented out
1863 - rc.d/rc.sysinit:
1864 - no need to set NETWORKING=no, it is not used/exported
1865 - do not export BOOTUP
1866 - delete two "sleep 1" calls that wants to add time to go
1867 into confirmation mode. There is enough time to press a
1868 key anyway or use "confirm" in /proc/cmdline.
1869 - read /proc/cmdline into a variable
1870 - use strstr() to search in /proc/cmdline
1871 - add "forcefsck" as possible option in /proc/cmdline
1872 - while removing lock files, no need to call `basename`
1873 - add unamer=`uname -r` and reduce number of forks
1874 - do not fork new bash to create /var/log/ksyms.0
1875
1876 * Thu Apr 03 2003 Karsten Hopp <karsten@redhat.de> 7.15-1
1877 - Mainframe has no /dev/ttyX devices and no mingetty, don't
1878 initialize them. This gave error messages during startup
1879
1880 * Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
1881 - init.d/network: don't advertise "probe: true" in the header if we don't
1882 recognize "probe" as an argument
1883
1884 * Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
1885 * - do not handle changed chain name; change was reverted
1886
1887 * Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
1888 - handle 7.x SYSFONTACM settings in setsysfont (#84183)
1889
1890 * Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.12-1
1891 - handle changed chain name
1892 - init vts used in all cases
1893
1894 * Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
1895 - handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)
1896
1897 * Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
1898 - initialize two ttys past # of mingettys (for GDM)
1899 - fix zeroconf route
1900 - redhat-config-network writes $NAME.route for some static routes
1901 (e.g., ppp); handle that (#84193)
1902
1903 * Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
1904 - load keybdev & mousedev even if hid is already loaded/static
1905 - run fewer scripts through action (#49670, #75279, #81531)
1906
1907 * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1
1908 - fix nicknames & profiles (#82246)
1909 - fix check_device_down (#83780, <pzb@datstacks.com>)
1910 - vlan fixes (<tis@foobar.fi>)
1911 - fix groff macros (#83531, <tsekine@sdri.co.jp>)
1912 - various updated translations
1913 - fix checkpid for multiple pids (#83401)
1914
1915 * Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
1916 - 802.1Q VLAN support (<tis@foobar.fi>, #82593)
1917 - update translations
1918
1919 * Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
1920 - fix syntax error in rc.sysinit when there are fsck errors
1921 - fix zh_TW display on console (#82235)
1922
1923 * Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
1924 - tweak some translatable strings
1925 - fix for rc.sysinit on machines that pass arguments to mingetty
1926 (<nalin@redhat.com>)
1927
1928 * Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
1929 - move system font setting sooner (<milan.kerslager@pslib.cz>)
1930 - fix link checking for dhcp, use both ethtool and mii-tool
1931 - fix CJK text on the console, and locale-archive held open
1932 on shutdown
1933 - IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
1934 - speedup tweaks (<drepper@redhat.com>)
1935 - use glib2 for ppp-watch (#78690, <kisch@mindless.com>)
1936 - add zeroconf route (#81738)
1937 - fix ifup-ppp for dial-on-demand, and onboot (<goeran@uddeborg.pp.se>)
1938 - tweak raidtab parsing, don't worry about not-in-fstab RAID devices
1939 (#71087, #78467, <aja@mit.edu>)
1940 - don't automatically bring up aliases if 'ONPARENT=no' is set (#78992)
1941 - getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
1942 - rework halt_get_remaining (#76831, <michal@harddata.com>)
1943 - ipcalc: fix calculation of /32 addresses (#76646)
1944 - various other tweaks and fixes
1945
1946 * Fri Dec 20 2002 Bill Nottingham <notting@redhat.com> 7.01-1
1947 - %%config(noreplace) inittab
1948
1949 * Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com>
1950 - add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb"
1951
1952 * Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1
1953 - tweaks for potential GUI bootup
1954 - loop checking for network link state, don't unilterally wait five
1955 seconds
1956
1957 * Fri Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1
1958 - remove call to /sbin/update for S/390, too
1959
1960 * Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
1961 - remove call to /sbin/update
1962 - fix netprofile
1963
1964 * Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
1965 - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1966 - devlabel support (<Gary_Lerhaupt@Dell.com>)
1967 - do lazy NFS umounts
1968
1969 * Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1970 - correctly remove non-packaged files for mainframe
1971
1972 * Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1
1973 - fix various static-routes brokeness (#74317, #74318, #74320, #76619,
1974 #75604)
1975 - fix handling of SYSFONTACM in setsysfont (#75662)
1976 - fix lang.csh for CJK (#76908, <ynakai@redhat.com>)
1977 - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1978 - other minor tweaks
1979
1980 * Mon Sep 16 2002 Than Ngo <than@redhat.com>
1981 - owns directory /etc/ppp/peers (bug #74037)
1982
1983 * Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
1984 - fix syntax error in duplicate route removal section of ifup
1985
1986 * Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
1987 - fix syntax error calling unicode_start when SYSFONTACM isn't set
1988
1989 * Mon Sep 2 2002 Bill Nottingham <notting@redhat.com>
1990 - fix calling of unicode_start in lang.{sh,csh}
1991 - ipv6 tweak
1992
1993 * Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
1994 - don't infinite loop on ifdown
1995 - remove disabling of DMA; this can cause problems
1996 - move swap startup to after LVM (#66588)
1997
1998 * Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
1999 - don't cycle through eth0-eth9 on dhcp link check (#68127)
2000 - don't retry indefinitely on ppp startup
2001 - activate network profile passed on kernel commandline via netprofile=
2002 - fix iptables invocations again
2003 - translation refresh
2004
2005 * Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
2006 - fix silly typo in rc.sysinit
2007 - increase timeout for link to 5 seconds (#70545)
2008
2009 * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com>
2010 - require /etc/redhat-release (#68903)
2011 - fix tty2-tty6 (sort of)
2012 - fix iptables invocations (#70807, #71201, #68368)
2013 - other minor tweaks
2014
2015 * Wed Jul 24 2002 Bill Nottingham <notting@redhat.com>
2016 - fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro
2017
2018 * Tue Jul 16 2002 Bill Nottingham <notting@redhat.com>
2019 - use iptables, not ipchains
2020
2021 * Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2022 - /sbin/service: set PATH before calling startup scripts
2023 HOME and TERM are also set during bootup, but they should not make
2024 a difference for well-written daemons.
2025
2026 * Mon Jul 15 2002 Bill Nottingham <notting@redhat.com>
2027 - fix boot-time cleanup of /var
2028 - update po files
2029
2030 * Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2031 - /etc/init.d/functions:
2032 daemon(): avoid starting another bash
2033 killproc(): avoid starting another bash for the default case
2034 - do not call "insmod -p" before loading the "st" module
2035
2036 * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2037 - allow an option for ups poweroff #68123
2038 - change grep for ONBOOT= #63903
2039 - allow building with a cross-compiler #64362,#64255
2040 - faster check in network-functions:check_default_route()
2041 - better checks for backup files
2042 - drastically reduce the number of consoletype invocations
2043 - do not export "GATEWAY" in network-functions
2044 - code cleanups in rc.sysinit
2045
2046 * Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2047 - rc.sysinit: do not load raid modules unless /etc/raidtab exists
2048 - many cleanups for more consistent shell programming and also
2049 many smaller speedups within network scripts, no un-necessary sourcing
2050 of files etc
2051 - nearly re-code /etc/rc.d/rc
2052
2053 * Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
2054 - a couple minor unicode tweaks in rc.sysinit
2055
2056 * Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
2057 - move /proc/bus/usb mount, in case USB is in the initrd
2058
2059 * Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
2060 - don't try to set wireless freq/channel when in Managed mode
2061
2062 * Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2063 - start some sh coding cleanups
2064 - change to /etc/init.d/functions
2065 - eliminate some un-necessary PATH settings
2066 - eliminate some TEXTDOMAIN settings
2067
2068 * Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1
2069 - fix UTF-8 checks
2070
2071 * Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1
2072 - fixed a bug in setting defaultgateway
2073
2074 * Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1
2075 - call unicode_start in lang.{sh,csh}, setsysfont when necessary
2076
2077 * Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1
2078 - add check for link for dhcp back in
2079
2080 * Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1
2081 - fix silly cut&paste bug in hdparm settings in initscripts
2082
2083 * Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1
2084 - Update translations
2085
2086 * Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1
2087 - make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>)
2088 - allow tweaking of more devices with hdparm (#53511), and
2089 tweak non-disk devices iff they explicitly have a config file
2090 for that device (#56575, #63415)
2091 - some translation updates
2092
2093 * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1
2094 - ipcalc cleanups (#58410)
2095 - quit stripping binaries
2096 - do LVM init after RAID init too (#63238)
2097 - export all locale variables (#56142)
2098 - run sysctl -p after network init as well
2099
2100 * Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1
2101 - delete X/VNC locks on startup (#63035)
2102 - shut up DMA disabling, move it to after ide-scsi (#62873, #62956)
2103 - use full path to /sbin/ifconfig (#59457)
2104 - /sbin/service: change to root directory before staring/stopping;
2105 also sanitize environment
2106
2107 * Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1
2108 - when disabling DMA, don't use things in /usr
2109
2110 * Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1
2111 - disable DMA on CD-ROMs at bootup
2112
2113 * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1
2114 - add local hook to halt
2115
2116 * Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1
2117 - fix usernetctl for working with neat
2118
2119 * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1
2120 - update translations
2121
2122 * Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1
2123 - use nameif for interfaces where we don't agree on HWADDR with the
2124 config file (<harald@redhat.com>)
2125 - LSB support tweaks
2126
2127 * Tue Mar 12 2002 Mike A. Harris <mharris@redhat.com> 6.55-1
2128 - Removed process accounting stuff from rc.sysinit and halt scripts as it is
2129 now handled by the psacct initscript in the psacct package
2130
2131 * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com>
2132 - conflict with older psacct
2133
2134 * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
2135 - fix invocation of need_hostname (#58946), a couple other minor tweaks
2136
2137 * Tue Feb 12 2002 Mike A. Harris <mharris@redhat.com>
2138 - rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance
2139
2140 * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
2141 - run /bin/setfont, not /usr/bin/setfont (kbd)
2142 - lots-o-random bugfixes/tweaks (see ChangeLog)
2143
2144 * Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
2145 - Added support for libredhat-kernel.so.* symlink handling
2146
2147 * Wed Nov 7 2001 Than Ngo <than@redhat.com>
2148 - fix bug in setting netmask on s390/s390x (bug #55421)
2149 nmbd daemon works now ;-)
2150
2151 * Fri Nov 2 2001 Than Ngo <than@redhat.com>
2152 - fixed typo bug ifup-ippp
2153
2154 * Mon Oct 29 2001 Than Ngo <than@redhat.com>
2155 - fix bug in channel bundling if MSN is missed
2156 - support DEBUG option
2157
2158 * Wed Sep 19 2001 Than Ngo <than@redhat.com>
2159 - don't show user name by DSL connection
2160
2161 * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com>
2162 - don't run hwclock --adjust on a read-only filesystem
2163
2164 * Thu Sep 6 2001 Than Ngo <than@redhat.com>
2165 * update initscripts-s390.patch for s390/s390x
2166
2167 * Wed Sep 5 2001 Bill Nottingham <notting@redhat.com>
2168 - translation updates
2169 - quota and hwclock tweaks (<pbrown@redhat.com>)
2170
2171 * Mon Sep 3 2001 Bill Nottingham <notting@redhat.com>
2172 - fix severe alias problems (#52882)
2173
2174 * Mon Sep 3 2001 Than Ngo <than@redhat.com>
2175 - don't start pppbind if encapsulation is rawip (bug #52491)
2176
2177 * Sun Sep 2 2001 Than Ngo <than@redhat.com>
2178 - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
2179 - fix handling of ISDN LSZ Compresssion
2180
2181 * Thu Aug 30 2001 Than Ngo <than@redhat.com>
2182 - po/de.po: fix typo bug, lo instead 1o
2183
2184 * Wed Aug 29 2001 David Sainty <dsainty@redhat.com>
2185 - fix ifdown for multiple dhcpcd interfaces
2186
2187 * Wed Aug 29 2001 Than Ngo <than@redhat.com>
2188 - fix ISDN dial on demand bug
2189 - fix typo bug in network-functions
2190
2191 * Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com>
2192 - document /etc/sysconfig/authconfig
2193
2194 * Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1
2195 - message un-tweaks (<johnsonm@redhat.com>)
2196 - make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>)
2197
2198 * Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
2199 - autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
2200
2201 * Mon Aug 27 2001 Than Ngo <than@redhat.com>
2202 - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
2203
2204 * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
2205 - sort output of halt_get_remaining (#52180)
2206 - fix bad translation (#52503)
2207
2208 * Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
2209 - fix ifup-wireless (#52135)
2210
2211 * Wed Aug 22 2001 Than Ngo <than@redhat.com>
2212 - fix return code of isdnctrl (bug #52225)
2213
2214 * Tue Aug 21 2001 Than Ngo <than@redhat.com>
2215 - fix Bringing up isdn device again. It works now correct.
2216
2217 * Tue Aug 21 2001 Than Ngo <than@redhat.com>
2218 - fix shutdown/Bringing up isdn device
2219
2220 * Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
2221 - fix syntax error in lang.csh
2222 - set codeset by echoing to /dev/tty instead of /proc/self/fd/15
2223
2224 * Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
2225 - fix a broken call to check_device_down
2226 - make all loopback addresses have host scope, not global scope.
2227 Fixes #49374, possibly others
2228
2229 * Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
2230 - add is_available() network function, use it; cleans up ugly modprobe
2231 error messages
2232 - update translation info
2233 - fix #51787
2234
2235 * Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
2236 - adjust s390 patch
2237 - fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific)
2238
2239 * Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com>
2240 - don't display Chinese Korean if we aren't on a pty
2241
2242 * Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2243 - adjust s390 patches to current sources
2244
2245 * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
2246 - use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
2247
2248 * Fri Aug 10 2001 Than Ngo <than@redhat.com>
2249 - don't set MSN if it' empty (it's now optional)
2250 - don't give login name as a cmdline-option (Bug #23066)
2251 - remove peer device file if ppp connection is down
2252 - fix channel bundling
2253
2254 * Thu Aug 9 2001 Bill Nottingham <notting@redhat.com>
2255 - require SysVinit (#51335)
2256
2257 * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
2258 - tweak raittab grep slightly (#51231)
2259 - allow resetting of default route for DHCP addresses (#48994)
2260 - save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
2261 - when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
2262 - allow shell characters in ppp names (#43719)
2263 - allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
2264 - behave sanely if ifup called when dhcpcd is running (#49392, #51038)
2265
2266 * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
2267 - honor HOTPLUG=no if running under hotplug (#47483)
2268 - use awk, not grep, for modprobe -c checks (#49616)
2269 - don't print ugly messages for the case where the device doesn't exist,
2270 and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
2271 - run kbdconfig in /.unconfigured mode (#43941)
2272 - use a bigger buffer size argument to dmesg (#44024)
2273 - detach loopback devices on shutdown (#43919, #45826)
2274
2275 * Thu Aug 2 2001 Bill Nottingham <notting@redhat.com>
2276 - fix halt_get_remaining() (#50720)
2277
2278 * Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
2279 - mount all FS types r/o at halt (#50461)
2280 - don't use mii-tool at all (#various)
2281
2282 * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
2283 - don't use kbd commands in setsysfont now that we've switched back to
2284 console-tools (#50075)
2285 - sleep in check_link_down; some devices require it
2286 - only bring link down if check_link_down fails
2287
2288 * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
2289 - set link up before checking with mii-tool (#49949)
2290
2291 * Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
2292 - update netdev stuff to use _netdev
2293 - IPv6 updates (<pekkas@netcore.fi>)
2294 - fix downing of devices with static IPs (#49777, #49783)
2295 - put ifcfg-lo back in the package
2296
2297 * Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06
2298 - updates for quota
2299
2300 * Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
2301 - own some more directories
2302 - use -O nonetdev, require mount package that understands this
2303 - fix do_netreport when called as non-root
2304 - remove ip addresses from interfaces on ifdown
2305 - oops, fix ifup/ifdown
2306
2307 * Mon Jul 16 2001 Than Ngo <than@redhat.com>
2308 - fix country_code for ISDN
2309
2310 * Tue Jul 9 2001 Bill Nottingham <notting@redhat.com>
2311 - fix '--check'
2312 - prereq sh-utils (#43065)
2313 - fix some invocations of reboot/halt (#45966)
2314 - fix typo in ifup-wireless
2315 - don't muck with /etc/issue each boot
2316 - big IPv6 update (<pekkas@netcore.fi>)
2317
2318 * Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
2319 - Add new directories required by new network tool
2320
2321 * Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de>
2322 - disable hwclock on S390 (no such executable)
2323 - Fix up kernel versioning on binary-only modules (S390)
2324 - don't use newt scripts on S390 console
2325
2326 * Sat Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
2327 - reenable pump, but make sure dhcpcd is the default. This
2328 way, upgrades of systems without dhcpcd has a better chance at
2329 working.
2330
2331 * Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
2332 - Disable pump completely
2333
2334 * Wed Jun 27 2001 Than Ngo <than@redhat.com>
2335 - fix pap/chap authentication for syncppp
2336 - support ippp options
2337
2338 * Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
2339 - add ifup-wireless
2340
2341 * Fri Jun 22 2001 Than Ngo <than@redhat.com>
2342 - add support xDSL
2343
2344 * Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
2345 - more networking script fixes (#45364)
2346 - add stuff for unmounting /initrd
2347
2348 * Thu Jun 21 2001 Than Ngo <than@redhat.com>
2349 - add support ISDN
2350
2351 * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
2352 - fix extremely broken new network scripts
2353
2354 * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
2355 - bump version to 5.89
2356 - make it build
2357
2358 * Thu May 17 2001 Bill Nottingham <notting@redhat.com>
2359 - don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru)
2360 - fix do_netreport (#37716, #39603 <crlf@aeiou.pt>)
2361
2362 * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
2363 - copyright: GPL -> license: GPL
2364 - fix a syntax error in lang.csh
2365 - skip commented-out i18n configuration lines in lang.csh
2366
2367 * Fri May 11 2001 Preston Brown <pbrown@redhat.com>
2368 - new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking
2369
2370 * Wed May 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1
2371 - support kbd in setsysfont
2372 - bzip2 source
2373
2374 * Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2375 - add further s390 changes:
2376 - ifup-iucv
2377 - mkkerneldoth.s390
2378
2379 * Tue Apr 24 2001 Than Ngo <than@redhat.com>
2380 - add shutdown UPS into halt (bug #34312)
2381
2382 * Sat Apr 7 2001 Preston Brown <pbrown@redhat.com>
2383 - broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth
2384
2385 * Fri Apr 6 2001 Bill Nottingham <notting@redhat.com>
2386 - be a little more careful in do_netreport (#34933)
2387
2388 * Tue Apr 3 2001 Bill Nottingham <notting@redhat.com>
2389 - set umask explicitly to 022 in /etc/init.d/functions
2390
2391 * Mon Apr 2 2001 Bill Nottingham <notting@redhat.com>
2392 - fix segfault in usernetctl (#34353)
2393
2394 * Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
2395 - don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist
2396
2397 * Thu Mar 22 2001 Erik Troan <ewt@redhat.com>
2398 - take advantage of new swapon behaviors
2399
2400 * Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
2401 - add cipe interfaces last (#31597)
2402
2403 * Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
2404 - fix typo in ifup (#31627)
2405 - update translation source
2406
2407 * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
2408 - fix typo in rc.sysinit
2409 - fix ifup-routes not setting DEVICE properly
2410
2411 * Mon Mar 12 2001 Preston Brown <pbrown@redhat.com>
2412 - Work properly with new quota utilities
2413
2414 * Mon Mar 5 2001 Bill Nottingham <notting@redhat.com>
2415 - IPv6 fixes (#30506)
2416 - make static-routes handling more sane and consistent (#29500, #29549)
2417 - handle multiple USB controllers *correctly*
2418
2419 * Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com>
2420 - usernetctl, ppp-watch: cleanups
2421 - netreport: use O_NOFOLLOW
2422 - ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927)
2423
2424 * Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
2425 - don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450)
2426 - disable hotplug during network initscript
2427 - don't munge wireless keys in ifup; that will be done with the
2428 PCMCIA wireless stuff
2429 - run sndconfig --mungepnp for non-native-isapnp soundcards
2430 - don't explicitly kill things in init.d/single, init will do it
2431 - don't explicitly load usb-storage; mount the usbdevfs before initializing
2432 host controller modules
2433
2434 * Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
2435 - initialize multiple USB controllers if necessary
2436
2437 * Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
2438 - close extra file descriptors before exec()ing commands in initlog
2439
2440 * Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
2441 - fix some substitions in init.d/functions (fixes various killproc issues)
2442 - make sure ipv6 module alias is available if configured
2443 - fix initlog segfaults in popt when called with bogus stuff (#28140)
2444
2445 * Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com>
2446 - make pidofproc() and killproc() try to use the PID associated with the full
2447 pathname first before killing the daemon by its basename (for daemons that
2448 share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016)
2449 - fix status() as well
2450
2451 * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
2452 - fix init.d/single to work around possible kernel problem
2453
2454 * Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
2455 - fix unmounting of loopback stuff (#26439, #14672)
2456
2457 * Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
2458 - fix ifup-post so that it will work right when not called from ifup
2459
2460 * Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2461 - add all save changes for s390 s390x that won't break anything
2462 patches are from Oliver Paukstadt @ millenux.com
2463
2464 * Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
2465 - muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903)
2466
2467 * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
2468 - ipv6 sync ups (#26502, #25775)
2469 - fix hangs at shutdown (#25744)
2470 - fix ifup-ppp (#26323)
2471
2472 * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
2473 - modify firewall on ifup to allow any new DNS servers through (#25951)
2474 - don't muck with the font in lang.csh/lang.sh (#26349)
2475 - don't display Japanese if we aren't on a pty (#25041)
2476 - load ide-scsi if passed on /proc/cmdline
2477
2478 * Mon Feb 5 2001 Trond Eivind Glomsrød <teg@redhat.com>
2479 - i18n updates
2480
2481 * Fri Feb 2 2001 Bill Nottingham <notting@redhat.com>
2482 - actually *ship* the ipv6 (and plusb) files
2483
2484 * Thu Feb 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
2485 - i18n updates
2486
2487 * Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
2488 - various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>)
2489 - in daemon(), only look at pidfile to determine if process is running
2490 (#17244, others)
2491 - ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>)
2492 - ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>)
2493 - lots of other minor fixes (see ChangeLog)
2494
2495 * Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
2496 - add plusb support (#18892, patch from <eric.ayers@compgen.com>)
2497 - don't ignore RETRYTIMEOUT when we never connect (#14071, patch from
2498 <ak@cave.hop.stu.neva.ru>)
2499
2500 * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
2501 - quiet LVM setup (#24841)
2502 - fix inability to shutdown cleanly (#24889)
2503
2504 * Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
2505 - new i18n mechanism
2506
2507 * Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
2508 - fixed typo in init.d/network - missing | in pipeline
2509
2510 * Mon Jan 22 2001 Bill Nottingham <notting@redhat.com>
2511 - do LVM setup through normal initscripts mechanisms
2512 - ignore backup files in /etc/sysconfig/network-scripts
2513 - lots of .po file updates
2514
2515 * Tue Jan 2 2001 Bill Nottingham <notting@redhat.com>
2516 - initial i18n support - originally from Conectiva
2517
2518 * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
2519 - only load sound if persistent DMA buffers are necessary
2520 - fix lots of bugs: #18619, #21187, #21283, #12097
2521 - integrate MAXFAIL option for ppp-watch
2522 - don't load keymaps/fonts on a serial console
2523
2524 * Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de>
2525 - changed hdparm section in rc.sysinit to allow different
2526 parameters for each disk (if needed) by copying
2527 /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..)
2528 - fix RFE #20967
2529
2530 * Tue Oct 31 2000 Than Ngo <than@redhat.com>
2531 - fix the adding default route if GATEWAY=0.0.0.0
2532
2533 * Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
2534 - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
2535 - fix top-level makefile install target
2536 - make usernetctl just fall-through if getuid() == 0
2537
2538 * Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
2539 - /etc/init.d is already provided by chkconfig
2540
2541 * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
2542 - set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
2543
2544 * Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
2545 - update documentation (#15475)
2546
2547 * Tue Aug 22 2000 Than Ngo <than@redhat.de>
2548 - add KDE2 support to prefdm
2549
2550 * Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
2551 - add usleep after kill -KILL in pidofproc, works around lockd issues (#14847)
2552 - add some fallback logic to prefdm (#16464)
2553
2554 * Fri Aug 18 2000 Bill Nottingham <notting@redhat.com>
2555 - don't load usb drivers if they're compiled statically
2556 - don't call ifdown-post twice for ppp (#15285)
2557
2558 * Wed Aug 16 2000 Bill Nottingham <notting@redhat.com>
2559 - fix /boot/kernel.h generation (#16236, #16250)
2560
2561 * Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
2562 - be more careful about creating files in netreport (#16164)
2563
2564 * Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2565 - move documentation for the DEMAND and IDLETIMEOUT values to the right
2566 section of sysconfig.txt
2567
2568 * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com>
2569 - load agpgart if necessary (hack)
2570 - fix /boot/kernel.h stuff (jakub)
2571
2572 * Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
2573 - remove console-tools requirement
2574 - in netfs, start portmap if needed
2575 - cosmetic cleanups, minor tweaks
2576 - don't probe USB controllers
2577
2578 * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2579 - fix demand-dialing support for PPP devices
2580 - change updetach back to nodetach
2581
2582 * Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
2583 - add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie)
2584
2585 * Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
2586 - fix unclean shutdown
2587
2588 * Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
2589 - s/nill/null/g
2590
2591 * Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
2592 - unmount usb filesystem on halt
2593 - run /sbin/ifup-pre-local if it exists
2594
2595 * Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
2596 - add "nousb" command line parameter
2597 - fix some warnings when mounting /proc/bus/usb
2598
2599 * Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
2600 - kill all the PreTransaction stuff
2601 - directory ownership cleanups, add more LSB symlinks
2602 - move all the stuff back in to /etc/rc.d/
2603
2604 * Thu Jul 13 2000 Bill Nottingham <notting@redhat.com>
2605 - fix == tests in rc.sysinit
2606 - more %%pretrans tweaks
2607
2608 * Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
2609 - test if /etc/rc.d is a symlink already in pre-transaction syscalls.
2610
2611 * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
2612 - implement the %%pre with RPM Magic(tm)
2613
2614 * Sat Jul 8 2000 Bill Nottingham <notting@redhat.com>
2615 - fix it to not follow /etc/rc.d
2616
2617 * Fri Jul 7 2000 Bill Nottingham <notting@redhat.com>
2618 - fix %%pre, again
2619
2620 * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
2621 - tweak %%pre back to a mv (rpm is fun!)
2622 - do USB initialization before fsck, so keyboard works if it fails
2623
2624 * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com>
2625 - rebuild; allow 'fastboot' kernel command line option to skip fsck
2626
2627 * Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
2628 - fix demand-dialing with PPP
2629
2630 * Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
2631 - don't use tail
2632
2633 * Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
2634 - add support for USB controllers and HID devices
2635 (mice, keyboards)
2636
2637 * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
2638 - add support for EIDE optimization
2639
2640 * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
2641 - tweak %%pre
2642
2643 * Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
2644 - noreplace for adjtime file
2645
2646 * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
2647 - ifup-ppp: add hooks for demand-dialing PPP
2648 - functions: use basename of process when looking for its PID file
2649
2650 * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
2651 - move from /etc/rc.d/init.d -> /etc/init.d
2652
2653 * Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
2654 - set soft limit, not hard, in daemon function
2655 - /var/shm -> /dev/shm
2656
2657 * Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
2658 - use dhcpcd if pump fails.
2659 - use depmod -A (faster)
2660
2661 * Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2662 - add autologin support to prefdm
2663
2664 * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com>
2665 - random networking fixes (alias routes, others)
2666 - conf.modules -> modules.conf
2667
2668 * Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2669 - fix incorrect grep invocation in rc.sysinit (bug #11267)
2670
2671 * Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
2672 - fix lang.csh, again (oops)
2673 - use /poweroff, /halt to determine whether to poweroff
2674
2675 * Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
2676 - fix testing of RESOLV_MODS (which shouldn't be used anyways)
2677
2678 * Tue Apr 04 2000 Ngo Than <than@redhat.de>
2679 - fix overwrite problem of resolv.conf on ippp/ppp/slip connections
2680
2681 * Mon Apr 3 2000 Bill Nottingham <notting@redhat.com>
2682 - fix typo in functions file
2683 - explicitly set --localtime when calling hwclock if necessary
2684
2685 * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
2686 - fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)
2687
2688 * Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
2689 - remove compatiblity chkconfig links
2690 - run 'netfs stop' on 'network stop' if necessary
2691
2692 * Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2693 - Mount /var/shm if required (2.3.99, 2.4)
2694
2695 * Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
2696 - don't create resolv.conf 0600
2697 - don't run ps as much (speed issues)
2698 - allow setting of MTU
2699 - other minor fixes
2700
2701 * Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2702 - Start devfsd if installed and needed (Kernel 2.4...)
2703
2704 * Wed Mar 8 2000 Bill Nottingham <notting@redhat.com>
2705 - check that network devices are up before bringing them down
2706
2707 * Wed Mar 8 2000 Jakub Jelinek <jakub@redhat.com>
2708 - update sysconfig.txt
2709
2710 * Tue Mar 7 2000 Bill Nottingham <notting@redhat.com>
2711 - rerun sysctl on network start (for restarts)
2712
2713 * Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
2714 - don't read commented raid devices
2715
2716 * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
2717 - fix typo in resolv.conf munging
2718
2719 * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
2720 - sanitize repair prompt
2721 - initial support for isdn-config stuff
2722
2723 * Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
2724 - add which as a package dependency (bug #9416)
2725
2726 * Tue Feb 8 2000 Bill Nottingham <notting@redhat.com>
2727 - fixes for sound module loading
2728
2729 * Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2730 - check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
2731 - fix check for /var/*/news, work around for bug #9140
2732
2733 * Fri Feb 4 2000 Nalin Dahyabhai <nalin@redhat.com>
2734 - fix bug #9102
2735
2736 * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
2737 - if LC_ALL/LINGUAS == LANG, don't set them
2738
2739 * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com>
2740 - fix problems with linuxconf static routes
2741
2742 * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
2743 - shvar cleaning
2744 - fix wrong default route ip in network-functions
2745
2746 * Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
2747 - attempt to restore default route if PPP takes it over
2748 - man page fix for ipcalc
2749 - shvar cleaning
2750 - automate maintaining /boot/System.map symlinks
2751
2752 * Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
2753 - fix hanging ppp-watch
2754 - fix issues with cleaning of /var/{run,lock}
2755
2756 * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
2757 - fix pidof calls in pidofproc
2758
2759 * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
2760 - fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it
2761
2762 * Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
2763 - link popt statically
2764
2765 * Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
2766 - don't try to umount /loopfs
2767
2768 * Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
2769 - switch to using sysctl
2770
2771 * Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
2772 - umount /proc *after* trying to turn off raid
2773
2774 * Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2775 - improvements in clone device handling
2776 - better signal handling in ppp-watch
2777 - yet another attempt to fix those rare PAP/CHAP problems
2778
2779 * Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
2780 - impressive. Three new features, three new bugs.
2781
2782 * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
2783 - fix more possible failed CHAP authentication (with chat scripts)
2784 - fix ppp default route problem
2785 - added ppp-watch man page, fixed usernetctl man page
2786 - make ifup-ppp work again when called from netcfg and linuxconf
2787 - try to keep ppp-watch from filling up logs by respawning pppd too fast
2788 - handle all linuxconf-style alias files with linuxconf
2789
2790 * Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
2791 - load mixer settings for monolithic sound
2792 - man page for ppp-watch
2793 - add ARP variable for ifup
2794 - some i18n fixes
2795
2796 * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
2797 - control stop-a separately from sysrq
2798
2799 * Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2800 - fix some failed CHAP authentication
2801 - fix extremely unlikely, but slightly possible kill-random-process
2802 bug in ppp-watch
2803 - allow DNS{1,2} in any ifcfg-* file, not just PPP, and
2804 add nameserver entries, don't just replace them
2805 - don't use /tmp/confirm, use /var/run/confirm instead
2806
2807 * Tue Nov 2 1999 Bill Nottingham <notting@redhat.com>
2808 - fix lang.csh /tmp race oops
2809
2810 * Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
2811 - we now ship hwclock on alpha.
2812
2813 * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
2814 - fix check for serial console, don't use -C argument to fsck
2815 on serial console.
2816
2817 * Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
2818 - do something useful with linuxconf 'any' static routes.
2819
2820 * Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
2821 - added patch from Owen to source i18n configuration before starting prefdm
2822
2823 * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
2824 - support for linuxconf alias files
2825 - add support for Jensen clocks.
2826
2827 * Tue Oct 5 1999 Bill Nottingham <notting@redhat.com>
2828 - assorted brown paper bag fixes
2829 - check for programs/files before executing/sourcing them
2830 - control stop-a like magic sysrq
2831
2832 * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
2833 - req. e2fsprogs >= 1.15
2834
2835 * Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
2836 - munge C locale definitions to en_US
2837 - use fsck's completion bar
2838
2839 * Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
2840 - ppp-watch now always kills pppd pgrp to make sure dialers are dead,
2841 and tries to hang up the modem
2842
2843 * Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
2844 - add a DEFRAG_IPV4 option
2845
2846 * Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
2847 - changed to more modern defaults for PPP connections
2848
2849 * Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
2850 - kill processes for umount in halt, too.
2851 - fixes to remove /usr dependencies
2852
2853 * Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
2854 - load/save mixer settings in rc.sysinit, halt
2855
2856 * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2857 - add --remotename option to wvdial code
2858 - make sure we do not have an earlier version of wvdial that doesn't
2859 know how handle --remotename
2860 - make ppp-watch background itself after 30 seconds even if
2861 connection does not come up, at boot time only, so that a
2862 non-functional PPP connection cannot hang boot.
2863
2864 * Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
2865 - a couple of /bin/sh -> /bin/bash fixes
2866 - fix swapoff silliness
2867
2868 * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
2869 - chkconfig --del in %%preun, not %%postun
2870 - use killall5 in halt
2871 - swapoff non-/etc/fstab swap
2872
2873 * Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2874 - ifdown now synchronous (modulo timeouts)
2875 - several unrelated cleanups, primarily in ifdown
2876
2877 * Tue Sep 7 1999 Bill Nottingham <notting@redhat.com>
2878 - add an 'unconfigure' sort of thing
2879
2880 * Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2881 - added ppp-watch to make "ifup ppp*" synchronous
2882
2883 * Fri Sep 3 1999 Bill Nottingham <notting@redhat.com>
2884 - require lsof
2885
2886 * Wed Sep 1 1999 Bill Nottingham <notting@redhat.com>
2887 - add interactive prompt
2888
2889 * Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
2890 - disable magic sysrq by default
2891
2892 * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
2893 - new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com>
2894 - fix ifup-sl/dip confusion
2895 - more raid startup cleanup
2896 - make utmp group 22
2897
2898 * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
2899 - pass hostname to pump
2900 - add lang.csh
2901
2902 * Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
2903 - more wvdial updates
2904 - fix a *stupid* bug in process reading
2905
2906 * Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
2907 - add new /boot/kernel.h boot kernel version file
2908 - new RAID startup
2909
2910 * Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2911 - use new linkname argument to pppd to make if{up,down}-ppp
2912 reliable -- requires ppp-2.3.9 or higher
2913
2914 * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com>
2915 - fix typo.
2916 - add 'make check'
2917
2918 * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
2919 - simple wvdial support for ppp connections
2920
2921 * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
2922 - stability fixes for initlog
2923 - initlog now has a config file
2924 - add alias speedup from dharris@drh.net
2925 - move netfs links
2926 - usleep updates
2927
2928 * Thu Jul 8 1999 Bill Nottingham <notting@redhat.com>
2929 - remove timeconfig dependency
2930 - i18n fixes from nkbj@image.dk
2931 - move inputrc to setup package
2932
2933 * Tue Jul 6 1999 Bill Nottingham <notting@redhat.com>
2934 - fix killall links, some syntax errors
2935
2936 * Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
2937 - don't make module-info, System.map links
2938 - handle utmpx/wtmpx
2939 - fix lots of bugs in 4.21 release :)
2940
2941 * Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
2942 - set clock as soon as possible
2943 - use INITLOG_ARGS everywhere
2944 - other random fixes in networking
2945
2946 * Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
2947 - oops, don't create /var/run/utmp and then remove it.
2948 - stomp RAID bugs flat. Sort of.
2949
2950 * Mon May 24 1999 Bill Nottingham <notting@redhat.com>
2951 - clean out /var better
2952 - let everyone read /var/run/ppp*.dev
2953 - fix network startup so it doesn't depend on /usr
2954
2955 * Tue May 11 1999 Bill Nottingham <notting@redhat.com>
2956 - various fixes to rc.sysinit
2957 - fix raid startup
2958 - allow for multi-processor /etc/issues
2959
2960 * Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
2961 - fixed typo - "Determing" to "Determining"
2962
2963 * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
2964 - updated inputrc so that home/end/del work on console, not just X
2965
2966 * Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
2967 - fix more logic in initlog
2968 - fix for kernel versions in ifup-aliases
2969 - log to /var/log/boot.log
2970
2971 * Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
2972 - fix daemon() function so you can specify pid to look for
2973
2974 * Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
2975 - changed utmp,wtmp to be group writeable and owned by group utmp
2976
2977 * Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
2978 - fix loading of consolefonts/keymaps
2979 - three changelogs. three developers. one day. Woohoo!
2980
2981 * Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2982 - fixed ifup-ipx mix-up over . and _
2983
2984 * Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
2985 - run /sbin/ifup-local after bringing up an interface (if that file exists)
2986
2987 * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
2988 - load keymaps & console font early
2989 - fixes for channel bonding, strange messages with non-boot network interfaces
2990
2991 * Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
2992 - added sysvinitfiles as a documenattaion file
2993
2994 * Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
2995 - nfsfs -> netfs
2996
2997 * Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
2998 - don't source /etc/sysconfig/init if $BOOTUP is already set
2999
3000 * Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
3001 - don't run linuxconf if /usr isn't mounted
3002 - set macaddr before bootp
3003 - zero in the /var/run/utmpx file (gafton)
3004 - don't set hostname on ppp/slip (kills X)
3005
3006 * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
3007 - exit ifup if pump fails
3008 - fix stupid errors in reading commands from subprocess
3009
3010 * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
3011 - fix ROFS logging
3012 - make fsck produce more happy output
3013 - fix killproc logic
3014
3015 * Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
3016 - doc updates
3017 - support for SYSFONTACM, other console-tools stuff
3018 - add net route for interface if it isn't there.
3019 - fix for a bash/bash2 issue
3020
3021 * Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
3022 - pam_console lockfile cleanup added to rc.sysinit
3023
3024 * Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
3025 - fixes in functions for 'action'
3026 - fixes for pump
3027
3028 * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
3029 - Mmm. Must always remove debugging code. before release. *thwap*
3030 - pump support
3031 - mount -a after mount -a -t nfs
3032
3033 * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
3034 - put preferred support back in
3035
3036 * Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
3037 - fix single-user mode (source functions, close if)
3038
3039 * Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
3040 - turn off xdm in runlevel 5 (now a separate service)
3041
3042 * Thu Feb 4 1999 Bill Nottingham <notting@redhat.com>
3043 - bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
3044 - add initlog support. Now everything is logged (and bootup looks different)
3045
3046 * Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
3047 - halt now passed the '-i' flag so that network interfaces disabled
3048
3049 * Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
3050 - handle new linuxconf output for ipaliases
3051
3052 * Mon Oct 15 1998 Erik Troan <ewt@redhat.com>
3053 - fixed raid start stuff
3054 - added raidstop to halt
3055
3056 * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
3057 - handle LC_ALL
3058
3059 * Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
3060 - adjusted setsysfont to always run setfont, even if only w/default font
3061
3062 * Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
3063 - rc.sysvinit should be working with all kernel versions now
3064 - requires e2fsprogs (for fsck)
3065 - set INPUTRC and LESSCHARSET on linux-lat
3066
3067 * Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
3068 - /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
3069 - /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
3070 - /sbin/setsysfont: permit unicode fonts.
3071
3072 * Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
3073 - don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is
3074
3075 * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
3076 - paranoia improvements to .rhkmvtag
3077 - if psacct with /sbin/accton, than turn off accounting
3078
3079 * Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
3080 - start/stop run levels changed.
3081 - ipx_configure/ipx_internal_net moved to /sbin.
3082
3083 * Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
3084 - usernetctl didn't understand "" around USERCTL attribute
3085
3086 * Wed Jul 1 1998 Jeff Johnson <jbj@redhat.com>
3087 - Use /proc/version to find preferred modules.
3088 - Numerous buglets fixed.
3089
3090 * Sun Jun 07 1998 Erik Troan <ewt@redhat.com>
3091 - rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set
3092 /lib/modules/preferred symlink
3093
3094 * Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
3095 - ipcalc should *never* have been setgid anything
3096 - depmod isn't run properly for non-serial numbered kernels
3097
3098 * Wed May 06 1998 Donnie Barnes <djb@redhat.com>
3099 - added system font and language setting
3100
3101 * Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
3102 - Added missing files to packagelist.
3103
3104 * Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
3105 - Added lots of linuxconf support. Should still work on systems that
3106 do not have linuxconf installed, but linuxconf gives enhanced support.
3107 - In concert with linuxconf, added IPX support. Updated docs to reflect it.
3108
3109 * Fri May 01 1998 Erik Troan <ewt@redhat.com>
3110 - rc.sysinit uses preferred directory
3111
3112 * Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
3113 - updated rc.sysinit to deal with kernel versions with release numbers
3114
3115 * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
3116 - use ipcalc to calculate the netmask if one isn't specified
3117
3118 * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
3119 - added and made use of ipcalc
3120
3121 * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
3122 - removed unnecessary dhcp log from /tmp
3123
3124 * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
3125 - if bootpc fails, take down the device
3126
3127 * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
3128 - added check for mktemp failure
3129
3130 * Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
3131 - fixed support for user manageable cloned devices
3132
3133 * Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
3134 - /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes
3135
3136 * Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
3137 - touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
3138 - the logic for when /var/lock/subsys/kerneld is touched was backwards
3139
3140 * Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
3141 - tried to get /proc stuff right one more time (uses -t nonfs,proc now)
3142 - added support for /fsckoptions
3143 - changed 'yse' to 'yes' in KERNELD= line
3144
3145 * Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
3146 - set domainname to "" if none is specified in /etc/sysconfig/network
3147 - fix /proc mounting to get it in /etc/mtab
3148
3149 * Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
3150 - fixed inheritance for clone devices
3151
3152 * Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
3153 - added sound support to rc.sysinit
3154
3155 * Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
3156 - Added missing "then" clause
3157
3158 * Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
3159 - Fixed DEBUG option in ifup-ppp
3160 - Fixed PPP persistance
3161 - Only change IP forwarding if necessary
3162
3163 * Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
3164 - removed the skeleton init script
3165 - added the ability to 'nice' daemons
3166
3167 * Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
3168 - touch /var/lock/subsys/kerneld if it's running, and after mounting /var
3169 - applied dhcp fix
3170
3171 * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
3172 - added status|restart to init scripts
3173
3174 * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
3175 - touch random seed file before chmod'ing it.
3176
3177 * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
3178 - run domainname if NISDOMAIN is set
3179
3180 * Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
3181 - Make the random seed file mode 600.
3182
3183 * Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
3184 - bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.
3185
3186 * Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
3187 - moved to new chkconfig conventions
3188
3189 * Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
3190 - fixed rc.sysinit for hwclock compatibility
3191
3192 * Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
3193 - run 'ulimit -c 0' before running scripts in daemon function
3194
3195 * Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
3196 - added chkconfig support
3197 - made all rc*.d symlinks have missingok flag
3198
3199 * Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
3200 - fixed network-scripts to allow full pathnames as config files
3201 - removed some old 3.0.3 pcmcia device handling
3202
3203 * Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
3204 - /var/run/netreport needs to be group-writable now that /sbin/netreport
3205 is setguid instead of setuid.
3206
3207 * Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
3208 - Added network-functions to spec file.
3209 - Added report functionality to usernetctl.
3210 - Fixed bugs I introduced into usernetctl while adding clone device support.
3211 - Clean up entire RPM_BUILD_ROOT directory in %%clean.
3212
3213 * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
3214 - Clone device support in network scripts, rc scripts, and usernetctl.
3215 - Disassociate from controlling tty in PPP and SLIP startup scripts,
3216 since they act as daemons.
3217 - Spec file now provides start/stop symlinks, since they don't fit in
3218 the CVS archive.
3219
3220 * Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
3221 - added mktemp support to ifup
3222
3223 * Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
3224 - fixed some init.d/functions bugs for stopping httpd
3225
3226 * Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
3227 - reworked status() to adjust for processes that change their argv[0] in
3228 the process table. The process must still have it's "name" in the argv[0]
3229 string (ala sendmail: blah blah).
3230
3231 * Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
3232 - fixed bug in FORWARD_IPV4 support
3233
3234 * Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
3235 - added support for FORWARD_IPV4 variable
3236
3237 * Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
3238 - added status function to functions along with better killproc
3239 handling.
3240 - added /sbin/usleep binary (written by me) and man page
3241 - changed BuildRoot to /var/tmp instead of /tmp
3242
3243 * Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
3244 - /sbin/netreport sgid rather than suid.
3245 - /var/run/netreport writable by group root.
3246
3247 - /etc/ppp/ip-{up|down} no longer exec their local versions, so
3248 now ifup-post and ifdown-post will be called even if ip-up.local
3249 and ip-down.local exist.
3250
3251 * Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
3252 - Added missing -f to [ invocation in ksyms check.
3253
3254 * Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
3255 - Support for net event notification:
3256 Call /sbin/netreport to request that SIGIO be sent to you whenever
3257 a network interface changes status (won't work for brining up SLIP
3258 devices).
3259 Call /sbin/netreport -r to remove the notification request.
3260 - Added ifdown-post, and made all the ifdown scrips call it, and
3261 added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
3262 if it exists, then calls ifdown-post.
3263 - Moved ifup and ifdown to /sbin
3264
3265 * Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
3266 - usernetctl put back in ifdown
3267 - support for slaved interfaces
3268
3269 * Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
3270 - Created ifup-post from old ifup
3271 - PPP, PLIP, and generic ifup use ifup-post
3272
3273 * Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
3274 - Added DHCP support
3275 - Set hostname via reverse name lookup after configuring a networking
3276 device if the current hostname is (none) or localhost
3277
3278 * Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
3279 - Got rid of xargs dependency in halt script
3280 - Don't mount /proc twice (unmount it in between)
3281 - sulogin and filesystem unmounting only happened for a corrupt root
3282 filesystem -- it now happens when other filesystems are corrupt as well
3283
3284 * Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
3285 - PPP fixes and additions
3286
3287 * Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
3288 - Mount proc before trying to start kerneld so we can test for /proc/ksyms
3289 properly.
3290
3291 * Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
3292 - Added MTU for PPP.
3293 - Put PPPOPTIONS at the end of the options string instead of at the
3294 beginning so that they override other options. Gives users more rope...
3295 - Don't do module-based stuff on non-module systems. Ignore errors if
3296 st module isn't there and we try to load it.
3297
3298 * Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
3299 - Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
3300 provided by doexec goes away when pppd gets swapped out.
3301 - ifup-ppp now sets remotename to the logical name of the device.
3302 This will BREAK current PAP setups on netcfg-managed interfaces,
3303 but we needed to do this to add a reasonable interface-specific
3304 PAP editor to netcfg.
3305
3306 * Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
3307 - Added usernetctl wrapper for user mode ifup and ifdown's and man page
3308 - Rewrote ppp and slip kill and retry code
3309 - Added doexec and man page

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