/[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.14 - (hide annotations) (download)
Wed Apr 27 15:10:32 2011 UTC (13 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-8_45_33-1_el5_sme
Changes since 1.13: +11 -1 lines
Apply SME patches

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

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