/[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.15 - (hide annotations) (download)
Tue Jun 14 15:16:13 2011 UTC (13 years, 1 month ago) by snetram
Branch: MAIN
Changes since 1.14: +6 -1 lines
* Tue Jun 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 8.45.33-2.el5.sme
- Fix iSCSI related log noise on system shutdown [SME: 6400]

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

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