/[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.8 - (hide annotations) (download)
Tue Apr 14 14:37:56 2009 UTC (15 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-8_45_25-1_el5_centos
Changes since 1.7: +38 -19 lines
CentOS 5.3 sources

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

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