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

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

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


Revision 1.17.2.2 - (hide annotations) (download)
Mon Oct 28 15:02:35 2013 UTC (10 years, 10 months ago) by slords
Branch: redhat-upstream
CVS Tags: initscripts-8_45_44-3_el5
Changes since 1.17.2.1: +29 -2 lines
Upstream import

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

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