/[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.20 - (hide annotations) (download)
Wed Oct 2 03:31:21 2013 UTC (10 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: initscripts-8_45_42-2_1_el5_sme
Changes since 1.19: +15 -4 lines
* Tue Oct 1 2013 Ian Wells <esmith@wellsi.com> 8.45.42-2.1.sme
- Update to 8.45.42-2.1 [SME: 7870]
- Exit with zero exit status for services not listed in configuration
  database to avoid failures in post scriptlets [SME: 1653]
- Merge in SME Server /sbin/e-smith/service wrapper so that only
  initscripts which exist in run-level 7 can be run. This ensures
  that the supervised service is run, if one exists, and protects
  against running "service httpd restart" [SME: 61, 1495]

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

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