/[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.12 - (hide annotations) (download)
Thu Mar 4 16:31:07 2010 UTC (14 years, 5 months ago) by slords
Branch: MAIN
Changes since 1.11: +2 -0 lines
Fix headers

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

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