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

Annotation of /rpms/initscripts/sme8/initscripts.spec

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


Revision 1.17.2.1 - (hide annotations) (download)
Fri Mar 9 02:21:28 2012 UTC (12 years, 4 months ago) by slords
Branch: redhat-upstream
CVS Tags: initscripts-8_45_42-1_el5
Changes since 1.17: +15 -10 lines
Upstream import

1 slords 1.1 Summary: The inittab file and the /etc/init.d scripts.
2     Name: initscripts
3 slords 1.17.2.1 Version: 8.45.42
4 slords 1.8 # ppp-watch is GPLv2+, everything else is GPLv2
5     License: GPLv2 and GPLv2+
6 slords 1.1 Group: System Environment/Base
7 slords 1.17.2.1 Release: 1%{?dist}
8 slords 1.1 Source: initscripts-%{version}.tar.bz2
9 slords 1.17 # git source repository
10 slords 1.8 URL: http://git.fedorahosted.org/git/initscripts.git
11 slords 1.1 BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
12     Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
13     Requires: /sbin/sysctl, syslog
14     Requires: /sbin/fuser, /bin/grep
15     Requires: module-init-tools
16     Requires: util-linux >= 2.10s-11, mount >= 2.11l
17     Requires: bash >= 3.0, SysVinit >= 2.85-38
18     Requires: /sbin/ip, /sbin/arping, net-tools
19     Requires: /etc/redhat-release, dev
20     Requires: ethtool >= 1.8-2, /sbin/runuser
21     Requires: udev >= 078-1
22     Conflicts: mkinitrd < 4.0, kernel < 2.6.12
23     Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
24     Conflicts: dhclient < 3.0.3-7
25     Conflicts: tcsh < 6.13-5
26     Conflicts: xorg-x11, glib2 < 2.11.1-2
27     Obsoletes: rhsound sapinit
28     Obsoletes: hotplug
29     Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils
30     BuildRequires: glib2-devel popt gettext pkgconfig
31    
32     %description
33     The initscripts package contains the basic system scripts used to boot
34 slords 1.17.2.1 your Red Hat system, change runlevels, and shut the system down
35 slords 1.1 cleanly. Initscripts also contains the scripts that activate and
36     deactivate most network interfaces.
37    
38     %prep
39     %setup -q
40    
41     %build
42     make
43    
44     %install
45     rm -rf $RPM_BUILD_ROOT
46     make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
47    
48     %find_lang %{name}
49    
50     %ifnarch s390 s390x
51     rm -f \
52     $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
53     $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
54 slords 1.10 $RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \
55 slords 1.1 $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \
56     $RPM_BUILD_ROOT/lib/udev/ccw_init
57     %else
58     rm -f \
59     $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \
60     $RPM_BUILD_ROOT/etc/sysconfig/init.s390
61     %endif
62    
63     %pre
64     /usr/sbin/groupadd -g 22 -r -f utmp
65    
66     %post
67     touch /var/log/wtmp /var/run/utmp /var/log/btmp
68     chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
69     chmod 664 /var/log/wtmp /var/run/utmp
70     chmod 600 /var/log/btmp
71    
72     /sbin/chkconfig --add netfs
73     /sbin/chkconfig --add network
74 slords 1.2 /sbin/chkconfig --add netconsole
75 slords 1.10 /sbin/chkconfig --add rawdevices
76    
77 slords 1.1
78     %preun
79     if [ $1 = 0 ]; then
80     /sbin/chkconfig --del netfs
81     /sbin/chkconfig --del network
82 slords 1.2 /sbin/chkconfig --del netconsole
83 slords 1.10 /sbin/chkconfig --del rawdevices
84 slords 1.1 fi
85    
86     %triggerun -- initscripts < 7.62
87     /sbin/chkconfig --del random
88     exit 0
89    
90     %clean
91     rm -rf $RPM_BUILD_ROOT
92    
93     %files -f %{name}.lang
94     %defattr(-,root,root)
95     %dir /etc/sysconfig/network-scripts
96     %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
97     %config(noreplace) /etc/sysconfig/init
98 slords 1.2 %config(noreplace) /etc/sysconfig/netconsole
99 slords 1.1 %config(noreplace) /etc/sysconfig/readonly-root
100     /etc/sysconfig/network-scripts/ifdown
101     /sbin/ifdown
102     %config /etc/sysconfig/network-scripts/ifdown-post
103     /etc/sysconfig/network-scripts/ifup
104     /sbin/ifup
105     %dir /etc/sysconfig/console
106     %dir /etc/sysconfig/modules
107     %dir /etc/sysconfig/networking
108     %dir /etc/sysconfig/networking/devices
109     %dir /etc/sysconfig/networking/profiles
110     %dir /etc/sysconfig/networking/profiles/default
111 slords 1.10 %config(noreplace) /etc/sysconfig/rawdevices
112 slords 1.1 %config /etc/sysconfig/network-scripts/network-functions
113     %config /etc/sysconfig/network-scripts/network-functions-ipv6
114     %config /etc/sysconfig/network-scripts/init.ipv6-global
115     %config /etc/sysconfig/network-scripts/ifcfg-lo
116     %config /etc/sysconfig/network-scripts/ifup-ipx
117     %config /etc/sysconfig/network-scripts/ifup-post
118     %config /etc/sysconfig/network-scripts/ifdown-ppp
119     %config /etc/sysconfig/network-scripts/ifdown-sl
120     %config /etc/sysconfig/network-scripts/ifup-ppp
121     %config /etc/sysconfig/network-scripts/ifup-sl
122     %config /etc/sysconfig/network-scripts/ifup-routes
123     %config /etc/sysconfig/network-scripts/ifdown-routes
124     %config /etc/sysconfig/network-scripts/ifup-plip
125     %config /etc/sysconfig/network-scripts/ifup-plusb
126     %config /etc/sysconfig/network-scripts/ifup-bnep
127     %config /etc/sysconfig/network-scripts/ifdown-bnep
128     %config /etc/sysconfig/network-scripts/ifup-eth
129     %config /etc/sysconfig/network-scripts/ifdown-eth
130     %config /etc/sysconfig/network-scripts/ifup-ipv6
131     %config /etc/sysconfig/network-scripts/ifdown-ipv6
132     %config /etc/sysconfig/network-scripts/ifup-ipsec
133     %config /etc/sysconfig/network-scripts/ifdown-ipsec
134     %config /etc/sysconfig/network-scripts/ifup-sit
135     %config /etc/sysconfig/network-scripts/ifdown-sit
136     %config /etc/sysconfig/network-scripts/ifup-tunnel
137     %config /etc/sysconfig/network-scripts/ifdown-tunnel
138     %config /etc/sysconfig/network-scripts/ifup-aliases
139     %config /etc/sysconfig/network-scripts/ifup-ippp
140     %config /etc/sysconfig/network-scripts/ifdown-ippp
141     %config /etc/sysconfig/network-scripts/ifup-wireless
142     /etc/sysconfig/network-scripts/ifup-isdn
143     /etc/sysconfig/network-scripts/ifdown-isdn
144     /etc/sysconfig/network-scripts/net.hotplug
145     %ifarch s390 s390x
146     %config /etc/sysconfig/network-scripts/ifup-ctc
147     %config /etc/sysconfig/network-scripts/ifup-iucv
148     %endif
149     /etc/rwtab
150     %dir /etc/rwtab.d
151     /etc/udev/rules.d/*
152     %config /etc/X11/prefdm
153     %config(noreplace) /etc/inittab
154     %dir /etc/rc.d
155     %dir /etc/rc.d/rc[0-9].d
156     %config(missingok) /etc/rc.d/rc[0-9].d/*
157     /etc/rc[0-9].d
158     /etc/rc
159     %dir /etc/rc.d/init.d
160     /etc/rc.local
161     /etc/rc.sysinit
162     %config /etc/rc.d/init.d/*
163     %config /etc/rc.d/rc
164     %config(noreplace) /etc/rc.d/rc.local
165     %config /etc/rc.d/rc.sysinit
166     %config(noreplace) /etc/sysctl.conf
167     %config /etc/profile.d/lang.sh
168     %config /etc/profile.d/lang.csh
169     /usr/sbin/sys-unconfig
170     /sbin/setsysfont
171     /bin/doexec
172     /bin/ipcalc
173     /bin/usleep
174     %attr(4755,root,root) /usr/sbin/usernetctl
175     /sbin/consoletype
176     /sbin/fstab-decode
177     /sbin/genhostid
178     /sbin/getkey
179     %attr(2755,root,root) /sbin/netreport
180     /sbin/initlog
181     /lib/udev/rename_device
182     %ifarch s390 s390x
183     /lib/udev/ccw_init
184     %endif
185     /sbin/service
186     /sbin/ppp-watch
187     %{_mandir}/man*/*
188     %dir %attr(775,root,root) /var/run/netreport
189     %dir /etc/ppp
190     %dir /etc/ppp/peers
191     %config /etc/ppp/ip-up
192     %config /etc/ppp/ip-down
193     %config /etc/ppp/ip-up.ipv6to4
194     %config /etc/ppp/ip-down.ipv6to4
195     %config /etc/ppp/ipv6-up
196     %config /etc/ppp/ipv6-down
197     %config /etc/initlog.conf
198     %doc sysconfig.txt sysvinitfiles ChangeLog static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6
199     /var/lib/stateless
200     %ghost %attr(0600,root,utmp) /var/log/btmp
201     %ghost %attr(0664,root,utmp) /var/log/wtmp
202     %ghost %attr(0664,root,utmp) /var/run/utmp
203    
204     %changelog
205 slords 1.17.2.1 * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
206     - changed exchange_mode to "main, aggressive" (#435274)
207    
208     * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
209     - fix check for dhcp6c pid (#568896)
210    
211     * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
212     - exit arping on first response (#744734)
213    
214     * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
215     - suppress remove error message during boot (#679998)
216     - fix logic error with removing arp_ip_target (#745681)
217 slords 1.17
218     * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
219     - don't use existing LANG when in startx/xinit (#713988)
220 snetram 1.15
221 slords 1.17 * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
222     - revert patch from #705236
223 slords 1.14
224 slords 1.17 * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
225     - add /etc/sysctl.d/ support
226     Resolves: rhbz#624385
227    
228     * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
229     - add net_log
230     Resolves: rhbz#507515
231     - do not umount mount points with nfs in the path
232     Resolves: rhbz#703203
233     - remove /var/run/subsys/rhsm on startup
234     Resolves: rhbz#705236
235    
236     * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
237     - fixed support "#" in interface names
238    
239     * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
240     - fix VLAN configs with non-numeric interface names
241     Resolves: rhbz#462095
242     - do not ignore IPv6 aliases
243     Resolves: rhbz#612877
244     - support vlan tag 0
245     Resolves: rhbz#624704
246     - clarify comment of checkpid()
247     Resolves: rhbz#637176
248     - specify DEVICETYPE for InfiniBand
249     Resolves: rhbz#648524
250     - fix grep in lang.csh
251     Resolves: rhbz#649995
252     - support "#" in interface names
253     Resolves: rhbz#664091
254     - fixed sysctl calls fail with VLANs
255     Resolves: rhbz#665601
256     - fixed loop for switched MACs
257     Resolves: rhbz#669728
258     - fixed dmraid output parsing
259     Resolves: rhbz#671386
260     - fixed MASTER in double quotes
261     Resolves: rhbz#674221
262     - don't do force/lazy umount for the first nfs umount
263     Resolves: rhbz#676851 rhbz#687890
264     - fixed DHCPv6 if no IPv4 address configured
265     Resolves: rhbz#684909
266     - disable link checking when PERSISTENT_DHCLIENT is set
267     Resolves: rhbz#685038
268     - no more noisy output for iscsid check during shutdown or reboot
269     Resolves: rhbz#687849
270     - clarified mount option in netfs
271     Resolves: rhbz#689898
272    
273     * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
274     - if $LANG is set, don't override it
275     Resolves: rhbz#692893
276     - fix arp_ip_target for ifup/ifdown
277     Resolves: rhbz#604669
278     - add udev rules for OSX Devices (1731/2)
279     Resolves: rhbz#653621
280 filippocarletti 1.11
281 slords 1.13 * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
282     - don't turn of net on shutdown if iscsi is running
283     Resolves: rhbz#583218
284    
285     * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
286     - readded missing 54-cu3088-fix.rules
287     Related: rhbz#475721
288    
289     * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
290     - do not killall racoon with the full path
291     Resolves: rhbz#567295
292     - fixed the interactive startup keys in translation
293     Resolves: rhbz#566579
294     - do not clear the environment for daemon()
295     Resolves: rhbz#564093
296     - call unicode_start with $UNIMAP instead of $SYSFONTACM
297     Resolves: rhbz#557089
298     - fixed the network interface name grep in checks
299     Resolves: rhbz#538863
300     - make /var/lib/xend a bind mount for read-only root systems
301     Resolves: rhbz#526046
302     - do not try to activate individual dmraid subsets
303     Resolves: rhbz#524356
304     - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
305     Resolves: rhbz#519748
306     - load the bonding driver, if bonding options are present in the ifcfg file
307     Resolves: rhbz#516569
308     - run quotacheck after the local filesystems have been mounted
309     Resolves: rhbz#499207
310     - add DHCP_HOSTNAME documentation to sysconfig.txt
311     Resolves: rhbz#498052
312     - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
313     Resolves: rhbz#492994
314 slords 1.6
315 slords 1.10 * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
316     - fix raw path in initscript (#472891)
317     - remove deprecation comments (#472891)
318 slords 1.13 - applied missing ipcalc patch for IPv6 address validation (#464268)
319     - Resolves: rhbz#472891 rhbz#464268
320 slords 1.10
321     * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
322     - Final fixes for IP address validation (#464268)
323     - Added required 54-cu3088-fix.rules udev rules file (#475721)
324     - Resolves: #464268,#475721
325    
326     * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
327     - cleanup /var/run/libvirt (#505600)
328     - Resolves: rhbz#505600
329    
330     * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
331     - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
332     - Resolves: rhbz#475006
333    
334     * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
335     - undeprecate rawdevices (#472891)
336     - Resolves: rhbz#472891
337    
338     * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
339     - add md activation before lvm/device-mapper in netfs (#480627)
340     - fixed SUBCHANNEL grep for s390
341     - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
342     - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
343     - add gfs2 to rc.sysinit mount (#494963)
344     - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
345     - Add vlan support for s390 HSI interfaces. (#490584)
346     - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
347     - Remove arp_ip_target on ifdown for bonding devices. (#483711)
348     - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
349     - Bring up ipsec interfaces last. (#481733)
350     - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
351     - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
352     - Add some docs on BONDING_OPTS. (#472480)
353     - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
354     - remove empty bridges (#463325)
355     - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
356     - fail if HWADDR specified in ifcfg is not present in the system (#487718)
357     - fix ifdown of vlan iface which is a bridge member (#481557)
358     - add proper return codes for /etc/init.d/network (#481002)
359     - fixed brigde setup (bug #463014)
360     - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
361     - Use the pidfile before running pidof in status(). (#440658)
362     - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
363     - Remove /.suspended as well on boot (#270861)
364     - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
365     - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
366     rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
367     rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
368     rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
369     rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
370    
371 slords 1.8 * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
372     - fixed SUBCHANNEL grep statement (bug #459044)
373     - Resolves: rhbz#459044
374    
375     * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
376     - fixed SUBCHANNEL grep statement (bug #459044)
377     - Resolves: rhbz#459044
378    
379     * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
380     - fixed SUBCHANNEL grep statement (bug #459044)
381     - Resolves: rhbz#459044
382    
383     * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
384     - refined SUBCHANNEL grep statement (bug #459044)
385     - blkid has a -l option to pick a single device. Use it. (#470027)
386     - don't mkswap on halt (#469823)
387     - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
388     - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
389    
390     * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
391     - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
392     - Resolves: #466115
393    
394     * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
395     - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
396     - call logger with full path (#447928, Mihai Vintila)
397     - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
398     - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
399     - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
400 slords 1.7
401 slords 1.5 * Mon Mar 3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
402     - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
403 slords 1.3
404 slords 1.5 * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
405     - IKE_DHGROUP is now an option for IPsec configuration files, which allows
406     to set the dh group used during PHASE 1 of IPsec SA (#251506)
407     - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
408     - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
409     - the check for the need of remounting the root file system read-writable
410     is now refined (#334171)
411     - quoted SUBCHANNELS and HWADDR options in network configuration files are
412     now handled properly (#351291)
413     - support for resuming from an encrypted swap has been added (#360071)
414     - rc.sysinit now executes the proper configuration tools, if /.unconfigured
415     is present (#426372)
416     - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
417 slords 1.2
418     * Tue Aug 7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
419     - fix netconsole service status (#223742)
420    
421     * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1
422     - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285)
423     - network-functions: fix logic error in install_bonding_driver (#229643)
424     - add init script for netconsole (#223742)
425     - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
426     - init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>)
427 slords 1.1
428     * Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> 8.45.14.EL-1
429     - set MACADDR, if specified, before bringing up bonding master/slaves (#218792)
430    
431     * Thu Jan 4 2007 Bill Nottingham <notting@redhat.com> 8.45.13.EL-1
432     - release bonding slaves properly (#220525)
433    
434     * Thu Dec 14 2006 Bill Nottingham <notting@redhat.com> 8.45.12.EL-1
435     - translation updates: ml, mr, zh_CN, zh_TW (#216097)
436    
437     * Fri Dec 1 2006 Bill Nottingham <notting@redhat.com> 8.45.11.EL-1
438     - translation updates: bn, fr, hi, ko, ml, te, zh_CN, zh_TW (#216097)
439    
440     * Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.45.10.EL-1
441     - add a step to rename any temporarily renamed devices (#208740, #204803, #214817)
442     - rc.sysinit: fix reversed dmraid test (#216490)
443     - translation updates (#216097)
444     - don't automatically reload modules on module reomvals (#211474)
445     - don't unmount network file systems (#217625)
446    
447     * Fri Nov 3 2006 Bill Nottingham <notting@redhat.com> 8.45.9.EL-1
448     - fix ppc limits (#184820)
449     - handle sinhalese as well (#212438)
450    
451     * Wed Nov 1 2006 Bill Nottingham <notting@redhat.com> 8.45.7.EL-1
452     - fix gdm in CJKI (#209579, #213196)
453     - rename_device: correctly ignore backup interface files
454     - mount tmpfs with -n (#213132)
455    
456     * Mon Oct 30 2006 Bill Nottingham <notting@redhat.com> 8.45.6.EL-1
457     - further refinement of the SUBCHANNELS support (#204803)
458    
459     * Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.45.5.EL-1
460     - fix handling of undisplayable locales on the console some more (#209579, #212438)
461     - use SUBCHANNEL as the primary identifier for s390 networking (#204803)
462    
463     * Thu Oct 19 2006 Bill Nottingham <notting@redhat.com> 8.45.4.EL-1
464     - don't set CJKI as the language on virtual consoles (#209579)
465     - use dmraid.static in rc.sysinit (#211297)
466     - use sysfs interface for bonding, so multiple bonds work again (#202443, <agospoda@redhat.com>)
467    
468     * Mon Oct 16 2006 Bill Nottingham <notting@redhat.com> 8.45.3.EL-1
469     - remove early-login code
470     - Handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
471     - translation updates: da, fi, zh_CN, ja, ml, ms
472     - restorecon on moved dhclient lease file (#209853)
473     - set different limits for shmmax, etc. based on arch (#184820)
474    
475     * Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
476     - lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
477     (reverts: #186961; fixes #209469)
478     - translation updates: ms
479    
480     * Wed Oct 4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
481     - separate tmpfs-usage for state from readonly-root
482     - set keymap correctly in non-utf8 locale (#167363)
483     - setsysfont: run unicode_stop if in non-unicode locale
484     - lang.csh/lang.sh: set iutf8 if appropriate (#186961)
485     - lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
486     - rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
487     - rwtab: fix iscsi file location (#208864)
488     - translation updates: el, da, as, or
489     - fix stateless updates (#206331, <law@redhat.com>)
490    
491     * Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
492     - move ccwgroup initialization to a udev rule (should fix #199139,
493     #199655, #169161)
494     - init.d/functions: don't write to gdmfifo
495     - remove unused-since-RHL-7 consolechars code, update docs (#206106)
496     - stateless updates (#206331, <law@redhat.com>)
497     - translation updates (el, ms, hr, sl)
498    
499     * Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
500     - run rc.sysinit, /etc/rc in monitor mode (part of #184340)
501     - use a better check for 'native' services (#190989, #110761, adapted
502     from <matthias@rpmforge.net>)
503    
504     * Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
505     - fix network ipv6 hang (#207137, others)
506     - rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab
507     - rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>)
508     - sysconfig.txt: clarify onboot/onparent usage
509    
510     * Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1
511     - translation updates
512     - rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device
513     name to avoid any realistic namespace clashes
514     - rc.sysinit: set default affinity if specified on commandline (#203359)
515     - always pass path to '.' (#206035)
516     - run setsysfont, loadkeys always when /dev/tty{0,1} exist (#150769)
517     - allow going to a shell when system is shut down cleanly (from <dwalsh@redhat.com>)
518    
519     * Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
520     - translation updates
521     - Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
522     - make /dev/mapper/control ourselves (<pjones@redhat.com>)
523     - init.d/network: simplify 'status' call
524     - fix actual 169.254 networks (#203591)
525     - rc.sysinit: don't run vgscan (#191879)
526     - init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>)
527     - rc.sysinit: catch more dmraid errors (#200683)
528     - support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
529     <lv@lekv.de>)
530     - IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
531    
532     * Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
533     - translation updates
534     - bring down bonding slaves on ifdown (#199706)
535     - support LINKDELAY for dhcp (#191137)
536     - netfs: run multipath on netdev devices (#180977)
537     - halt: use /proc/mounts instead of /etc/mtab (#198426, <mitr@redhat.com>)
538     - rc.sysinit: fix getkey race (#191453, <mitr@redhat.com>)
539     - spec cleanups (#188614, <kloczek@rudy.mif.pg.gda.pl>)
540     - support aliases on vlan (#193133, <mitr@redhat.com>)
541     - clean up ifcfg file handling (<mitr@redhat.com>, <michal@harddata.com>)
542     - GRE and IPIP tunnel support (#168990, <mitr@redhat.com>,
543     <razvan.vilt@linux360.ro>, <aaron.hope@unh.edu>, <sean@enertronllc.com>)
544     - rc.sysinit: don't format encrypted swap always (#127378)
545     - don't try to add routes to alias devices (#199825, #195656)
546    
547     * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.37-1
548     - update translations
549    
550     * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.36-1
551     - rework automatic swapon - only run if AUTOSWAP=yes, and fix errors
552     (#198695, #196179, #196208)
553     - redo single so it starts last in runlevel 1, and doesn't kill/start
554     services itself
555     - add configurable delay for killproc() (#198429, <jorton@redhat.com>)
556     - fix loop in rename_device (#199242, <markmc@redhat.com>)
557     - rc.sysinit: stateless updates (#197972, <law@redhat.com>)
558     - support for copying dhcp leases from initramfs (#198601, <markmc@redhat.com>)
559     - readonly-root: SELinux works now in the kernel, allow it
560     - init.d/network: don't bring down network if root is on a network device
561     - init.d/halt: don't use -i to halt; causes problems with iscsi
562     - add support for routing rule-$device (#132252, <mitr@redhat.com>)
563     - fix rhgb output (#192604, <tonynelson@georgeanelson.com>)
564     - fix crypttab options for LUKS (#197656, <mitr@redhat.com>)
565     - ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>)
566     - ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)
567     - rename_device: ignore alias devices, fix race (#186355)
568     - ifup/ifdown: don't mark as %config
569     - rwtab: some additions/cleanup
570    
571     * Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
572     - readonly root enhancments (modified from <law@redhat.com>, #193164)
573     - encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
574     - clarify killproc usage (#193711, <mitr@redhat.com>)
575     - document BRIDGE= (#192576, <mitr@redhat.com>)
576     - rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
577    
578     * Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
579     - link glib2 dynamically now that it's in /lib, conflict with older
580     versions
581     - handle cups specially when cleaning /var (#189168)
582     - remove ifdown-aliases (<mitr@redhat.com>)
583     - ifup-ipsec: fix key handling when only one of AH or ESP is used
584     (#166257, <mituc@iasi.rdsnet.ro>)
585     - IPv6 updates, including RFC 3041 support (<pb@bieringer.de>)
586     - routing fixes, add METRIC support for default routes (#124045, <mitr@redhat.com>)
587     - fix handling of mount points with white space (#186713, <mitr@redhat.com>)
588    
589     * Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1
590     - support for readonly root
591     - rc.sysinit: remove call to zfcpconf.sh - that should be udev rules
592     - ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>)
593     - rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>)
594    
595     * Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1
596     - netfs: fix redirect (#187505)
597     - rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>)
598     - functions/pidof: various fixes (#182623, others <mitr@redhat.com>)
599     - add support for DHCP on bridges (#125259, <mitr@redhat.com>,
600     anders@kaseorg.com>)
601     - rc.sysinit: use pidof, not killall (#185429, <pjones@redhat.com>)
602     - ppp fixes (#129195, #163950, #92023, <mitr@redhat.com>, <avi@argo.co.il>)
603     - ifup/ifdown: unset $WINDOW (#174336, <mitr@redhat.com>)
604    
605     * Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1
606     - add udev helper to rename network devices on device creation
607    
608     * Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1
609     - fix context of /dev/pts (#185436)
610     - translation updates
611    
612     * Sun Mar 5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
613     - fix kexec support (<jmoyer@redhat.com>)
614     - translation updates
615    
616     * Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
617     - hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
618     - fix endless loops in ifup/ifdown (#177792, #182466)
619     - fix enabling of enforcing SELinux mode after relabel (#181893)
620     - remove debugging code from ifup-bnep
621     - add /proc, /sys mounting back to rc.sysinit
622     Note: booting without an initrd is deprecated
623     - translation updates
624    
625     * Tue Feb 14 2006 Peter Jones <pjones@redhat.com> 8.29-1
626     - scrub another possible error message from dmraid output
627    
628     * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.28-1
629     - kill nash-hotplug before starting udev (<pjones@redhat.com>)
630     - silence warnings on /dev/pts remount (<pjones@redhat.com>)
631     - more translation updates
632    
633     * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1
634     - translation updates
635     - lang.sh: revert fix for #176832, it's broken
636     - ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>)
637    
638     * Tue Feb 7 2006 Bill Nottingham <notting@redhat.com> 8.26-1
639     - revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change
640     - add some ugly hacks to make sure net hotplug doesn't run after unclean
641     shutdown (#177795)
642     - don't mount /sys and /proc in rc.sysinit - the initrd already does
643     (<pjones@redhat.com>)
644     - halt: try to unmount tmpfs filesystems before swapoff (#174000,
645     <mitr@redhat.com>)
646    
647     * Thu Feb 2 2006 Bill Nottingham <notting@redhat.com> 8.25-1
648     - ifup: don't run the arping check if the address is already on the device
649    
650     * Wed Feb 1 2006 Bill Nottingham <notting@redhat.com> 8.24-1
651     - init.d/functions: fix sendmail startup
652     - sysconfig.txt: fix typos (<mitr@redhat.com>)
653    
654     * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 8.23-1
655     - rc.sysinit: do a better job of not activating already active dmraids
656    
657     * Tue Jan 31 2006 Bill Nottingham <notting@redhat.com> 8.22-1
658     - remove references to /usr/X11R6/bin (#177938)
659     - rc.sysinit: fix SELinux message formatting (#178532)
660     - rc.sysinit: clean cvs as well (#178539, <ville.skytta@iki.fi>)
661     - init.d/halt: move halt.local so that it runs before / is remounted r/o (#179314)
662     - rc.sysinit: don't activate already active dmraids (<pjones@redhat.com>)
663     - rc.sysinit: don't mount usbfs, libusb no longer uses it
664     - init.d/functions: Add -p to status() (#134363, <mitr@redhat.com>)
665     - init.d/functions: Separate /var/run/*.pid handling and pidof calls
666     to private functions (#63440, <mitr@redhat.com>)
667     - init.d/functions: update for current LSB, including -p pidfile
668     (#99325, #134363, <mitr@redhat.com>, <tobias.burnus@physik.fu-berlin.de>)
669     - getkey: various cleanups, add man page (#54481, <mitr@redhat.com>)
670     - lang.sh: don't always call consoletype (<laroche@redhat.com>)
671    
672     * Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
673     - move handling of network hotplug events here, add appropriate udev
674     rules, obsolete hotplug
675     - get rid of some path lookups (#178321, <mclasen@redhat.com>)
676     - get hwaddrs from sysfs as opposed to ip | sed
677     - translation updates
678     - lang.sh: don't run unicode_start for subshells (#176832)
679     - halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
680     - add service(8) man page (#44857) <mitr@redhat.com>
681    
682     * Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
683     - remove kmodule. udev handles module loading now
684     - require appropriate udev
685    
686     * Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 8.19-1
687     - Require syslog, for alternate implementations thereof (#172885)
688     - Fix fsck invocation for weeding out netdev devices (#175803)
689    
690     * Fri Dec 2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
691     - use new dhclient file paths, add appropriate conflict (#169164)
692    
693     * Wed Oct 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
694     - make sure corefile limiting works for user processes as well
695     (#166511, <ville.skytta@iki.fi>)
696     - ifup-routes: handle no EOF in the route file (#156972)
697     - rc.sysinit: tweak mesage (#156972)
698     - ifdown-eth: clean up error message (#135167)
699     - rc.sysinit: call kpartx on multipath devices (#160227)
700     - ifup-eth: move wireless options before bridge options (#122801)
701     - ifup-wireless: silence error (#90601)
702     - init.d/functions: change translated string (#54682)
703    
704     * Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
705     - fix typo bug
706    
707     * Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
708     - support proper dial-in configuration, thanks to Peter Bieringer (#158380)
709    
710     * Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
711     - kmodule: don't probe for uninteresting devices. speeds things up
712     - network-functions: deal with broken networks better (#168947)
713     - rc.sysinit: automatically reboot if labels are really out of date
714     (<dwalsh@redhat.com>)
715     - network-functions: throw out nameif error messages
716     - rc.sysinit: use multipath.static (#168321)
717     - rc.sysinit: use ignorelocking (#168195)
718    
719     * Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
720     - fix usage of the module blacklist (#168020)
721    
722     * Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
723     - fix on-boot relabelling (<dwalsh@redhat.com>)
724    
725     * Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
726     - ifup-eth: fix interface renaming (#158774)
727     - rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
728     - remove workaround for the fonts-not-initialized-on-secondary-consoles
729     problem (fixed in 2.6.12-rc4 and later)
730     - setsysfont: correctly bracket systfontacm (#159706)
731     - rc.sysinit: always use udevsend, even if no modules (#160987)
732     - ifdown-aliases: add 'cd' to the proper dir (#161170)
733     - add diskdump restore support (<tuchida@redhat.com>),
734     conflict with appropriate diskdumputils
735     - rc.sysinit: dmraid/multipath support
736     - remove LVM1 support
737     - init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
738     - ifup-wireless: set rate in quotes (#163123)
739     - handle lvm & fsck for network block devices (#148764,
740     <alewis@redhat.com>)
741     - initlog: fix invalid free calls, (#165033), (#163973,<dwalsh@redhat.com>)
742     - sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
743     - updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
744    
745     * Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
746     - fix mis-bringup of interfaces due to accidentally matched HWADDR
747     (a.k.a. ONBOOT=no not working) (#153669, #157252)
748     - support automatic relabeling later if rebooted w/o SELinux
749     (<dwalsh@redhat.com>)
750     - rc.sysinit: fix fixfiles invocation (#157182)
751     - btmp should be 0600 (#156900)
752     - translation updates: fr, bg, ru, mk, pa, es
753    
754     * Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 8.10-1
755     - fix hang on stale GDM sockets (#156355)
756    
757     * Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> 8.09-1
758     - rc.sysinit: clean up screen sockets (#155969)
759     - functions: use pidof -c in various functions
760     - ifup-ppp: fix static routes with ppp demand dialing (#20142,
761     <ohrn+redhat@chalmers.se>)
762     - add btmp support (#155537)
763     - don't send dhcp hostname (revert of fix for #149667)
764     - more early-login modifications (<mclasen@redhat.com>)
765     - functions: fix echo (#155270)
766    
767     * Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 8.08-3
768     - fix ifup-routes script (#155195)
769    
770     * Mon Apr 18 2005 Florian La Roche <laroche@redhat.com>
771     - fix strstr call in rc.sysinit
772    
773     * Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 8.08-1
774     - update translation base
775     - automatically send hostname for DHCP if it's available and not
776     overridden (#149667)
777     - load user-defined module scripts from /etc/sysconfig/modules at
778     boot (#123927)
779     - halt: reverse sort the mount list, avoiding errors
780     (#147254, <jamesodhunt@hotmail.com>)
781     - ifup-wireless: add SECURITYMODE (#145407)
782     - network-functions: don't error out if hotplug doesn't exist (#140008)
783     - ifup: always return errors on trying to bring up nonexistent devices (#131461)
784     - ifup: fix error message (#143674)
785     - rc.sysinit: add a autorelabel boot target (#154496)
786     - prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
787     - remove support for the old firewall type
788     - network: optimize some (#138557, <drepper@redhat.com>)
789     - prefdm: fix prefdm arg handling (#154312, <khc@pm.waw.pl>)
790     - gdm early-login support (adapted from <rstrode@redhat.com>)
791     - ifup-routes: make sure commented lines are handled correctly (#154353,
792     #114548, <link@pobox.com>)
793     - some sysconfig.txt updates (<link@pobox.com>, <jvdias@redhat.com>)
794     - rc.sysinit: fix restorecon invocation (#153100)
795     - initlog: free some of the more egregious memory leaks (#85935)
796     - initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)
797     - remove some conflicts, %post scripts, etc. that were only relelvant
798     for upgrades from pre-7.0
799     - other minor fixes, see ChangeLog
800    
801     * Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
802     - bring back initlog for third-party scripts until a new framework is
803     in place
804    
805     * Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
806     - handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
807     - ifup-ipsec: handle non-ascii keys (#150552)
808     - add proper ipsec route (#146169, #140654)
809     - add a restorecon for /tmp to rc.sysinit
810     - document ONHOTPLUG in sysconfig.txt
811     - fix mistranslation (#151120)
812     - don't return 1 for stopping a process if it isn't running at all
813     - don't explicitly set fwd polices for ipsec traffic. Let setkey
814     handle it.
815    
816     * Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
817     - ipv6 cleanups (<pb@bieringer.de>)
818     - rc.sysinit: fix rngd check (#130350)
819     ... then turn it off entirely
820     - rc.sysinit: get rid of duplicate date printout (#149795)
821     - ifdown: handle being called on down devices better
822     - handle saved resolv.conf on all device types
823     - fix network-functions cleanup
824     - netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
825     - dhcp release cleanups (<jvdias@redhat.com>)
826     - ifup-bnep: bluetooth update <dwmw2@infradead.org>
827     - more ipsec stuff (#147001, <ckjohnson@gwi.net>)
828    
829     * Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
830     - split out ifup/ifdown general case to ifup/ifdown-eth;
831     add ifup/ifdown-bnep (<dwmw2@redhat.com>)
832     - ifup-ipsec: add fwd policies (#145507)
833     - fix multiple scsi_hostadapter loads (#145432)
834     - enable syncookies in sysctl.conf (#145201)
835    
836     * Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
837     - use udevsend to handle hotplug events (requires recent udev)
838     - remove pump, dhcpcd support
839     - fix ONxxx (#136531, <cww@redhat.com>)
840     - fix various fgreps to not catch commented lines (#136531, expanded
841     from <cww@redhat.com>)
842     - set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
843     - kill dhcp client even if BOOTOPROTO is now static (#127726, others)
844     - replace the use of route/ifconfig with ip in IPv6 code, remove support
845     for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
846     - fix quoting in daemon() (#144634)
847     - make sysctl be silent (#144483)
848    
849     * Mon Jan 3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
850     - remove initlog, minilogd
851     - add a flag to kmodule for use with kudzu's socket mode, use it
852     - change setting of IPv6 default route (#142308, <pb@bieringer.de>)
853     - netfs: don't unmount NFS root FS (#142169)
854    
855     * Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
856     - further bootup noise reductions
857     - rc.d/rc.sysinit: do implicit unicode conversion on keymap
858    
859     * Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
860     - fix previous fix (#139656)
861    
862     * Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1
863     - clear and repopulate mtab before mounting other filesystems (#139656)
864     - remove more devfs compat
865    
866     * Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
867     - various kmodule speedups
868     - rc.d/init.d/netfs: don't mount GFS (#140281)
869     - fix various minilogd bogosities (#106338)
870    
871     * Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1
872     - configure CTC protocol if CTCPROT is set (#133088)
873    
874     * Mon Nov 15 2004 Bill Nottingham <notting@redhat.com>
875     - fix check_link_down to still check negotiation if link is
876     listed as "up" on entering (#110164, <dbaron@dbaron.org>)
877    
878     * Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1
879     - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)
880    
881     * Tue Nov 9 2004 Bill Nottingham <notting@redhat.com>
882     - fix typo (#134787, <bnocera@redhat.com>)
883    
884     * Sun Nov 7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
885     - various translation updates
886    
887     * Tue Nov 2 2004 Bill Nottingham <notting@redhat.com>
888     - take an axe to rc.sysinit:
889     - remove delay on unclean startup
890     - remove hdparm code
891     - remove LVM1 code
892     - remove old raidtab code in favor of mdadm
893     - remove support for old isapnp tools
894     - move all block device mangling before fsck. run fsck *once*, not twice
895     - some more LC_ALL=C stuff
896    
897     * Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
898     - /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup
899     - /etc/rc.d/rc.sysinit:
900     - do not read udev.conf, this seems to be all in the start_udev script
901     - fix detection of "nomodules" kernel command line option
902     - read /proc/cmdline earlier and convert rhgb to use that, too
903     - load_module(): change redirection to /dev/null
904     - some checks for RHGB_STARTED="" looked strange
905     - /etc/sysconfig/network-scripts/ifup-ppp:
906     - remove a call to basename with shell builtins
907     - /etc/sysconfig/network-scripts/network-functions:
908     - remove some calls to basename/sed with shell builtins
909    
910     * Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
911     - fix prefdm fallback to installed display managers (#137274)
912     - fix incorrect rhgb temporary path (#137391)
913    
914     * Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93-1
915     - translation updates
916     - fix handling of GATEWAYDEV (#133575, <pekkas@netcore.fi>)
917    
918     * Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1
919     - rc.d/rc.sysinit: remove devlabel call
920     - mdadm support, now that raidtools is gone (#126636, #88785)
921     - call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>)
922     - cleanup a couple of nits that could affect bug #134754
923     - make sure we return to rhgb after fsck (#133966, #112839, #134449)
924     - automatically reboot when fsck calls for it, instead of requiring
925     manual intervention (#117641 and duplicates)
926     - ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>)
927     - translation updates
928    
929     * Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1
930     - fix portname for LCS devices
931    
932     * Fri Oct 08 2004 Bill Nottingham <notting@redhat.com>
933     - remove sysconfig/rawdevices, as initscript is removed
934    
935     * Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
936     - change /etc/sysctl.conf to not allow source routed packets per default
937    
938     * Fri Oct 6 2004 Bill Nottingham <notting@redhat.com> - 7.88-1
939     - fix requires
940    
941     * Tue Oct 5 2004 Dan Walsh <dwalsh@redhat.com> - 7.87-1
942     - Change SELinux relabel to not remount /
943    
944     * Mon Oct 4 2004 Bill Nottingham <notting@redhat.com>
945     - use runuser instead of su; require it
946     - init.d/halt: use right file name for random seed (#134432)
947    
948     * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
949     - use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
950     - filter indic locales on the console (#134198)
951    
952     * Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1
953     - ifup, network-functions: fix worked-by-accident shell quoting
954     - lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>)
955     - SELinux fixes
956     - clean up prefdm
957     - init.d/functions: export LC_MESSAGES (#133786)
958     - allow daemon to coredump if requested (#130175)
959     - network-functions: be more liberal in what we accept for link types (#90602, #127984)
960     - fix overzealousness with -range aliases (#65415)
961     - rc.sysinit: use s-c-keyboard, not kbdconfig (#133929)
962     - fix checkpid logic, clean up potential errors (#134030)
963     - translation updates
964    
965     * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1
966     - only start udev once
967    
968     * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1
969     - conflict with old udev
970     - use udev if it's present
971    
972     * Tue Sep 21 2004 Bill Nottingham <notting@redhat.com>
973     - don't mount usbfs without usb. also, at least be consistent in filesystem type
974    
975     * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1
976     - fix handling of nonexistent devices (#132839)
977     - rhgb enhancements (<veillard@redhat.com>, #132665)
978     - initscripts.spec: require nash (#132513)
979     - translation updates
980    
981     * Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1
982     - load iucv device config after /etc/sysconfig/network so that
983     GATEWAY doesn't get overwritten
984    
985     * Fri Sep 10 2004 Bill Nottingham <notting@redhat.com> - 7.80-1
986     - fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)
987    
988     * Fri Sep 10 2004 Karsten Hopp <karsten@redhat.com> - 7.79-1
989     - load ctc device config after /etc/sysconfig/network so that
990     GATEWAY doesn't get overwritten
991    
992     * Wed Sep 8 2004 Dan Walsh <dwalshg@redhat.com> - 7.78-2
993     - fix setting SELinux contexts on udev-created-in-initrd devices
994     - Let restorecon check if selinux is enabled.
995    
996     * Wed Sep 8 2004 Bill Nottingham <notting@redhat.com> - 7.78-1
997     - set SELinux contexts on udev-created-in-initrd devices, if necessary
998    
999     * Wed Sep 1 2004 Bill Nottingham <notting@redhat.com> - 7.77-1
1000     - mount usbfs (#131347)
1001     - start any automatic raid devices
1002     - remove triggers for ancient releases, bulletproof remaining ones (#131356)
1003    
1004     * Wed Sep 1 2004 Jeremy Katz <katzj@redhat.com> - 7.76-1
1005     - udev uses UDEV_TMPFS now
1006    
1007     * Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 7.75-1
1008     - fix sysfs configuration of qeth and lcs network interfaces
1009     (eth, tr, hsi)
1010    
1011     * Mon Aug 30 2004 Karsten Hopp <karsten@redhat.de> 7.74-1
1012     - fix support for LCS portnumbers (mainframe)
1013    
1014     * Fri Aug 27 2004 Jason Vas Dias <jvdias@redhat.com> 7.73-1
1015     - Add support for running the DHCPv6 client to ifup
1016     - (new DHCPV6C=yes/no ifcfg-${IF} variable) + update sysconfig.txt
1017    
1018     * Fri Aug 27 2004 Bill Nottingham <notting@redhat.com> 7.72-1
1019     - flip the kernel conflict to a Requires:
1020    
1021     * Thu Aug 26 2004 Karsten Hopp <karsten@redhat.de> 7.71-1
1022     - ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead
1023    
1024     * Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
1025     - autoload hardware modules on startup
1026     - minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
1027     - ifup: support STP bridging (#123324)
1028     - rc.sysinit: do a SELinux relabel if forced
1029     - rc.sysinit: remove devfs compat and the remaining 2.4 compat
1030     - ifup-wireless: support multiple keys (#127957)
1031     - fix firmware loading (#129155, <bnocera@redhat.com>)
1032    
1033     * Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
1034     - execute zfcfconf.sh if available (mainframe)
1035    
1036     * Mon Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.67-1
1037     - fix change_resolv_conf: if pre-existing /etc/resolv.conf
1038     - non-existent or empty, replace with new file contents.
1039    
1040     * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1041     - Allow users to use generic /etc/dhclient.conf if per-device
1042     - /etc/dhclient-${DEVICE}.conf is non-existent or empty
1043    
1044     * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1045     - Preserve "options" settings in resolv.conf (bug 125712)
1046    
1047     * Fri Aug 20 2004 Jeremy Katz <katzj@redhat.com> - 7.65-1
1048     - look at /etc/udev/udev.conf, not /etc/sysconfig/udev (#130431)
1049    
1050     * Fri Aug 20 2004 Bill Nottingham <notting@redhat.com> 7.64-1
1051     - rc.d/rc.sysinit: check for dev file too (#130350)
1052    
1053     * Thu Aug 19 2004 Than Ngo <than@redhat.com> 7.63-1
1054     - allow CBCP with own number (#125710)
1055    
1056     * Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
1057     - fix up resolv.conf munging (#129921)
1058     - use rngd if available
1059     - run start_udev if necessary (#120605)
1060     - readonly root updates (#129893, <markmc@redhat.com>)
1061     - ifup-wireless: quote key (#129930)
1062     - remove rawdevices (#130048)
1063     - handle binfmt_misc in rc.sysinit for the case where it's built in (#129954)
1064     - remove mkkerneldoth
1065     - don't remove linguas in lang.* (part of #9733)
1066     - fix nfs unmounting (#129765)
1067     - fix URL (#129433)
1068    
1069     * Tue Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
1070     - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
1071    
1072     * Tue Aug 3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
1073     - write peerid into sysfs for IUCV devices (mainframe)
1074    
1075     * Tue Aug 3 2004 Bill Nottingham <notting@redhat.com>
1076     - don't remove /dev/mapper/control - nash will do it if it has to (#127115)
1077    
1078     * Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
1079     - fix for bug 125712: add 'change_resolv.conf' function
1080    
1081     * Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
1082     - rc.d/init.d/network: don't bring interfaces down twice (#127487)
1083    
1084     * Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
1085     - fix bonding + no IP (#127285)
1086     - wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
1087    
1088     * Wed Jul 7 2004 Bill Nottingham <notting@redhat.com>
1089     - move random stuff to rc.sysinit/halt; move all swap to after this.
1090     prereq of bug #123278
1091    
1092     * Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
1093     - set context on ICE directory after making it (#127099, <concert@europe.com>)
1094     - don't mount GFS filesystems in rc.sysinit
1095    
1096     * Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1
1097     - rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
1098     - set devicetype for xDSL (#126194)
1099     - ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>)
1100     - unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>)
1101     - bonding fixes
1102     - setsysfont: remove error (#100559)
1103     - remove duplicate setting of network routes (#125450)
1104     - vlan fixes (#107504, <hrunting@texas.net>)
1105     - ifup-aliases: remove bogus route setting (#120908)
1106    
1107     * Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1
1108     - readonly root fixes (<alexl@redhat.com>)
1109    
1110     * Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
1111     - special TYPE for qeth devices to differenciate them from ethX
1112    
1113     * Mon May 24 2004 Bill Nottingham <notting@redhat.com>
1114     - fix pppd vs. ppp typo in conflicts (#123680)
1115    
1116     * Fri May 21 2004 Bill Nottingham <notting@redhat.com>
1117     - fix bridging confusing module order (#122848, <luto@myrealbox.com>)
1118     - rc.d/rc.sysinit: don't mount cifs (#122501)
1119    
1120     * Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1
1121     - add support for ccwgroup devices on mainframe
1122    
1123     * Thu May 13 2004 Than Ngo <than@redhat.com> 7.54-1
1124     - add patch to enable PIE build of usernetctl
1125    
1126     * Fri May 7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1
1127     - little lvm tweak (#121963)
1128    
1129     * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.52-1
1130     - ipv4 addresses are ints, not longs (#122479)
1131    
1132     * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.51-1
1133     - get rid of LVM error when no volumes are defined (#121197)
1134     - fix selinux short-circuit test (#121143, <michal@harddata.com>)
1135     - /dev/mapper/control is a special file, check it accordingly (#121963)
1136     - support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)
1137     - handle multiple spaces correctly in rc.sysinit, network-functions
1138     (#118583, <pallas@kadan.cz>)
1139     - cleanup fd leaks, mem leaks, other bogosities
1140     (#119987, <linux_4ever@yahoo.com>)
1141     - rc.d/init.d/network: remove ipv6 bogosity (#114128)
1142     - translation updates
1143    
1144     * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1
1145     - fix LVM issues in rc.sysinit (#120458, #119975)
1146     - deal with fixed racoon parser
1147     - translation updates from translators
1148     - fix USB loading (#120911)
1149    
1150     * Fri Mar 26 2004 Bill Nottingham <notting@redhat.com> 7.49-1
1151     - use alsa for mixer saving in halt
1152     - don't umount /proc in halt (#118880)
1153     - various translation updates from translators
1154    
1155     * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
1156     - disable enforcing in emergency mode for now, relabel some commonly
1157     mislabeled files on boot
1158    
1159     * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
1160     - translation: catch more input strings (#106285, <mitr@volny.cz>)
1161     - remove autologin from prefdm (#108969)
1162     - return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>)
1163     - handle iso15 in setsysfont (#110243)
1164     - clean up samba & vmware in rc.sysinit (#113104)
1165     - some sysconfig.txt documentation (#110427, #118063)
1166     - fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>)
1167     - handle CIFS in netfs (#115691)
1168     - make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>)
1169     - handle network fs better in rc.sysinit (#111290)
1170     - nomodules applies to usb/firewire too (#113278)
1171     - ipsec fix (#116922, <felipe_alfaro@linuxmail.org>)
1172     - make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>)
1173     - fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>)
1174    
1175     * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
1176     - Use ':' instead of '.' as separator for chown.
1177    
1178     * Mon Feb 2 2004 Bill Nottingham <notting@redhat.com> 7.46-1
1179     - some more rc.sysinit tweaks and refactoring
1180    
1181     * Fri Jan 30 2004 Bill Nottingham <notting@redhat.com> 7.45-1
1182     - fix rc.sysinit typo
1183     - rc.d/init.d/network: clear out environment (#113937, #111584)
1184    
1185     * Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 7.44-1
1186     - NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)
1187     - handle 2.6-style 'install ethX ...' lines correctly
1188     - mount sysfs by default
1189     - time to clean up the cruft. remove:
1190     - boot-time depmod
1191     - linking of /boot/System.map to /boot/System.map-`uname -r`
1192     - /var/log/ksyms.X
1193     - libredhat-kernel support
1194    
1195     * Fri Jan 16 2004 Dan Walsh <dwalsh@redhat.com> 7.43-2
1196     - Remove selinux run_init code from service script. It is no longer needed.
1197    
1198     * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 7.43-1
1199     - basic lvm2 support
1200    
1201     * Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1
1202     - show rhgb details on service failures
1203    
1204     * Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1
1205     - tweak some rhgb interactions (#100894, #107725)
1206     - fix dvorak keymap loading (#106854)
1207    
1208     * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1
1209     - add better fix to support nickname (#105785)
1210    
1211     * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.39-1
1212     - add support nickname (#105785)
1213    
1214     * Fri Oct 17 2003 Bill Nottingham <notting@redhat.com> 7.38-1
1215     - rhgb updates, now pass 'rhgb' to use it, instead of passing 'nogui'
1216     to disable it
1217    
1218     * Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 7.37-1
1219     - bridging updates (#104421, <dwmw2@redhat.com>)
1220    
1221     * Wed Oct 8 2003 Bill Nottingham <notting@redhat.com> 7.36-1
1222     - mount /dev/pts before starting rhgb
1223    
1224     * Wed Oct 1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
1225     - load acpi modules on startup if necessary
1226     - fix typo in ipsec comments & sysconfig.txt
1227    
1228     * Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
1229     - use upsdrvctl to start the shutdown process
1230    
1231     * Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
1232     - ipsec fixes (#104227, <harald@redhat.com>)
1233     - ppp fixes (#104128, #97845, #85447)
1234    
1235     * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1
1236     - fix ip calls for some device names (#104187)
1237     - ipsec fixes
1238    
1239     * Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 7.31-1
1240     - fix bonding + dhcp (#91399)
1241     - fix typo (#103781)
1242     - sysconfig/network-scripts/ifup: fix use of local
1243    
1244     - fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
1245     - remove /var/run/confirm when done with /etc/rc (#100898)
1246     - ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
1247     - handle sorting > 10 network devices (#98209)
1248     - unset ONPARENT after use (#101384)
1249     - random other fixes
1250     - bridging support (<dwmw2@redhat.com>)
1251    
1252     * Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30-1
1253     - IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)
1254    
1255     * Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
1256     - setsysfont: don't echo to /dev/console (#102004)
1257     - fix ethernet device renaming deadlock (#101566)
1258     - consoletype: don't return 'vt' on vioconsole (#90465)
1259     - ifup: fix short-circuit (#101445)
1260    
1261     * Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
1262     - ifup-routes: pass the interface name to handle_file() so that we don't try
1263     to use the routes file's name as an interface name
1264    
1265     * Wed Jul 9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
1266     - switch from $CONFIG.keys to keys-$CONFIG
1267    
1268     * Tue Jul 8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
1269     - add a check to consoletype for the current foreground console
1270     - use it when running unicode_start (#98753)
1271    
1272     * Wed Jul 2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
1273     - ipsec support (see sysconfig.txt, ifup-ipsec)
1274     - read $CONFIG.keys, for non-world-readable keys
1275     - allow default window size for routes to be set with WINDOW= (#98112)
1276     - support setting device options with ethtool opts
1277     - fix s390 bootup spew (#98078)
1278     - support renaming interfaces with nameif based on hwaddr
1279    
1280     * Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
1281     - fix DNS punching in the case of other rules for the DNS server
1282     (#97686, <martin@zepler.org>)
1283     - initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
1284     - fix grep for mingetty (#97188)
1285     - fix rhgb-client bad syntax
1286     - change network device searching, use correct naming, fix route issues
1287     (<harald@redhat.com>)
1288     - other random tweaks
1289    
1290     * Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
1291     - now even still yet more tweaks for graphical boot
1292    
1293     * Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1
1294     - even still yet more tweaks for graphical boot
1295    
1296     * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.22-1
1297     - still yet more tweaks for graphical boot
1298    
1299     * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.21-1
1300     - yet more tweaks for graphical boot
1301    
1302     * Fri May 2 2003 Bill Nottingham <notting@redhat.com> 7.20-1
1303     - more tweaks for graphical boot
1304    
1305     * Wed Apr 30 2003 Bill Nottingham <notting@redhat.com> 7.18-1
1306     - some tweaks for graphical boot
1307    
1308     * Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1309     - initscripts-s390.patch: remove not needed parts about PNP=
1310     - inittab.390: sync with normal version
1311     - rc.sysinit: remove two further calls to /sbin/consoletype with $CONSOLETYPE
1312    
1313     * Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1314     - sysconfig/init.s390: set LOGLEVEL=3 as for other archs
1315     - rc.d/init.d/network, rc.d/rc: change confirmation mode to
1316     not use an environment variable
1317     - rc.d/init.d/functions: make strstr() even shorter, remove old
1318     "case" version that has been already commented out
1319     - rc.d/rc.sysinit:
1320     - no need to set NETWORKING=no, it is not used/exported
1321     - do not export BOOTUP
1322     - delete two "sleep 1" calls that wants to add time to go
1323     into confirmation mode. There is enough time to press a
1324     key anyway or use "confirm" in /proc/cmdline.
1325     - read /proc/cmdline into a variable
1326     - use strstr() to search in /proc/cmdline
1327     - add "forcefsck" as possible option in /proc/cmdline
1328     - while removing lock files, no need to call `basename`
1329     - add unamer=`uname -r` and reduce number of forks
1330     - do not fork new bash to create /var/log/ksyms.0
1331    
1332     * Thu Apr 03 2003 Karsten Hopp <karsten@redhat.de> 7.15-1
1333     - Mainframe has no /dev/ttyX devices and no mingetty, don't
1334     initialize them. This gave error messages during startup
1335    
1336     * Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
1337     - init.d/network: don't advertise "probe: true" in the header if we don't
1338     recognize "probe" as an argument
1339    
1340     * Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
1341     * - do not handle changed chain name; change was reverted
1342    
1343     * Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
1344     - handle 7.x SYSFONTACM settings in setsysfont (#84183)
1345    
1346     * Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.12-1
1347     - handle changed chain name
1348     - init vts used in all cases
1349    
1350     * Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
1351     - handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)
1352    
1353     * Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
1354     - initialize two ttys past # of mingettys (for GDM)
1355     - fix zeroconf route
1356     - redhat-config-network writes $NAME.route for some static routes
1357     (e.g., ppp); handle that (#84193)
1358    
1359     * Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
1360     - load keybdev & mousedev even if hid is already loaded/static
1361     - run fewer scripts through action (#49670, #75279, #81531)
1362    
1363     * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1
1364     - fix nicknames & profiles (#82246)
1365     - fix check_device_down (#83780, <pzb@datstacks.com>)
1366     - vlan fixes (<tis@foobar.fi>)
1367     - fix groff macros (#83531, <tsekine@sdri.co.jp>)
1368     - various updated translations
1369     - fix checkpid for multiple pids (#83401)
1370    
1371     * Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
1372     - 802.1Q VLAN support (<tis@foobar.fi>, #82593)
1373     - update translations
1374    
1375     * Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
1376     - fix syntax error in rc.sysinit when there are fsck errors
1377     - fix zh_TW display on console (#82235)
1378    
1379     * Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
1380     - tweak some translatable strings
1381     - fix for rc.sysinit on machines that pass arguments to mingetty
1382     (<nalin@redhat.com>)
1383    
1384     * Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
1385     - move system font setting sooner (<milan.kerslager@pslib.cz>)
1386     - fix link checking for dhcp, use both ethtool and mii-tool
1387     - fix CJK text on the console, and locale-archive held open
1388     on shutdown
1389     - IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
1390     - speedup tweaks (<drepper@redhat.com>)
1391     - use glib2 for ppp-watch (#78690, <kisch@mindless.com>)
1392     - add zeroconf route (#81738)
1393     - fix ifup-ppp for dial-on-demand, and onboot (<goeran@uddeborg.pp.se>)
1394     - tweak raidtab parsing, don't worry about not-in-fstab RAID devices
1395     (#71087, #78467, <aja@mit.edu>)
1396     - don't automatically bring up aliases if 'ONPARENT=no' is set (#78992)
1397     - getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
1398     - rework halt_get_remaining (#76831, <michal@harddata.com>)
1399     - ipcalc: fix calculation of /32 addresses (#76646)
1400     - various other tweaks and fixes
1401    
1402     * Fri Dec 20 2002 Bill Nottingham <notting@redhat.com> 7.01-1
1403     - %%config(noreplace) inittab
1404    
1405     * Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com>
1406     - add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb"
1407    
1408     * Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1
1409     - tweaks for potential GUI bootup
1410     - loop checking for network link state, don't unilterally wait five
1411     seconds
1412    
1413     * Fri Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1
1414     - remove call to /sbin/update for S/390, too
1415    
1416     * Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
1417     - remove call to /sbin/update
1418     - fix netprofile
1419    
1420     * Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
1421     - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1422     - devlabel support (<Gary_Lerhaupt@Dell.com>)
1423     - do lazy NFS umounts
1424    
1425     * Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1426     - correctly remove non-packaged files for mainframe
1427    
1428     * Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1
1429     - fix various static-routes brokeness (#74317, #74318, #74320, #76619,
1430     #75604)
1431     - fix handling of SYSFONTACM in setsysfont (#75662)
1432     - fix lang.csh for CJK (#76908, <ynakai@redhat.com>)
1433     - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1434     - other minor tweaks
1435    
1436     * Mon Sep 16 2002 Than Ngo <than@redhat.com>
1437     - owns directory /etc/ppp/peers (bug #74037)
1438    
1439     * Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
1440     - fix syntax error in duplicate route removal section of ifup
1441    
1442     * Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
1443     - fix syntax error calling unicode_start when SYSFONTACM isn't set
1444    
1445     * Mon Sep 2 2002 Bill Nottingham <notting@redhat.com>
1446     - fix calling of unicode_start in lang.{sh,csh}
1447     - ipv6 tweak
1448    
1449     * Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
1450     - don't infinite loop on ifdown
1451     - remove disabling of DMA; this can cause problems
1452     - move swap startup to after LVM (#66588)
1453    
1454     * Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
1455     - don't cycle through eth0-eth9 on dhcp link check (#68127)
1456     - don't retry indefinitely on ppp startup
1457     - activate network profile passed on kernel commandline via netprofile=
1458     - fix iptables invocations again
1459     - translation refresh
1460    
1461     * Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
1462     - fix silly typo in rc.sysinit
1463     - increase timeout for link to 5 seconds (#70545)
1464    
1465     * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com>
1466     - require /etc/redhat-release (#68903)
1467     - fix tty2-tty6 (sort of)
1468     - fix iptables invocations (#70807, #71201, #68368)
1469     - other minor tweaks
1470    
1471     * Wed Jul 24 2002 Bill Nottingham <notting@redhat.com>
1472     - fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro
1473    
1474     * Tue Jul 16 2002 Bill Nottingham <notting@redhat.com>
1475     - use iptables, not ipchains
1476    
1477     * Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1478     - /sbin/service: set PATH before calling startup scripts
1479     HOME and TERM are also set during bootup, but they should not make
1480     a difference for well-written daemons.
1481    
1482     * Mon Jul 15 2002 Bill Nottingham <notting@redhat.com>
1483     - fix boot-time cleanup of /var
1484     - update po files
1485    
1486     * Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1487     - /etc/init.d/functions:
1488     daemon(): avoid starting another bash
1489     killproc(): avoid starting another bash for the default case
1490     - do not call "insmod -p" before loading the "st" module
1491    
1492     * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1493     - allow an option for ups poweroff #68123
1494     - change grep for ONBOOT= #63903
1495     - allow building with a cross-compiler #64362,#64255
1496     - faster check in network-functions:check_default_route()
1497     - better checks for backup files
1498     - drastically reduce the number of consoletype invocations
1499     - do not export "GATEWAY" in network-functions
1500     - code cleanups in rc.sysinit
1501    
1502     * Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1503     - rc.sysinit: do not load raid modules unless /etc/raidtab exists
1504     - many cleanups for more consistent shell programming and also
1505     many smaller speedups within network scripts, no un-necessary sourcing
1506     of files etc
1507     - nearly re-code /etc/rc.d/rc
1508    
1509     * Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
1510     - a couple minor unicode tweaks in rc.sysinit
1511    
1512     * Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
1513     - move /proc/bus/usb mount, in case USB is in the initrd
1514    
1515     * Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
1516     - don't try to set wireless freq/channel when in Managed mode
1517    
1518     * Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1519     - start some sh coding cleanups
1520     - change to /etc/init.d/functions
1521     - eliminate some un-necessary PATH settings
1522     - eliminate some TEXTDOMAIN settings
1523    
1524     * Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1
1525     - fix UTF-8 checks
1526    
1527     * Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1
1528     - fixed a bug in setting defaultgateway
1529    
1530     * Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1
1531     - call unicode_start in lang.{sh,csh}, setsysfont when necessary
1532    
1533     * Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1
1534     - add check for link for dhcp back in
1535    
1536     * Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1
1537     - fix silly cut&paste bug in hdparm settings in initscripts
1538    
1539     * Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1
1540     - Update translations
1541    
1542     * Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1
1543     - make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>)
1544     - allow tweaking of more devices with hdparm (#53511), and
1545     tweak non-disk devices iff they explicitly have a config file
1546     for that device (#56575, #63415)
1547     - some translation updates
1548    
1549     * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1
1550     - ipcalc cleanups (#58410)
1551     - quit stripping binaries
1552     - do LVM init after RAID init too (#63238)
1553     - export all locale variables (#56142)
1554     - run sysctl -p after network init as well
1555    
1556     * Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1
1557     - delete X/VNC locks on startup (#63035)
1558     - shut up DMA disabling, move it to after ide-scsi (#62873, #62956)
1559     - use full path to /sbin/ifconfig (#59457)
1560     - /sbin/service: change to root directory before staring/stopping;
1561     also sanitize environment
1562    
1563     * Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1
1564     - when disabling DMA, don't use things in /usr
1565    
1566     * Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1
1567     - disable DMA on CD-ROMs at bootup
1568    
1569     * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1
1570     - add local hook to halt
1571    
1572     * Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1
1573     - fix usernetctl for working with neat
1574    
1575     * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1
1576     - update translations
1577    
1578     * Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1
1579     - use nameif for interfaces where we don't agree on HWADDR with the
1580     config file (<harald@redhat.com>)
1581     - LSB support tweaks
1582    
1583     * Tue Mar 12 2002 Mike A. Harris <mharris@redhat.com> 6.55-1
1584     - Removed process accounting stuff from rc.sysinit and halt scripts as it is
1585     now handled by the psacct initscript in the psacct package
1586    
1587     * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com>
1588     - conflict with older psacct
1589    
1590     * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
1591     - fix invocation of need_hostname (#58946), a couple other minor tweaks
1592    
1593     * Tue Feb 12 2002 Mike A. Harris <mharris@redhat.com>
1594     - rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance
1595    
1596     * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
1597     - run /bin/setfont, not /usr/bin/setfont (kbd)
1598     - lots-o-random bugfixes/tweaks (see ChangeLog)
1599    
1600     * Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
1601     - Added support for libredhat-kernel.so.* symlink handling
1602    
1603     * Wed Nov 7 2001 Than Ngo <than@redhat.com>
1604     - fix bug in setting netmask on s390/s390x (bug #55421)
1605     nmbd daemon works now ;-)
1606    
1607     * Fri Nov 2 2001 Than Ngo <than@redhat.com>
1608     - fixed typo bug ifup-ippp
1609    
1610     * Mon Oct 29 2001 Than Ngo <than@redhat.com>
1611     - fix bug in channel bundling if MSN is missed
1612     - support DEBUG option
1613    
1614     * Wed Sep 19 2001 Than Ngo <than@redhat.com>
1615     - don't show user name by DSL connection
1616    
1617     * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com>
1618     - don't run hwclock --adjust on a read-only filesystem
1619    
1620     * Thu Sep 6 2001 Than Ngo <than@redhat.com>
1621     * update initscripts-s390.patch for s390/s390x
1622    
1623     * Wed Sep 5 2001 Bill Nottingham <notting@redhat.com>
1624     - translation updates
1625     - quota and hwclock tweaks (<pbrown@redhat.com>)
1626    
1627     * Mon Sep 3 2001 Bill Nottingham <notting@redhat.com>
1628     - fix severe alias problems (#52882)
1629    
1630     * Mon Sep 3 2001 Than Ngo <than@redhat.com>
1631     - don't start pppbind if encapsulation is rawip (bug #52491)
1632    
1633     * Sun Sep 2 2001 Than Ngo <than@redhat.com>
1634     - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
1635     - fix handling of ISDN LSZ Compresssion
1636    
1637     * Thu Aug 30 2001 Than Ngo <than@redhat.com>
1638     - po/de.po: fix typo bug, lo instead 1o
1639    
1640     * Wed Aug 29 2001 David Sainty <dsainty@redhat.com>
1641     - fix ifdown for multiple dhcpcd interfaces
1642    
1643     * Wed Aug 29 2001 Than Ngo <than@redhat.com>
1644     - fix ISDN dial on demand bug
1645     - fix typo bug in network-functions
1646    
1647     * Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com>
1648     - document /etc/sysconfig/authconfig
1649    
1650     * Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1
1651     - message un-tweaks (<johnsonm@redhat.com>)
1652     - make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>)
1653    
1654     * Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
1655     - autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
1656    
1657     * Mon Aug 27 2001 Than Ngo <than@redhat.com>
1658     - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
1659    
1660     * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
1661     - sort output of halt_get_remaining (#52180)
1662     - fix bad translation (#52503)
1663    
1664     * Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
1665     - fix ifup-wireless (#52135)
1666    
1667     * Wed Aug 22 2001 Than Ngo <than@redhat.com>
1668     - fix return code of isdnctrl (bug #52225)
1669    
1670     * Tue Aug 21 2001 Than Ngo <than@redhat.com>
1671     - fix Bringing up isdn device again. It works now correct.
1672    
1673     * Tue Aug 21 2001 Than Ngo <than@redhat.com>
1674     - fix shutdown/Bringing up isdn device
1675    
1676     * Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
1677     - fix syntax error in lang.csh
1678     - set codeset by echoing to /dev/tty instead of /proc/self/fd/15
1679    
1680     * Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
1681     - fix a broken call to check_device_down
1682     - make all loopback addresses have host scope, not global scope.
1683     Fixes #49374, possibly others
1684    
1685     * Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
1686     - add is_available() network function, use it; cleans up ugly modprobe
1687     error messages
1688     - update translation info
1689     - fix #51787
1690    
1691     * Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1692     - adjust s390 patch
1693     - fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific)
1694    
1695     * Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com>
1696     - don't display Chinese Korean if we aren't on a pty
1697    
1698     * Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1699     - adjust s390 patches to current sources
1700    
1701     * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
1702     - use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
1703    
1704     * Fri Aug 10 2001 Than Ngo <than@redhat.com>
1705     - don't set MSN if it' empty (it's now optional)
1706     - don't give login name as a cmdline-option (Bug #23066)
1707     - remove peer device file if ppp connection is down
1708     - fix channel bundling
1709    
1710     * Thu Aug 9 2001 Bill Nottingham <notting@redhat.com>
1711     - require SysVinit (#51335)
1712    
1713     * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
1714     - tweak raittab grep slightly (#51231)
1715     - allow resetting of default route for DHCP addresses (#48994)
1716     - save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
1717     - when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
1718     - allow shell characters in ppp names (#43719)
1719     - allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
1720     - behave sanely if ifup called when dhcpcd is running (#49392, #51038)
1721    
1722     * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
1723     - honor HOTPLUG=no if running under hotplug (#47483)
1724     - use awk, not grep, for modprobe -c checks (#49616)
1725     - don't print ugly messages for the case where the device doesn't exist,
1726     and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
1727     - run kbdconfig in /.unconfigured mode (#43941)
1728     - use a bigger buffer size argument to dmesg (#44024)
1729     - detach loopback devices on shutdown (#43919, #45826)
1730    
1731     * Thu Aug 2 2001 Bill Nottingham <notting@redhat.com>
1732     - fix halt_get_remaining() (#50720)
1733    
1734     * Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
1735     - mount all FS types r/o at halt (#50461)
1736     - don't use mii-tool at all (#various)
1737    
1738     * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
1739     - don't use kbd commands in setsysfont now that we've switched back to
1740     console-tools (#50075)
1741     - sleep in check_link_down; some devices require it
1742     - only bring link down if check_link_down fails
1743    
1744     * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
1745     - set link up before checking with mii-tool (#49949)
1746    
1747     * Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
1748     - update netdev stuff to use _netdev
1749     - IPv6 updates (<pekkas@netcore.fi>)
1750     - fix downing of devices with static IPs (#49777, #49783)
1751     - put ifcfg-lo back in the package
1752    
1753     * Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06
1754     - updates for quota
1755    
1756     * Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
1757     - own some more directories
1758     - use -O nonetdev, require mount package that understands this
1759     - fix do_netreport when called as non-root
1760     - remove ip addresses from interfaces on ifdown
1761     - oops, fix ifup/ifdown
1762    
1763     * Mon Jul 16 2001 Than Ngo <than@redhat.com>
1764     - fix country_code for ISDN
1765    
1766     * Tue Jul 9 2001 Bill Nottingham <notting@redhat.com>
1767     - fix '--check'
1768     - prereq sh-utils (#43065)
1769     - fix some invocations of reboot/halt (#45966)
1770     - fix typo in ifup-wireless
1771     - don't muck with /etc/issue each boot
1772     - big IPv6 update (<pekkas@netcore.fi>)
1773    
1774     * Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
1775     - Add new directories required by new network tool
1776    
1777     * Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de>
1778     - disable hwclock on S390 (no such executable)
1779     - Fix up kernel versioning on binary-only modules (S390)
1780     - don't use newt scripts on S390 console
1781    
1782     * Sat Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
1783     - reenable pump, but make sure dhcpcd is the default. This
1784     way, upgrades of systems without dhcpcd has a better chance at
1785     working.
1786    
1787     * Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
1788     - Disable pump completely
1789    
1790     * Wed Jun 27 2001 Than Ngo <than@redhat.com>
1791     - fix pap/chap authentication for syncppp
1792     - support ippp options
1793    
1794     * Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
1795     - add ifup-wireless
1796    
1797     * Fri Jun 22 2001 Than Ngo <than@redhat.com>
1798     - add support xDSL
1799    
1800     * Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
1801     - more networking script fixes (#45364)
1802     - add stuff for unmounting /initrd
1803    
1804     * Thu Jun 21 2001 Than Ngo <than@redhat.com>
1805     - add support ISDN
1806    
1807     * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
1808     - fix extremely broken new network scripts
1809    
1810     * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
1811     - bump version to 5.89
1812     - make it build
1813    
1814     * Thu May 17 2001 Bill Nottingham <notting@redhat.com>
1815     - don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru)
1816     - fix do_netreport (#37716, #39603 <crlf@aeiou.pt>)
1817    
1818     * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
1819     - copyright: GPL -> license: GPL
1820     - fix a syntax error in lang.csh
1821     - skip commented-out i18n configuration lines in lang.csh
1822    
1823     * Fri May 11 2001 Preston Brown <pbrown@redhat.com>
1824     - new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking
1825    
1826     * Wed May 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1
1827     - support kbd in setsysfont
1828     - bzip2 source
1829    
1830     * Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1831     - add further s390 changes:
1832     - ifup-iucv
1833     - mkkerneldoth.s390
1834    
1835     * Tue Apr 24 2001 Than Ngo <than@redhat.com>
1836     - add shutdown UPS into halt (bug #34312)
1837    
1838     * Sat Apr 7 2001 Preston Brown <pbrown@redhat.com>
1839     - broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth
1840    
1841     * Fri Apr 6 2001 Bill Nottingham <notting@redhat.com>
1842     - be a little more careful in do_netreport (#34933)
1843    
1844     * Tue Apr 3 2001 Bill Nottingham <notting@redhat.com>
1845     - set umask explicitly to 022 in /etc/init.d/functions
1846    
1847     * Mon Apr 2 2001 Bill Nottingham <notting@redhat.com>
1848     - fix segfault in usernetctl (#34353)
1849    
1850     * Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
1851     - don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist
1852    
1853     * Thu Mar 22 2001 Erik Troan <ewt@redhat.com>
1854     - take advantage of new swapon behaviors
1855    
1856     * Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
1857     - add cipe interfaces last (#31597)
1858    
1859     * Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
1860     - fix typo in ifup (#31627)
1861     - update translation source
1862    
1863     * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
1864     - fix typo in rc.sysinit
1865     - fix ifup-routes not setting DEVICE properly
1866    
1867     * Mon Mar 12 2001 Preston Brown <pbrown@redhat.com>
1868     - Work properly with new quota utilities
1869    
1870     * Mon Mar 5 2001 Bill Nottingham <notting@redhat.com>
1871     - IPv6 fixes (#30506)
1872     - make static-routes handling more sane and consistent (#29500, #29549)
1873     - handle multiple USB controllers *correctly*
1874    
1875     * Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com>
1876     - usernetctl, ppp-watch: cleanups
1877     - netreport: use O_NOFOLLOW
1878     - ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927)
1879    
1880     * Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
1881     - don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450)
1882     - disable hotplug during network initscript
1883     - don't munge wireless keys in ifup; that will be done with the
1884     PCMCIA wireless stuff
1885     - run sndconfig --mungepnp for non-native-isapnp soundcards
1886     - don't explicitly kill things in init.d/single, init will do it
1887     - don't explicitly load usb-storage; mount the usbdevfs before initializing
1888     host controller modules
1889    
1890     * Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
1891     - initialize multiple USB controllers if necessary
1892    
1893     * Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
1894     - close extra file descriptors before exec()ing commands in initlog
1895    
1896     * Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
1897     - fix some substitions in init.d/functions (fixes various killproc issues)
1898     - make sure ipv6 module alias is available if configured
1899     - fix initlog segfaults in popt when called with bogus stuff (#28140)
1900    
1901     * Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com>
1902     - make pidofproc() and killproc() try to use the PID associated with the full
1903     pathname first before killing the daemon by its basename (for daemons that
1904     share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016)
1905     - fix status() as well
1906    
1907     * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
1908     - fix init.d/single to work around possible kernel problem
1909    
1910     * Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
1911     - fix unmounting of loopback stuff (#26439, #14672)
1912    
1913     * Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
1914     - fix ifup-post so that it will work right when not called from ifup
1915    
1916     * Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1917     - add all save changes for s390 s390x that won't break anything
1918     patches are from Oliver Paukstadt @ millenux.com
1919    
1920     * Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
1921     - muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903)
1922    
1923     * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
1924     - ipv6 sync ups (#26502, #25775)
1925     - fix hangs at shutdown (#25744)
1926     - fix ifup-ppp (#26323)
1927    
1928     * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
1929     - modify firewall on ifup to allow any new DNS servers through (#25951)
1930     - don't muck with the font in lang.csh/lang.sh (#26349)
1931     - don't display Japanese if we aren't on a pty (#25041)
1932     - load ide-scsi if passed on /proc/cmdline
1933    
1934     * Mon Feb 5 2001 Trond Eivind Glomsrød <teg@redhat.com>
1935     - i18n updates
1936    
1937     * Fri Feb 2 2001 Bill Nottingham <notting@redhat.com>
1938     - actually *ship* the ipv6 (and plusb) files
1939    
1940     * Thu Feb 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
1941     - i18n updates
1942    
1943     * Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
1944     - various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>)
1945     - in daemon(), only look at pidfile to determine if process is running
1946     (#17244, others)
1947     - ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>)
1948     - ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>)
1949     - lots of other minor fixes (see ChangeLog)
1950    
1951     * Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
1952     - add plusb support (#18892, patch from <eric.ayers@compgen.com>)
1953     - don't ignore RETRYTIMEOUT when we never connect (#14071, patch from
1954     <ak@cave.hop.stu.neva.ru>)
1955    
1956     * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
1957     - quiet LVM setup (#24841)
1958     - fix inability to shutdown cleanly (#24889)
1959    
1960     * Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
1961     - new i18n mechanism
1962    
1963     * Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
1964     - fixed typo in init.d/network - missing | in pipeline
1965    
1966     * Mon Jan 22 2001 Bill Nottingham <notting@redhat.com>
1967     - do LVM setup through normal initscripts mechanisms
1968     - ignore backup files in /etc/sysconfig/network-scripts
1969     - lots of .po file updates
1970    
1971     * Tue Jan 2 2001 Bill Nottingham <notting@redhat.com>
1972     - initial i18n support - originally from Conectiva
1973    
1974     * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
1975     - only load sound if persistent DMA buffers are necessary
1976     - fix lots of bugs: #18619, #21187, #21283, #12097
1977     - integrate MAXFAIL option for ppp-watch
1978     - don't load keymaps/fonts on a serial console
1979    
1980     * Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de>
1981     - changed hdparm section in rc.sysinit to allow different
1982     parameters for each disk (if needed) by copying
1983     /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..)
1984     - fix RFE #20967
1985    
1986     * Tue Oct 31 2000 Than Ngo <than@redhat.com>
1987     - fix the adding default route if GATEWAY=0.0.0.0
1988    
1989     * Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
1990     - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
1991     - fix top-level makefile install target
1992     - make usernetctl just fall-through if getuid() == 0
1993    
1994     * Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1995     - /etc/init.d is already provided by chkconfig
1996    
1997     * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
1998     - set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
1999    
2000     * Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
2001     - update documentation (#15475)
2002    
2003     * Tue Aug 22 2000 Than Ngo <than@redhat.de>
2004     - add KDE2 support to prefdm
2005    
2006     * Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
2007     - add usleep after kill -KILL in pidofproc, works around lockd issues (#14847)
2008     - add some fallback logic to prefdm (#16464)
2009    
2010     * Fri Aug 18 2000 Bill Nottingham <notting@redhat.com>
2011     - don't load usb drivers if they're compiled statically
2012     - don't call ifdown-post twice for ppp (#15285)
2013    
2014     * Wed Aug 16 2000 Bill Nottingham <notting@redhat.com>
2015     - fix /boot/kernel.h generation (#16236, #16250)
2016    
2017     * Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
2018     - be more careful about creating files in netreport (#16164)
2019    
2020     * Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2021     - move documentation for the DEMAND and IDLETIMEOUT values to the right
2022     section of sysconfig.txt
2023    
2024     * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com>
2025     - load agpgart if necessary (hack)
2026     - fix /boot/kernel.h stuff (jakub)
2027    
2028     * Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
2029     - remove console-tools requirement
2030     - in netfs, start portmap if needed
2031     - cosmetic cleanups, minor tweaks
2032     - don't probe USB controllers
2033    
2034     * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2035     - fix demand-dialing support for PPP devices
2036     - change updetach back to nodetach
2037    
2038     * Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
2039     - add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie)
2040    
2041     * Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
2042     - fix unclean shutdown
2043    
2044     * Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
2045     - s/nill/null/g
2046    
2047     * Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
2048     - unmount usb filesystem on halt
2049     - run /sbin/ifup-pre-local if it exists
2050    
2051     * Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
2052     - add "nousb" command line parameter
2053     - fix some warnings when mounting /proc/bus/usb
2054    
2055     * Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
2056     - kill all the PreTransaction stuff
2057     - directory ownership cleanups, add more LSB symlinks
2058     - move all the stuff back in to /etc/rc.d/
2059    
2060     * Thu Jul 13 2000 Bill Nottingham <notting@redhat.com>
2061     - fix == tests in rc.sysinit
2062     - more %pretrans tweaks
2063    
2064     * Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
2065     - test if /etc/rc.d is a symlink already in pre-transaction syscalls.
2066    
2067     * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
2068     - implement the %pre with RPM Magic(tm)
2069    
2070     * Sat Jul 8 2000 Bill Nottingham <notting@redhat.com>
2071     - fix it to not follow /etc/rc.d
2072    
2073     * Fri Jul 7 2000 Bill Nottingham <notting@redhat.com>
2074     - fix %pre, again
2075    
2076     * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
2077     - tweak %pre back to a mv (rpm is fun!)
2078     - do USB initialization before fsck, so keyboard works if it fails
2079    
2080     * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com>
2081     - rebuild; allow 'fastboot' kernel command line option to skip fsck
2082    
2083     * Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
2084     - fix demand-dialing with PPP
2085    
2086     * Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
2087     - don't use tail
2088    
2089     * Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
2090     - add support for USB controllers and HID devices
2091     (mice, keyboards)
2092    
2093     * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
2094     - add support for EIDE optimization
2095    
2096     * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
2097     - tweak %%pre
2098    
2099     * Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
2100     - noreplace for adjtime file
2101    
2102     * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
2103     - ifup-ppp: add hooks for demand-dialing PPP
2104     - functions: use basename of process when looking for its PID file
2105    
2106     * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
2107     - move from /etc/rc.d/init.d -> /etc/init.d
2108    
2109     * Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
2110     - set soft limit, not hard, in daemon function
2111     - /var/shm -> /dev/shm
2112    
2113     * Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
2114     - use dhcpcd if pump fails.
2115     - use depmod -A (faster)
2116    
2117     * Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2118     - add autologin support to prefdm
2119    
2120     * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com>
2121     - random networking fixes (alias routes, others)
2122     - conf.modules -> modules.conf
2123    
2124     * Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2125     - fix incorrect grep invocation in rc.sysinit (bug #11267)
2126    
2127     * Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
2128     - fix lang.csh, again (oops)
2129     - use /poweroff, /halt to determine whether to poweroff
2130    
2131     * Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
2132     - fix testing of RESOLV_MODS (which shouldn't be used anyways)
2133    
2134     * Tue Apr 04 2000 Ngo Than <than@redhat.de>
2135     - fix overwrite problem of resolv.conf on ippp/ppp/slip connections
2136    
2137     * Mon Apr 3 2000 Bill Nottingham <notting@redhat.com>
2138     - fix typo in functions file
2139     - explicitly set --localtime when calling hwclock if necessary
2140    
2141     * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
2142     - fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)
2143    
2144     * Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
2145     - remove compatiblity chkconfig links
2146     - run 'netfs stop' on 'network stop' if necessary
2147    
2148     * Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2149     - Mount /var/shm if required (2.3.99, 2.4)
2150    
2151     * Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
2152     - don't create resolv.conf 0600
2153     - don't run ps as much (speed issues)
2154     - allow setting of MTU
2155     - other minor fixes
2156    
2157     * Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2158     - Start devfsd if installed and needed (Kernel 2.4...)
2159    
2160     * Wed Mar 8 2000 Bill Nottingham <notting@redhat.com>
2161     - check that network devices are up before bringing them down
2162    
2163     * Wed Mar 8 2000 Jakub Jelinek <jakub@redhat.com>
2164     - update sysconfig.txt
2165    
2166     * Tue Mar 7 2000 Bill Nottingham <notting@redhat.com>
2167     - rerun sysctl on network start (for restarts)
2168    
2169     * Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
2170     - don't read commented raid devices
2171    
2172     * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
2173     - fix typo in resolv.conf munging
2174    
2175     * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
2176     - sanitize repair prompt
2177     - initial support for isdn-config stuff
2178    
2179     * Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
2180     - add which as a package dependency (bug #9416)
2181    
2182     * Tue Feb 8 2000 Bill Nottingham <notting@redhat.com>
2183     - fixes for sound module loading
2184    
2185     * Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2186     - check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
2187     - fix check for /var/*/news, work around for bug #9140
2188    
2189     * Fri Feb 4 2000 Nalin Dahyabhai <nalin@redhat.com>
2190     - fix bug #9102
2191    
2192     * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
2193     - if LC_ALL/LINGUAS == LANG, don't set them
2194    
2195     * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com>
2196     - fix problems with linuxconf static routes
2197    
2198     * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
2199     - shvar cleaning
2200     - fix wrong default route ip in network-functions
2201    
2202     * Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
2203     - attempt to restore default route if PPP takes it over
2204     - man page fix for ipcalc
2205     - shvar cleaning
2206     - automate maintaining /boot/System.map symlinks
2207    
2208     * Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
2209     - fix hanging ppp-watch
2210     - fix issues with cleaning of /var/{run,lock}
2211    
2212     * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
2213     - fix pidof calls in pidofproc
2214    
2215     * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
2216     - fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it
2217    
2218     * Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
2219     - link popt statically
2220    
2221     * Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
2222     - don't try to umount /loopfs
2223    
2224     * Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
2225     - switch to using sysctl
2226    
2227     * Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
2228     - umount /proc *after* trying to turn off raid
2229    
2230     * Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2231     - improvements in clone device handling
2232     - better signal handling in ppp-watch
2233     - yet another attempt to fix those rare PAP/CHAP problems
2234    
2235     * Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
2236     - impressive. Three new features, three new bugs.
2237    
2238     * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
2239     - fix more possible failed CHAP authentication (with chat scripts)
2240     - fix ppp default route problem
2241     - added ppp-watch man page, fixed usernetctl man page
2242     - make ifup-ppp work again when called from netcfg and linuxconf
2243     - try to keep ppp-watch from filling up logs by respawning pppd too fast
2244     - handle all linuxconf-style alias files with linuxconf
2245    
2246     * Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
2247     - load mixer settings for monolithic sound
2248     - man page for ppp-watch
2249     - add ARP variable for ifup
2250     - some i18n fixes
2251    
2252     * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
2253     - control stop-a separately from sysrq
2254    
2255     * Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2256     - fix some failed CHAP authentication
2257     - fix extremely unlikely, but slightly possible kill-random-process
2258     bug in ppp-watch
2259     - allow DNS{1,2} in any ifcfg-* file, not just PPP, and
2260     add nameserver entries, don't just replace them
2261     - don't use /tmp/confirm, use /var/run/confirm instead
2262    
2263     * Tue Nov 2 1999 Bill Nottingham <notting@redhat.com>
2264     - fix lang.csh /tmp race oops
2265    
2266     * Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
2267     - we now ship hwclock on alpha.
2268    
2269     * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
2270     - fix check for serial console, don't use -C argument to fsck
2271     on serial console.
2272    
2273     * Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
2274     - do something useful with linuxconf 'any' static routes.
2275    
2276     * Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
2277     - added patch from Owen to source i18n configuration before starting prefdm
2278    
2279     * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
2280     - support for linuxconf alias files
2281     - add support for Jensen clocks.
2282    
2283     * Tue Oct 5 1999 Bill Nottingham <notting@redhat.com>
2284     - assorted brown paper bag fixes
2285     - check for programs/files before executing/sourcing them
2286     - control stop-a like magic sysrq
2287    
2288     * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
2289     - req. e2fsprogs >= 1.15
2290    
2291     * Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
2292     - munge C locale definitions to en_US
2293     - use fsck's completion bar
2294    
2295     * Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
2296     - ppp-watch now always kills pppd pgrp to make sure dialers are dead,
2297     and tries to hang up the modem
2298    
2299     * Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
2300     - add a DEFRAG_IPV4 option
2301    
2302     * Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
2303     - changed to more modern defaults for PPP connections
2304    
2305     * Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
2306     - kill processes for umount in halt, too.
2307     - fixes to remove /usr dependencies
2308    
2309     * Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
2310     - load/save mixer settings in rc.sysinit, halt
2311    
2312     * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2313     - add --remotename option to wvdial code
2314     - make sure we do not have an earlier version of wvdial that doesn't
2315     know how handle --remotename
2316     - make ppp-watch background itself after 30 seconds even if
2317     connection does not come up, at boot time only, so that a
2318     non-functional PPP connection cannot hang boot.
2319    
2320     * Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
2321     - a couple of /bin/sh -> /bin/bash fixes
2322     - fix swapoff silliness
2323    
2324     * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
2325     - chkconfig --del in %preun, not %postun
2326     - use killall5 in halt
2327     - swapoff non-/etc/fstab swap
2328    
2329     * Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2330     - ifdown now synchronous (modulo timeouts)
2331     - several unrelated cleanups, primarily in ifdown
2332    
2333     * Tue Sep 7 1999 Bill Nottingham <notting@redhat.com>
2334     - add an 'unconfigure' sort of thing
2335    
2336     * Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2337     - added ppp-watch to make "ifup ppp*" synchronous
2338    
2339     * Fri Sep 3 1999 Bill Nottingham <notting@redhat.com>
2340     - require lsof
2341    
2342     * Wed Sep 1 1999 Bill Nottingham <notting@redhat.com>
2343     - add interactive prompt
2344    
2345     * Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
2346     - disable magic sysrq by default
2347    
2348     * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
2349     - new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com>
2350     - fix ifup-sl/dip confusion
2351     - more raid startup cleanup
2352     - make utmp group 22
2353    
2354     * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
2355     - pass hostname to pump
2356     - add lang.csh
2357    
2358     * Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
2359     - more wvdial updates
2360     - fix a *stupid* bug in process reading
2361    
2362     * Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
2363     - add new /boot/kernel.h boot kernel version file
2364     - new RAID startup
2365    
2366     * Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2367     - use new linkname argument to pppd to make if{up,down}-ppp
2368     reliable -- requires ppp-2.3.9 or higher
2369    
2370     * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com>
2371     - fix typo.
2372     - add 'make check'
2373    
2374     * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
2375     - simple wvdial support for ppp connections
2376    
2377     * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
2378     - stability fixes for initlog
2379     - initlog now has a config file
2380     - add alias speedup from dharris@drh.net
2381     - move netfs links
2382     - usleep updates
2383    
2384     * Thu Jul 8 1999 Bill Nottingham <notting@redhat.com>
2385     - remove timeconfig dependency
2386     - i18n fixes from nkbj@image.dk
2387     - move inputrc to setup package
2388    
2389     * Tue Jul 6 1999 Bill Nottingham <notting@redhat.com>
2390     - fix killall links, some syntax errors
2391    
2392     * Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
2393     - don't make module-info, System.map links
2394     - handle utmpx/wtmpx
2395     - fix lots of bugs in 4.21 release :)
2396    
2397     * Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
2398     - set clock as soon as possible
2399     - use INITLOG_ARGS everywhere
2400     - other random fixes in networking
2401    
2402     * Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
2403     - oops, don't create /var/run/utmp and then remove it.
2404     - stomp RAID bugs flat. Sort of.
2405    
2406     * Mon May 24 1999 Bill Nottingham <notting@redhat.com>
2407     - clean out /var better
2408     - let everyone read /var/run/ppp*.dev
2409     - fix network startup so it doesn't depend on /usr
2410    
2411     * Tue May 11 1999 Bill Nottingham <notting@redhat.com>
2412     - various fixes to rc.sysinit
2413     - fix raid startup
2414     - allow for multi-processor /etc/issues
2415    
2416     * Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
2417     - fixed typo - "Determing" to "Determining"
2418    
2419     * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
2420     - updated inputrc so that home/end/del work on console, not just X
2421    
2422     * Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
2423     - fix more logic in initlog
2424     - fix for kernel versions in ifup-aliases
2425     - log to /var/log/boot.log
2426    
2427     * Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
2428     - fix daemon() function so you can specify pid to look for
2429    
2430     * Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
2431     - changed utmp,wtmp to be group writeable and owned by group utmp
2432    
2433     * Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
2434     - fix loading of consolefonts/keymaps
2435     - three changelogs. three developers. one day. Woohoo!
2436    
2437     * Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2438     - fixed ifup-ipx mix-up over . and _
2439    
2440     * Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
2441     - run /sbin/ifup-local after bringing up an interface (if that file exists)
2442    
2443     * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
2444     - load keymaps & console font early
2445     - fixes for channel bonding, strange messages with non-boot network interfaces
2446    
2447     * Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
2448     - added sysvinitfiles as a documenattaion file
2449    
2450     * Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
2451     - nfsfs -> netfs
2452    
2453     * Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
2454     - don't source /etc/sysconfig/init if $BOOTUP is already set
2455    
2456     * Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
2457     - don't run linuxconf if /usr isn't mounted
2458     - set macaddr before bootp
2459     - zero in the /var/run/utmpx file (gafton)
2460     - don't set hostname on ppp/slip (kills X)
2461    
2462     * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
2463     - exit ifup if pump fails
2464     - fix stupid errors in reading commands from subprocess
2465    
2466     * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
2467     - fix ROFS logging
2468     - make fsck produce more happy output
2469     - fix killproc logic
2470    
2471     * Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
2472     - doc updates
2473     - support for SYSFONTACM, other console-tools stuff
2474     - add net route for interface if it isn't there.
2475     - fix for a bash/bash2 issue
2476    
2477     * Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
2478     - pam_console lockfile cleanup added to rc.sysinit
2479    
2480     * Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
2481     - fixes in functions for 'action'
2482     - fixes for pump
2483    
2484     * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
2485     - Mmm. Must always remove debugging code. before release. *thwap*
2486     - pump support
2487     - mount -a after mount -a -t nfs
2488    
2489     * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
2490     - put preferred support back in
2491    
2492     * Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
2493     - fix single-user mode (source functions, close if)
2494    
2495     * Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
2496     - turn off xdm in runlevel 5 (now a separate service)
2497    
2498     * Thu Feb 4 1999 Bill Nottingham <notting@redhat.com>
2499     - bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
2500     - add initlog support. Now everything is logged (and bootup looks different)
2501    
2502     * Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
2503     - halt now passed the '-i' flag so that network interfaces disabled
2504    
2505     * Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
2506     - handle new linuxconf output for ipaliases
2507    
2508     * Mon Oct 15 1998 Erik Troan <ewt@redhat.com>
2509     - fixed raid start stuff
2510     - added raidstop to halt
2511    
2512     * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
2513     - handle LC_ALL
2514    
2515     * Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
2516     - adjusted setsysfont to always run setfont, even if only w/default font
2517    
2518     * Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
2519     - rc.sysvinit should be working with all kernel versions now
2520     - requires e2fsprogs (for fsck)
2521     - set INPUTRC and LESSCHARSET on linux-lat
2522    
2523     * Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
2524     - /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
2525     - /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
2526     - /sbin/setsysfont: permit unicode fonts.
2527    
2528     * Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
2529     - don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is
2530    
2531     * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
2532     - paranoia improvements to .rhkmvtag
2533     - if psacct with /sbin/accton, than turn off accounting
2534    
2535     * Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
2536     - start/stop run levels changed.
2537     - ipx_configure/ipx_internal_net moved to /sbin.
2538    
2539     * Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
2540     - usernetctl didn't understand "" around USERCTL attribute
2541    
2542     * Wed Jul 1 1998 Jeff Johnson <jbj@redhat.com>
2543     - Use /proc/version to find preferred modules.
2544     - Numerous buglets fixed.
2545    
2546     * Sun Jun 07 1998 Erik Troan <ewt@redhat.com>
2547     - rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set
2548     /lib/modules/preferred symlink
2549    
2550     * Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
2551     - ipcalc should *never* have been setgid anything
2552     - depmod isn't run properly for non-serial numbered kernels
2553    
2554     * Wed May 06 1998 Donnie Barnes <djb@redhat.com>
2555     - added system font and language setting
2556    
2557     * Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
2558     - Added missing files to packagelist.
2559    
2560     * Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
2561     - Added lots of linuxconf support. Should still work on systems that
2562     do not have linuxconf installed, but linuxconf gives enhanced support.
2563     - In concert with linuxconf, added IPX support. Updated docs to reflect it.
2564    
2565     * Fri May 01 1998 Erik Troan <ewt@redhat.com>
2566     - rc.sysinit uses preferred directory
2567    
2568     * Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
2569     - updated rc.sysinit to deal with kernel versions with release numbers
2570    
2571     * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
2572     - use ipcalc to calculate the netmask if one isn't specified
2573    
2574     * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
2575     - added and made use of ipcalc
2576    
2577     * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
2578     - removed unnecessary dhcp log from /tmp
2579    
2580     * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
2581     - if bootpc fails, take down the device
2582    
2583     * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
2584     - added check for mktemp failure
2585    
2586     * Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
2587     - fixed support for user manageable cloned devices
2588    
2589     * Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
2590     - /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes
2591    
2592     * Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
2593     - touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
2594     - the logic for when /var/lock/subsys/kerneld is touched was backwards
2595    
2596     * Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
2597     - tried to get /proc stuff right one more time (uses -t nonfs,proc now)
2598     - added support for /fsckoptions
2599     - changed 'yse' to 'yes' in KERNELD= line
2600    
2601     * Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
2602     - set domainname to "" if none is specified in /etc/sysconfig/network
2603     - fix /proc mounting to get it in /etc/mtab
2604    
2605     * Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
2606     - fixed inheritance for clone devices
2607    
2608     * Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
2609     - added sound support to rc.sysinit
2610    
2611     * Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
2612     - Added missing "then" clause
2613    
2614     * Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
2615     - Fixed DEBUG option in ifup-ppp
2616     - Fixed PPP persistance
2617     - Only change IP forwarding if necessary
2618    
2619     * Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
2620     - removed the skeleton init script
2621     - added the ability to 'nice' daemons
2622    
2623     * Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
2624     - touch /var/lock/subsys/kerneld if it's running, and after mounting /var
2625     - applied dhcp fix
2626    
2627     * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
2628     - added status|restart to init scripts
2629    
2630     * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
2631     - touch random seed file before chmod'ing it.
2632    
2633     * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
2634     - run domainname if NISDOMAIN is set
2635    
2636     * Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
2637     - Make the random seed file mode 600.
2638    
2639     * Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
2640     - bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.
2641    
2642     * Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
2643     - moved to new chkconfig conventions
2644    
2645     * Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
2646     - fixed rc.sysinit for hwclock compatibility
2647    
2648     * Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
2649     - run 'ulimit -c 0' before running scripts in daemon function
2650    
2651     * Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
2652     - added chkconfig support
2653     - made all rc*.d symlinks have missingok flag
2654    
2655     * Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
2656     - fixed network-scripts to allow full pathnames as config files
2657     - removed some old 3.0.3 pcmcia device handling
2658    
2659     * Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
2660     - /var/run/netreport needs to be group-writable now that /sbin/netreport
2661     is setguid instead of setuid.
2662    
2663     * Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
2664     - Added network-functions to spec file.
2665     - Added report functionality to usernetctl.
2666     - Fixed bugs I introduced into usernetctl while adding clone device support.
2667     - Clean up entire RPM_BUILD_ROOT directory in %clean.
2668    
2669     * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
2670     - Clone device support in network scripts, rc scripts, and usernetctl.
2671     - Disassociate from controlling tty in PPP and SLIP startup scripts,
2672     since they act as daemons.
2673     - Spec file now provides start/stop symlinks, since they don't fit in
2674     the CVS archive.
2675    
2676     * Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
2677     - added mktemp support to ifup
2678    
2679     * Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
2680     - fixed some init.d/functions bugs for stopping httpd
2681    
2682     * Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
2683     - reworked status() to adjust for processes that change their argv[0] in
2684     the process table. The process must still have it's "name" in the argv[0]
2685     string (ala sendmail: blah blah).
2686    
2687     * Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
2688     - fixed bug in FORWARD_IPV4 support
2689    
2690     * Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
2691     - added support for FORWARD_IPV4 variable
2692    
2693     * Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
2694     - added status function to functions along with better killproc
2695     handling.
2696     - added /sbin/usleep binary (written by me) and man page
2697     - changed BuildRoot to /var/tmp instead of /tmp
2698    
2699     * Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
2700     - /sbin/netreport sgid rather than suid.
2701     - /var/run/netreport writable by group root.
2702    
2703     - /etc/ppp/ip-{up|down} no longer exec their local versions, so
2704     now ifup-post and ifdown-post will be called even if ip-up.local
2705     and ip-down.local exist.
2706    
2707     * Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
2708     - Added missing -f to [ invocation in ksyms check.
2709    
2710     * Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
2711     - Support for net event notification:
2712     Call /sbin/netreport to request that SIGIO be sent to you whenever
2713     a network interface changes status (won't work for brining up SLIP
2714     devices).
2715     Call /sbin/netreport -r to remove the notification request.
2716     - Added ifdown-post, and made all the ifdown scrips call it, and
2717     added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
2718     if it exists, then calls ifdown-post.
2719     - Moved ifup and ifdown to /sbin
2720    
2721     * Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
2722     - usernetctl put back in ifdown
2723     - support for slaved interfaces
2724    
2725     * Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
2726     - Created ifup-post from old ifup
2727     - PPP, PLIP, and generic ifup use ifup-post
2728    
2729     * Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
2730     - Added DHCP support
2731     - Set hostname via reverse name lookup after configuring a networking
2732     device if the current hostname is (none) or localhost
2733    
2734     * Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
2735     - Got rid of xargs dependency in halt script
2736     - Don't mount /proc twice (unmount it in between)
2737     - sulogin and filesystem unmounting only happened for a corrupt root
2738     filesystem -- it now happens when other filesystems are corrupt as well
2739    
2740     * Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
2741     - PPP fixes and additions
2742    
2743     * Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
2744     - Mount proc before trying to start kerneld so we can test for /proc/ksyms
2745     properly.
2746    
2747     * Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
2748     - Added MTU for PPP.
2749     - Put PPPOPTIONS at the end of the options string instead of at the
2750     beginning so that they override other options. Gives users more rope...
2751     - Don't do module-based stuff on non-module systems. Ignore errors if
2752     st module isn't there and we try to load it.
2753    
2754     * Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
2755     - Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
2756     provided by doexec goes away when pppd gets swapped out.
2757     - ifup-ppp now sets remotename to the logical name of the device.
2758     This will BREAK current PAP setups on netcfg-managed interfaces,
2759     but we needed to do this to add a reasonable interface-specific
2760     PAP editor to netcfg.
2761    
2762     * Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
2763     - Added usernetctl wrapper for user mode ifup and ifdown's and man page
2764     - Rewrote ppp and slip kill and retry code
2765     - Added doexec and man page

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