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

Annotation of /rpms/initscripts/sme9/initscripts.spec

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


Revision 1.4 - (hide annotations) (download)
Tue Mar 19 14:21:59 2013 UTC (11 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-9_03_38-1_el6_sme_1
Changes since 1.3: +10 -5 lines
* Tue Mar 19 2013 Shad L. Lords <slords@mail.com> - 9.03.38-1.1.sme
- Add hack for running rc7.d script during runlevel 4 [SME: 7217]

1 slords 1.1 %define with_upstart 1%{nil}
2    
3     Summary: The inittab file and the /etc/init.d scripts
4     Name: initscripts
5 slords 1.3 Version: 9.03.38
6 slords 1.1 # ppp-watch is GPLv2+, everything else is GPLv2
7     License: GPLv2 and GPLv2+
8     Group: System Environment/Base
9 slords 1.4 Release: 1%{?dist}.1
10 slords 1.1 URL: http://fedorahosted.org/releases/i/n/initscripts/
11     Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
12 slords 1.4 Patch1: 0001-Fix-greps-to-correctly-handle-comments-and-quotation.patch
13     Patch1000: centos-initscripts.patch
14 slords 1.2 Patch2000: initscripts-9.03.31-runlevel7.patch
15 slords 1.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
16     Requires: mingetty, /bin/awk, /bin/sed, mktemp
17     Requires: /sbin/sysctl
18     Requires: /sbin/fuser, /bin/grep
19     Requires: /sbin/pidof, /sbin/blkid
20     Requires: module-init-tools
21     Requires: util-linux-ng >= 2.16
22     Requires: bash >= 3.0
23     Requires: sysvinit-tools >= 2.87
24     %if with_upstart
25     Requires: upstart >= 0.6.0
26     %else
27     Requires: SysVinit >= 2.85-38
28     %endif
29     Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find
30     Requires: /etc/system-release
31     Requires: ethtool >= 1.8-2, /sbin/runuser
32     Requires: udev >= 125-1
33     Requires: cpio
34     Conflicts: mkinitrd < 4.0, kernel < 2.6.18, mdadm < 3.1.2-9
35     Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
36     Conflicts: dhclient < 12:4.1.0-6
37     Conflicts: tcsh < 6.13-5
38     Conflicts: xorg-x11, glib2 < 2.11.1-2
39     Conflicts: alsa-utils < 1.0.18
40     Conflicts: plymouth < 0.8.3-9
41     Conflicts: s390utils < 2:1.8.2-11
42 slords 1.3 Conflicts: dmraid < 1.0.0.rc16-7, lvm2 < 2.02.97-2
43 slords 1.1 Conflicts: e2fsprogs < 1.15
44     # http://bugzilla.redhat.com/show_bug.cgi?id=252973
45     Conflicts: nut < 2.2.0
46     Conflicts: NetworkManager < 1:0.8.0-12.git20100504
47     Obsoletes: hotplug <= 3:2004_09_23-10.1
48     Requires(pre): /usr/sbin/groupadd
49     Requires(post): /sbin/chkconfig, coreutils
50     Requires(preun): /sbin/chkconfig
51     BuildRequires: glib2-devel popt-devel gettext pkgconfig
52    
53     %description
54     The initscripts package contains the basic system scripts used to boot
55 slords 1.4 your CentOS system, change runlevels, and shut the system down
56 slords 1.1 cleanly. Initscripts also contains the scripts that activate and
57     deactivate most network interfaces.
58    
59     %package -n debugmode
60     Summary: Scripts for running in debugging mode
61     Requires: initscripts
62     Group: System Environment/Base
63    
64     %description -n debugmode
65     The debugmode package contains some basic scripts that are used to run
66     the system in a debugging mode.
67    
68     Currently, this consists of various memory checking code.
69    
70     %prep
71     %setup -q
72 slords 1.4 %patch1 -p1
73 slords 1.1 %patch1000 -p1
74 slords 1.2 %patch2000 -p1
75 slords 1.1
76     %build
77     make
78    
79     %install
80     rm -rf $RPM_BUILD_ROOT
81     make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
82    
83     %find_lang %{name}
84    
85     %if with_upstart
86     mv -f $RPM_BUILD_ROOT/etc/inittab.upstart $RPM_BUILD_ROOT/etc/inittab
87     %else
88     mv -f $RPM_BUILD_ROOT/etc/inittab.sysv $RPM_BUILD_ROOT/etc/inittab
89     rm -rf $RPM_BUILD_ROOT/etc/init
90     %endif
91     rm -f $RPM_BUILD_ROOT/etc/inittab.*
92    
93     %ifnarch s390 s390x
94     rm -f \
95     $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
96     %else
97     rm -f \
98     $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \
99     $RPM_BUILD_ROOT/etc/sysconfig/init.s390
100     %endif
101    
102     %pre
103     /usr/sbin/groupadd -g 22 -r -f utmp
104    
105     %post
106     touch /var/log/wtmp /var/run/utmp /var/log/btmp
107     chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
108     chmod 664 /var/log/wtmp /var/run/utmp
109     chmod 600 /var/log/btmp
110    
111     /sbin/chkconfig --add netfs
112     /sbin/chkconfig --add network
113     /sbin/chkconfig --add netconsole
114    
115     if [ ! -f /var/lib/random-seed ] ; then
116     dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
117     chmod 600 /var/lib/random-seed
118     fi
119    
120     %preun
121     if [ $1 = 0 ]; then
122     /sbin/chkconfig --del netfs
123     /sbin/chkconfig --del network
124     /sbin/chkconfig --del netconsole
125     fi
126    
127     %triggerun -- initscripts < 7.62
128     /sbin/chkconfig --del random
129     /sbin/chkconfig --del rawdevices
130     exit 0
131    
132     %clean
133     rm -rf $RPM_BUILD_ROOT
134    
135     %files -f %{name}.lang
136     %defattr(-,root,root)
137     %dir /etc/sysconfig/network-scripts
138     %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
139     %config(noreplace) /etc/sysconfig/init
140     %config(noreplace) /etc/sysconfig/netconsole
141     %config(noreplace) /etc/sysconfig/readonly-root
142     /etc/sysconfig/network-scripts/ifdown
143     /sbin/ifdown
144     /etc/sysconfig/network-scripts/ifdown-post
145     /etc/sysconfig/network-scripts/ifup
146     /sbin/ifup
147     %dir /etc/sysconfig/console
148     %dir /etc/sysconfig/modules
149     %dir /etc/sysconfig/networking
150     %dir /etc/sysconfig/networking/devices
151     %dir /etc/sysconfig/networking/profiles
152     %dir /etc/sysconfig/networking/profiles/default
153     /etc/sysconfig/network-scripts/network-functions
154     /etc/sysconfig/network-scripts/network-functions-ipv6
155     /etc/sysconfig/network-scripts/init.ipv6-global
156     %config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
157     /etc/sysconfig/network-scripts/ifup-post
158     /etc/sysconfig/network-scripts/ifdown-ppp
159     /etc/sysconfig/network-scripts/ifup-ppp
160     /etc/sysconfig/network-scripts/ifup-routes
161     /etc/sysconfig/network-scripts/ifdown-routes
162     /etc/sysconfig/network-scripts/ifup-plip
163     /etc/sysconfig/network-scripts/ifup-plusb
164     /etc/sysconfig/network-scripts/ifup-bnep
165     /etc/sysconfig/network-scripts/ifdown-bnep
166     /etc/sysconfig/network-scripts/ifup-eth
167     /etc/sysconfig/network-scripts/ifdown-eth
168     /etc/sysconfig/network-scripts/ifup-ipv6
169     /etc/sysconfig/network-scripts/ifdown-ipv6
170     /etc/sysconfig/network-scripts/ifup-sit
171     /etc/sysconfig/network-scripts/ifdown-sit
172     /etc/sysconfig/network-scripts/ifup-tunnel
173     /etc/sysconfig/network-scripts/ifdown-tunnel
174     /etc/sysconfig/network-scripts/ifup-aliases
175     /etc/sysconfig/network-scripts/ifup-ippp
176     /etc/sysconfig/network-scripts/ifdown-ippp
177     /etc/sysconfig/network-scripts/ifup-wireless
178     /etc/sysconfig/network-scripts/ifup-isdn
179     /etc/sysconfig/network-scripts/ifdown-isdn
180     /etc/sysconfig/network-scripts/net.hotplug
181     %ifarch s390 s390x
182     /etc/sysconfig/network-scripts/ifup-ctc
183     %endif
184     %config(noreplace) /etc/networks
185     /etc/rwtab
186     %dir /etc/rwtab.d
187     /etc/statetab
188     %dir /etc/statetab.d
189     %if with_upstart
190     /etc/init/*
191     %endif
192     %config /etc/X11/prefdm
193     %config(noreplace) /etc/inittab
194     %dir /etc/rc.d
195     %dir /etc/rc.d/rc[0-9].d
196     %config(missingok) /etc/rc.d/rc[0-9].d/*
197     /etc/rc[0-9].d
198     /etc/rc
199     %dir /etc/rc.d/init.d
200     /etc/rc.local
201     /etc/rc.sysinit
202     /etc/rc.d/init.d/*
203     /etc/rc.d/rc
204     %config(noreplace) /etc/rc.d/rc.local
205     /etc/rc.d/rc.sysinit
206     %config(noreplace) /etc/sysctl.conf
207     %exclude /etc/profile.d/debug*
208     /etc/profile.d/*
209     /usr/sbin/sys-unconfig
210     /sbin/setsysfont
211     /bin/ipcalc
212     /bin/usleep
213     %attr(4755,root,root) /usr/sbin/usernetctl
214     /sbin/consoletype
215     /sbin/fstab-decode
216     /sbin/genhostid
217     /sbin/getkey
218     /sbin/securetty
219     /sbin/sushell
220     %attr(2755,root,root) /sbin/netreport
221     /lib/udev/rules.d/*
222     /lib/udev/rename_device
223     /lib/udev/console_init
224     /lib/udev/console_check
225     /sbin/service
226     /sbin/ppp-watch
227     %{_mandir}/man*/*
228     %dir %attr(775,root,root) /var/run/netreport
229     %dir /etc/ppp
230     %dir /etc/ppp/peers
231     /etc/ppp/ip-up
232     /etc/ppp/ip-down
233     /etc/ppp/ip-up.ipv6to4
234     /etc/ppp/ip-down.ipv6to4
235     /etc/ppp/ipv6-up
236     /etc/ppp/ipv6-down
237     %dir /etc/NetworkManager
238     %dir /etc/NetworkManager/dispatcher.d
239     /etc/NetworkManager/dispatcher.d/00-netreport
240     /etc/NetworkManager/dispatcher.d/05-netfs
241     %doc sysconfig.txt sysvinitfiles static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6 COPYING README-init
242     /var/lib/stateless
243     %ghost %attr(0600,root,utmp) /var/log/btmp
244     %ghost %attr(0664,root,utmp) /var/log/wtmp
245     %ghost %attr(0664,root,utmp) /var/run/utmp
246    
247     %files -n debugmode
248     %defattr(-,root,root)
249     %config(noreplace) /etc/sysconfig/debug
250     /etc/profile.d/debug*
251    
252     %changelog
253 slords 1.4 * Tue Mar 19 2013 Shad L. Lords <slords@mail.com> - 9.03.38-1.1.sme
254 slords 1.2 - Add hack for running rc7.d script during runlevel 4 [SME: 7217]
255    
256 slords 1.4 * Mon Mar 18 2013 Johnny Hughes <johnny@centos.org> - 9.03.38-1.1.el6.centos
257 slords 1.1 - Roll in CentOS Branding
258    
259 slords 1.4 * Thu Mar 07 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.38-1.1
260     - fix greps to correctly handle comments and quotation (#919086)
261    
262 slords 1.3 * Wed Jan 09 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.38-1
263     - call ip link up on master after slaves are up (#893395)
264 slords 1.1
265 slords 1.3 * Thu Dec 13 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.37-1
266     - don't apply BONDING_OPTS on device with active slaves (#885235)
267    
268     * Wed Nov 28 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.36-1
269     - improve duplicate ip address check in ifup-aliases (#880684)
270    
271     * Fri Nov 23 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.35-1
272     - fix typo in ifup-aliases duplicate check (#879243)
273    
274     * Thu Nov 15 2012 Václav Pavlín <vpavlin@redhat.com> - 9.03.34-1
275     - there should be crypttab instead of crypptab in man page (#870025)
276     - sysconfig.txt advised saslauthd -a instad of -v (#869075)
277    
278     * Thu Nov 08 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.33-1
279     - apply BONDING_OPT on ifup of master (#874030)
280    
281     * Mon Oct 08 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.32-1
282     - check an IP address for existence in ifup-alias
283     - remount /dev/shm in sysinit to apply attributes from fstab
284     - sets BONDING_OPTS before interface is brougth up and checks if it is not already added
285     - Add support for setting random bridge options via BRIDGING_OPTS
286     - use vgchange -aay in rc.sysinit and netfs init script
287     - script should not kill itself during shutdown
288     - fix the NIS domain setting
289     - be less strict about VLAN name
290     - clarification of work with white spaces in crypttab manpage
291     - re-read sysctl values for VLANs on ifup
292     - pass useful arguments to halt.local
293     - start serial console when we return from runlevel1
294     - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network.
295     - don't accidentally match other bonding devices
296     - add usage stanzas for tty.conf and serial.conf
297     - rename_device: skip VLAN=yes configuration files
298     - allow duplicate address dectection to be disabled
299 slords 1.1
300     * Fri Apr 27 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.31-1
301     - set NIS domain (#704919)
302    
303     * Tue Mar 20 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.30-1
304     - fix IFS usage mangling device names (#802119)
305    
306     * Wed Mar 14 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.29-1
307     - save entropy during system install (#786404)
308    
309     * Tue Feb 14 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.28-1
310     - sysconfig support for IPv6 policy based routing (#781493)
311     - fix typo in translation (#757637)
312     - fix logic error with removing arp_ip_target (#787107, #746045)
313     - don't set primary before we enslave devices. (#749610, <agospoda@redhat.com>)
314     - do not check mounted filesystems (#745224)
315     - eviscerate ifconfig uses from ip-aliases (#721010, #588993)
316     - improve comment in init/serial.conf (#746808)
317     - turn off UPS in powerfail situation (#754984, <robert@fedoraproject.org>)
318     - netconsole exit arping on first response (#765835)
319     - add cifs to check for network filesystem (#760018)
320     - fix comments in sysctl.conf (#755175)
321     - rc.sysinit - use rcS-emergency job instead of sulogin (#582002)
322    
323     * Fri Oct 07 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.27-1
324     - use restorecon -F for /dev and /dev/pts (#743222)
325    
326     * Tue Sep 20 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.26-1
327     - add 'emergency' mode (#681357)
328     - kexec - free reservation memory only for crashkernel=auto (#734987)
329    
330     * Tue Aug 16 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.25-1
331     - use /bin/plymouth (#702814)
332    
333     * Mon Aug 15 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.24-1
334     - add support for sysctl.d (#680527)
335     - log network messages via syslog (#653630, #672202)
336     - document NM_CONTROLLED (#692123)
337     - don't explictly disallow IPv6 aliases (#692240)
338     - make sure the bond exists when we bring up the slaves. (#694501)
339     - properly add and remove arp_ip_target's (#675079)
340     - load static arp entries from ethers file (#696788)
341     - fix logic error in rc.sysinit (#698520, <jlau@redhat.com>)
342     - handle IPADDRx correctly for static addresses (#700184)
343     - don't match filesystem types in hostnames (#703210, <jmueller@data-tronics.com>)
344     - check for VLAN interfaces is being slave first (#703475)
345     - override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>)
346     - allow multiple ETHTOOL_OPTS option types (#692410, #693583)
347     - don't mount gfs2 in netfs (#689593)
348     - fix pid file usage for IPv6. (#729292, <daveg@dgit.ndo.co.uk>)
349    
350     * Tue Apr 19 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.23-1
351     - netfs: don't print errors if mdadm isn't installed. (#696110)
352    
353     * Mon Mar 21 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.22-1
354     - init.d/functions: fix mishandled argument to fstab-decode (#682879)
355     - network-functions: fix check for unmanaged devices (#670154)
356    
357     * Thu Mar 10 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.21-1
358     - remove network device naming requirement from VLAN devices (#676708, <Matt_Domsch@dell.com>)
359    
360     * Thu Mar 10 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.20-1
361     - Don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redhat.com>)
362    
363     * Fri Feb 04 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.19-1
364     - sys-unconfig(8) manpage fix (#674397)
365     - set default shmmax and shmall for certain architectures (#660036)
366    
367     * Fri Jan 14 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.18-1
368     - don't use the ipv6_exec_ip wrapper
369     - don't accidentally cause sit module to be loaded on shutdown. (#654098, <ejsheldrake@gmail.com>)
370     - simplify various string match constructs. (#558575, <ville.skytta@iki.fi>)
371     - explicitly pass both device and dir when remounting read-only (#620461, <phr@doc.ic.ac.uk>)
372     - add infiniband mapping (#648524, <monis@voltaire.com>)
373     - fix ifdown calling nmcli for NM-managed devices (#612934, <jklimes@redhat.com>)
374     - allow 0 as a vlan tag. (#635360)
375     - support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984)
376     - stop tty and serial also on runlevel 's' (#629257)
377     - system z optimized sysctl settings per default (#633323)
378     - don't run kexec-disable for runlevels [S016] (#658138)
379     - add # as a valid character in network device names (<Matt_Domsch@dell.com>)
380     - use SYSCTLDEVICE without . (#667211, <notting@redhat.com>)
381     - handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)
382     - test if there is /dev/rtc before syncing hardware clock (#598850)
383    
384     * Wed Sep 01 2010 Harald Hoyer <harald@redhat.com> 9.03.17-1
385     - enable syncookies again (#629259)
386    
387     * Tue Aug 24 2010 Bill Nottingham <notting@redhat.com> - 9.03.16-1
388     - actually, don't touch loglevel at all (#621257, #626572)
389    
390     * Mon Aug 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.15-1
391     - set default loglevel to match RHEL 5 behavior (#621257)
392    
393     * Tue Aug 3 2010 Bill Nottingham <notting@redhat.com> - 9.03.14-1
394     - free kexec-reserved memory when necessary (#613578)
395    
396     * Mon Jul 26 2010 Bill Nottingham <notting@redhat.com> - 9.03.13-1
397     - rename_device - handle quoted 'DEVICE' (#614943, <harald@redhat.com>)
398     - rename_device - fix handling of s390 subchannels (#614739, <harald@redhat.com>)
399    
400     * Thu Jul 1 2010 Bill Nottingham <notting@redhat.com> - 9.03.12-1
401     - fix interactive hotkey to work with plymouth (#605016)
402    
403     * Tue Jun 29 2010 Bill Nottingham <notting@redhat.com> - 9.03.11-1
404     - init/rcS-sulogin.conf: don't directly execute bash, re: selinux (#540216, #585053)
405    
406     * Thu Jun 24 2010 Bill Nottingham <notting@redhat.com> - 9.03.10-1
407     - ifup-eth: check for dhclient configuration in /etc/dhcp as well (#607766)
408     - network-functions: handle quoted SUBCHANNELS (#607481)
409     - netfs: allow for encrypted network block devices (#605600)
410    
411     * Wed Jun 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.9-1
412     - check NM_CONTROLLED before deciding to use NM for a connection. (#600454)
413     - always reboot on autorelabel. (#599879)
414     - correct the fix for not clearing environment with runuser. (#564105)
415     - properly handle permission denied on pid file (#595597)
416    
417     * Wed May 19 2010 Bill Nottingham <notting@redhat.com> - 9.03.8-1
418     - clean up plymouth shtudown splash (#590103, <rstrode@redhat.com>)
419     - rc.sysinit: use lvm2 --sysinit option (#588777)
420     - network-functions: behave sanely in the absence of $DEVICE (#592108)
421     - sysconfig/debug: export debug variables (#592102)
422     - netfs: check for NM to be connected, not just running (#592095)
423     - rcS*.conf: check if /etc/inittab exists (#590706, <plautrba@redhat.com>)
424     - port vlan code to /sbin/ip (#566485, <plautrba@redhat.com>)
425    
426     * Wed May 5 2010 Bill Nottingham <notting@redhat.com> - 9.03.7-1
427     - updates for new NetworkManager commandline syntax
428    
429     * Tue May 4 2010 Bill Nottingham <notting@redhat.com> - 9.03.6-1
430     - fix plymouth startup/shutdown (#586040)
431     - fstab-decode.8: tweak manpage so it formats correctly (#586476)
432     - init.d/functions: handle being unable to read a specified pid file. (#584575)
433     - ifup-eth: run dhclient -6 similar to dhclient -4. (#585047)
434    
435     * Fri Apr 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.5-1
436     - network-scripts: integrate with NetworkManager (#550154)
437     - clean up obsolete package requirements
438     - RAID fixes (<dledford@redhat.com>)
439     - network: only blacklist the original loopback interface. (#579829, <evgsyr@gmail.com>)
440     - rc.sysinit: check dmraid's return code, to catch 'no raid sets' error. (#568869)
441     - po/*: fix mistranslated checks for user input. (#566791)
442    
443     * Mon Feb 15 2010 Bill Nottingham <notting@redhat.com> - 9.03.4-1
444     - move ccw_init, ccw udev rules to s390utils (#539491)
445     - network-functions: clean up device checks (#564505)
446    
447     * Thu Feb 11 2010 Bill Nottingham <notting@redhat.com> - 9.03.3-1
448     - pass -m to runuser to not clear environment (#564105)
449     - don't use deprecated udev syntax in clock rules (#560801)
450     - don't quote regex argument to bash's =~ (#558575, <ville.skytta@iki.fi>)
451     - if HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#557941)
452     - don't HUP init when messagebus starts (#557821)
453     - setsysfont: use UNIMAP rather than SYSFONTACM when calling /bin/unicode_start. (#557173)
454    
455     * Fri Jan 15 2010 Bill Nottingham <notting@redhat.com> - 9.03.2-1
456     - ifup-eth: use dhclient's -H option instead of munging dhclient config files
457     - rc.sysinit: move mdadm after dmraid (#554423)
458     - ifup-eth: use dhclient -6, not the no-longer-included dhcp6c (#553019, <dcantrell@redhat.com>)
459     - add more man pages (#529328, <plautrba@redhat.com>)
460     - remove useless echo (#552785)
461     - move is_wireless after MACADDR/MTU setting (#552641)
462     - serial.conf: respawn correctly. (#552611, <zing@fastmail.fm>)
463     - network-functions: use sysfs for wireless check (#552381, <adel.gadllah@gmail.com>)
464     - reload init on started messagebus (<plautrba@redhat.com>)
465     - honor HOTPLUG in ifdown (#547737)
466    
467     * Tue Dec 15 2009 Bill Nottingham <notting@redhat.com> - 9.03.1-1
468     - re-enable network service (#545255)
469     - ifdown: honor HOTPLUG (#547737)
470     - silence any erros from bonding adds (#516569)
471     - remove assorted configurations we don't support the tools for
472     (ipsec-tools ipsec, cipe, IPX)
473    
474     * Wed Dec 9 2009 Bill Nottingham <notting@redhat.com> - 9.03-1
475     - migrate to upstart 0.6.x (<notting@redhat.com>, <plautrba@redhat.com>)
476     -- jobs move to /etc/init
477     -- collapse rcX and ttyX jobs into single job definitions
478     -- jobs are no longer %%config
479     - remove obsolete doexec command
480     - rc.sysinit: handle yet another random return string from dmraid
481     - remove never-used 'sulogin' upstart event
482     - fix time-setting udev rules for old-style RTC devices (#537595)
483     - init.d/network: keep error codes limited to '1'. (#537841)
484     - add initial ifup/ifdown man pages. (#529328, <plautrba@redhat.com>)
485    
486     * Tue Oct 27 2009 Bill Nottingham <notting@redhat.com> - 9.02-1
487     - remove long-since deprecated initlog
488     - remove IUCV support (#507217)
489     - halt: put a wrapper around killall5 to account for retval 2 not being an error (#526539, <hdegoede@redhat.com>)
490     - ifup-eth: honor DEFROUTE=yes|no for 'all' connection types. (#528822)
491     - network-functions: load bonding driver if BONDING_OPTS is defined. (#516569)
492     - rc.sysinit: put /dev/shm in mtab too, as dracut now mounts it. (#528667)
493    
494     * Fri Oct 9 2009 Bill Nottingham <notting@redhat.com> - 9.01-1
495     - rc.sysinit: fix handling of dmraid output to avoid error messages (#527726, <mschmidt@redhat.com>)
496     - rwtab: add /var/lib/xend (#526046)
497     - translation updates: fi, nb, pl
498    
499     * Fri Oct 2 2009 Bill Nottingham <notting@redhat.com> - 9.00-1
500     - halt: wrap /sbin/killall5 to catch some return codes (#526539)
501     - netfs, netconsle, network: fix return codes to match LSB spec (#524489, #524480, #524486)
502     - handle kernels compiled both with and without CONFIG_RTC_HCTOSYS
503     - halt: use killall5's return code to avoid unncesssary sleeping (#524359, <hdegoede@redhat.com>)
504     - halt: don't kill mdmon on shutdown. (#524357, <hdegoede@redhat.com>)
505     - rc.sysinit: do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, <hdegoede@redhat.com>)
506     - translation updates: ca, cs, da, mai, po, sv, uk
507    
508     * Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 8.99-1
509     - init.d/functions: add a '-l' option to status to pass lock file name (#521772)
510     - tweak kernel conflict
511     - translation updates: as, bn_IN, de, fr, hi, it, hu, kn, mr, or, pa, pt, ru, te
512    
513     * Wed Sep 2 2009 Bill Nottingham <notting@redhat.com> - 8.98-1
514     - sysconfig.txt: doucment DHCP_HOSTNAME (#498052)
515     - 88-clock.rules: Use --systz instead of --hctosys. (#517886, #489494)
516     - Support rwtab and state passed from dracut initrd (#515771, <wtogami@redhat.com>)
517     - restore context of *tmp files (#519748)
518     - halt: don't try and save mixer settings if it's not writable. (#515771)
519     - rwtab: add /var/spool, /var/lib/dbus, others (#494973, #515771)
520     - sysconfig.txt: clarify docs (#518614)
521     - rc.sysinit: don't pretend /selinux is configurable (#518164)
522     - assorted ipv6 redundant code deletion
523     - translation updates: bn, ca, de, es, fi, fr, gu, hi, it, ja, ko, ml, nb, nl, pl, pt, pt_BR, ru, sr, ta, zh_CN, zh_TW
524    
525     * Mon Aug 10 2009 Bill Nottingham <notting@redhat.com> - 8.97-1
526     - ipcalc: fix IPv6 address checking (#516319)
527     - ifup-aliases: fix syntax error from earlier cleanups. (#515612, <jik@kamens.brookline.ma.us>)
528     - translation updates: nb
529     - rc.sysinit: remove useless call to pam_console_apply
530    
531     * Mon Aug 3 2009 Bill Nottingham <notting@redhat.com> - 8.96-1
532     - fix up upstart rules for s390(x). (#515222)
533     - leave ChangeLog in the tarball only. (#515012)
534     - disable netfilter on bridged interfaces. (#512206)
535     - assorted shell-related cleanups to ipv6 and other code (<victor.lowther@gmail.com>)
536     - use resolv.conf from dracut netboot before setting hostname. (#514801, <wtogami@redhat.com>)
537     - ipcalc updates (<victor.lowther@gmail.com>)
538     - only use ethtool for link checking; no more mii-tool
539     - require /sbin/blkid directly, as it moves between packages (#508413)
540     - redirect bash errors on 'unset' to /dev/null. (#482888)
541     - fix dmraid partition naming (#501476, <hdegoede@redhat.com>)
542     - don't quote upstart signals. (#501155)
543     - translation updates: bn_IN, da, es, sk
544    
545     * Fri May 1 2009 Bill Nottingham <notting@redhat.com> - 8.95-1
546     - don't kill runlevel events on subsequent entering of the same runlevel (#498514)
547     - lang.*sh: handle spaces in $HOME (#498482)
548     - network-functions: explicitly source from the proper directory. (#496233)
549     - remove persistent names on sys-unconfig. (#448322)
550     - init.d/functions: cgexec has moved to /bin (#495715)
551     - allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
552     - translation updates: fr, ml, pt
553    
554     * Tue Apr 7 2009 Bill Nottingham <notting@redhat.com> - 8.94-1
555     - prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461)
556     - translation updates; bn, de, pt, ru, te
557    
558     * Thu Apr 2 2009 Bill Nottingham <notting@redhat.com> - 8.93-1
559     - rc.sysinit: add a disk synchronization point with scsi_wait_scan post-udev (#481470)
560     - netfs: drop smbfs support, we don't even ship the module or tools any more
561     - setsysfont: honor LC_CTYPE (#487133, <skasal@redhat.com>)
562     - prefdm: do fallbacks based on provides of 'service(graphical-login)' (#485751)
563     - rc.sysinit: handle multiple IP addresses without choking in the stateless code (#443945)
564     - rc.sysinit: catch the right error code from checking for passphrases (#483269, <vladis.kletnieks@vt.edu>)
565     - prefdm: handle empty /etc/sysconfig/desktop correctly (#480113)
566     - ifup-ipsec: allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
567     - ifup-eth: allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
568     - ifup-eth: fix dhcpv6 when there is no IPv4 configuration (#486507)
569     - ifup-ppp: avoid spurious SIGCHLD to pppd (#448881)
570     - ifup-eth: add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>)
571     - stop plymouth when starting single-user mode. (#491062)
572     - add plymouth shutdown script (#473237, <jmccann@redhat.com>)
573     - fix lang.sh/lang.sh/consoletype for execution with '-e'
574     - ifdown-eth: remove arp_ip_target on ifdown for bonding devices. (#483711)
575     - add vlan support for s390 HSI interfaces. (#490584)
576     - ipcalc: support IPv6 (#464268, <dcantrell@redhat.com>)
577     - translation updates: all
578    
579     * Mon Mar 16 2009 Bill Nottingham <notting@redhat.com> - 8.91-1
580     - fix DHCP reading of options from ifcfg-XXX (#483257)
581     - ifdown-eth: clean up bridges on ifdown (#463325, <sean@bruenor.org>)
582     - support MD on iSCSI (#480627)
583     - remove support for 'ifcfg-foo-bar' configurations that inherit from 'ifcfg-foo'
584     - remove slip support
585     - translation updates: es, pl, ca, sr, de, sv, pa, pt_BR
586    
587     * Mon Mar 9 2009 Bill Nottingham <notting@redhat.com> - 8.90-1
588     - init.d/functions: cgroup support (<jsafrane@redhat.com>)
589     - fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>)
590     - rc.sysinit: fix typo. (#487926)
591     - console_init: loadkeys has a -q option for silent running. Use it.
592     - ifup-tunnel: add compatiblity for openNHRP tunnels (#486559, <claude.tompers@ieee.lu>)
593     - ccw_init: don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
594     - netfs: use same kpartx arguments as rc.sysinit
595     - don't list mtab in rwtab (#457941)
596     - translation updates: fi, de, mai
597    
598     * Wed Jan 28 2009 Bill Nottingham <notting@redhat.com> - 8.89-1
599     - use a leading path when sourcing files (#482826)
600     - netfs: don't unmount nfsd filesystem by accident (#481794, <sprabhu@redhat.com>)
601     - bring up ipsec interfaces last (#481733)
602     - ifdown-eth: fix bridge + vlan (#481557, <danken@redhat.com>)
603    
604     * Tue Jan 20 2009 Bill Nottingham <notting@redhat.com> - 8.88-1
605     - init.d/network: return success/failure correctly (#480677)
606     - init.d/halt: fix typo (#480799)
607    
608     * Mon Jan 19 2009 Bill Nottingham <notting@redhat.com> - 8.87-1
609     - rename_device: be much faster in the presence of many devices (#480687, <danms@us.ibm.com>)
610     - fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)
611     - rc.sysinit: don't set $(uname -r) or $(uname -m); they're not used
612     - network-functions-ipv6: set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)
613     - add more entries to rwtab (#476799, <harald@redhat.com>)
614     - net.hotplug: Bail out sooner if the network service isn't running
615     - init.d/halt: determine reboot/halt via existing INIT_HALT environment variable. (#475227)
616     - event.d/serial: add some docs
617     - init.d/functions: __pids_var_run: Handle multi-line pid files correctly (#473287)
618     - remove support for no longer existing 'brctl setgcint' command. (#360471)
619     - add %%config back for ifcfg-lo (#472761)
620     - rcS/rcS-sulogin: don't match commented lines when finding runlevel (#472717)
621     - updated translations: de, sk
622    
623     * Tue Nov 11 2008 Bill Nottingham <notting@redhat.com> - 8.86-1
624     - stop plymouth before stopping the runlevel (#467207)
625     - fix get_config_by_subchannel (#459044, <harald@redhat.com>)
626     - use blkid -l to pick a single most appropriate device (#470027)
627     - don't mkswap on halt, as it breaks swap-by-label/UUID (#469823)
628    
629     * Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
630     - add some error handling/hiding to netfs NM dispatcher script (#469197)
631     - halt: fix code that causes a syntax error on multiple sound cards (#469156)
632     - require a new enough udev version to handle where we put the rules
633     - exit 0 in /etc/rc.d/rc (#469050)
634     - don't set up encrypted devices that have already been set up under different
635     names (#462371, <wwoods@redhat.com>)
636     - accept either the '+<addr>', or comma-separated addresses for arp_ip_target. (#467954,
637     <darcy.sherwood@gmail.com>)
638     - translation updates: hu, kn, ko, ml, sr, sr@latin
639    
640     * Tue Oct 14 2008 Bill Nottingham <notting@redhat.com> - 8.84-1
641     - override Arabic, Persian, and Hebrew on the console (<alsadi@ojuba.org>)
642     - explicitly run mdadm on boot to catch degraded arrays. (<dledford@redhat.com>)
643     - fix setting of console font/map (#458362, <ak@sensi.org>)
644     - translations updates: hi, kn, nb, sk, sv, ta
645    
646     * Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 8.83-1
647     - various merge review fixes (#225900)
648     Notably: init scripts/network scripts are no longer %%config
649     - remove some extraneous device-mapper initialization
650     - use pidfile in status before calling pidof (#463205)
651     - use plymouth directly, not the rhgb-client wrapper
652     - move bridging after bonding (#449950, <djuran@redhat.com>)
653     - use alsactl to save sound settings. (#462677, <jkysela@redhat.com>)
654     - quit plymouth differently (<rstrode@redhat.com>)
655     - make sure we don't try and spawn a repair shell when there's no
656     tty (#463161)
657     - move udev rules to /lib
658     - stateless updates (#433702, <harald@redhat.com>)
659     - call logger with a full path (#447928, <harald@redhat.com>)
660     - translation updates: as, bn_IN, ca, cz, de, es, fi, fr, gu, it, ja,
661     lv, mr, nl, or, pa, pl, pt_BR, ru, te, zh_TW
662    
663     * Wed Sep 10 2008 Bill Nottingham <notting@redhat.com> - 8.82-1
664     - refresh translation strings
665     - plymouth updates. (#460702, <rstrode@redhat.com>)
666     - translation updates: fi, lv, no
667     - remove duplicate dependency (#465182)
668     - ifup-eth: Change how we set the zeroconf route. (#239609)
669     - ifup*: Use 0.0.0.0/0, not 0/0. (#460580)
670    
671     * Fri Aug 29 2008 Bill Nottingham <notting@redhat.com> - 8.81-1
672     - rc.sysinit: Don't use -L in find (#458652, #458504, CVE-2008-3524)
673     - ifup: kill more code from loopback bringup
674    
675     * Tue Jul 29 2008 Bill Nottingham <notting@redhat.com> - 8.80-1
676     - Fix translation typo (#455804, <ruslanpisarev@gmail.com>)
677     - Turn off syncookies
678     - Cleanups for proper plymouth support
679     - Move the mcheck code to a debugmode package, make it more generic
680    
681     * Mon Jul 14 2008 Bill Nottingham <notting@redhat.com> - 8.79-1
682     - fix mcheck stuff to be installed correctly
683     - don't do an arping check for loopback interfaces
684     - console_init: don't wait (<arjan@infradead.org>)
685     - rc: clean up extraneous set -x noise
686     - remove references to static dmraid/multipath binaries (#453987)
687     - translation updates: lv
688    
689     * Fri Jun 20 2008 Bill Nottingham <notting@redhat.com> - 8.78-1
690     - fix mounting of /dev/pts
691    
692     * Thu Jun 19 2008 Bill Nottingham <notting@redhat.com> - 8.77-1
693     - NMDispatcher/05-netfs: fix check for default route (#445509)
694     - service: don't set $LANG, rely on it to inherit from system locales (#422141)
695     - init.d/functions: fix resolve_dm_raid() for older dmraid configs
696     - Don't unmount sysfs in halt. (#446292)
697     - rc.sysinit: don't try to startup crypto if we can't find the device
698     - rc.sysinit: don't echo crypto stuff unless we're actually *doing* something
699     - ifup: don't try to rename devices - udev rules are the way to go
700     - rc.sysinit: fix typo, and don't restorecon on swap, etc. partitions (#448886)
701     - set MALLOC_CHECK_ & MALLOC_PERTURB_ if configured (<pjones@redhat.com>)
702     - console_init: support SYSFONTACM correctly, and support UNIMAP (#448704,
703     <vvv+fedora@colocall.net>)
704     - don't export GRAPHICAL - plymouth is for all modes. also, don't start rhgb
705     - fix clock rules to properly handle old-style RTC devices (#447019)
706     - translation updates: ko, or, pl
707    
708     * Fri May 2 2008 Bill Nottingham <notting@redhat.com> - 8.76-1
709     - fix tcsh syntax error (#444998)
710     - remove debugging cruft from rcS-sulogin
711    
712     * Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> - 8.74-1
713     - use full path to /sbin/ip in NetworkManagerDispatcher script (#444378)
714     - lang.{sh,csh}: read only user customization if LANG is already set (#372151)
715    
716     * Fri Apr 25 2008 Bill Nottingham <notting@redhat.com> - 8.73-1
717     - move event-compat-sysv events here, obsolete it
718     - fix ctrl-alt-del during rc.sysinit (#444050)
719     - fix 'telinit X' from single-user mode (#444001)
720    
721     * Thu Apr 24 2008 Bill Nottingham <notting@redhat.com> - 8.72-1
722     - don't have a S99single when using upstart (#444001, indirectly)
723    
724     * Wed Apr 23 2008 Bill Nottingham <notting@redhat.com> - 8.71-1
725     - adjust to gdm using LANG instead of GDM_LANG (#372151, <rstrode@redhat.com>)
726     - rework netfs' check for networking availability to properly handle both network
727     and NetworkManager
728    
729     * Tue Apr 15 2008 Bill Nottingham <notting@redhat.com> - 8.70-1
730     - find is now in /bin. Use it. (#192991, #239914, #244941, #442178)
731     - require event-compat-sysv for now (#442291)
732     - fix serial event to wait properly
733     - handle encrypted LVs properly (#441728)
734     - add a sit tunnel type (#441635)
735     - translation updates: ru
736    
737     * Tue Apr 8 2008 Bill Nottingham <notting@redhat.com> - 8.69-1
738     - Bring up lo whenever it shows up, not just in network/NM
739     - fix shutdown-related oddities (#438444)
740     - translation updates: el, sr, sr@latin, sv
741    
742     * Fri Apr 4 2008 Bill Nottingham <notting@redhat.com> - 8.68-1
743     - netfs: umount 'ncp' filesystems as well (#437117)
744     - improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>)
745     - fix consoletype environment leak (#439546)
746     - ifdown-eth: make sure NEWCONFIG exists before grepping for it (#390271, continued)
747     - console_check: always open with NONBLOCK, clear the serial structs first,
748     handle non-16550 ports (<dwmw2@infradead.org>)
749     - halt: don't use /etc/sysconfig/clock (#438337)
750     - ifup: don't attempt to re-enslave already-enslaved devices (#440077)
751     - netfs: run as a NetworkManagerDispatcher script (#439242)
752     - netfs: remove $local_fs from the list of provides (making it implicitly provided
753     by booting)
754     - serial: add a crude hack to wait for runlevels to finish (#437379)
755     - serial: frob /etc/securetty when necessary (#437381)
756     - add a upstart-specific inittab
757     - translation updates: as, bn_IN, cs, de, es, fi, fr, gu, hi, it, ja, kn, ml, mr, nb,
758     nl, pa, pl, pt_BR, ru, sk, sr, ta, te, zh_CN
759    
760     * Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.67-1
761     - actually, don't
762    
763     * Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.66-1
764     - use upstart to start rhgb (#433156, <cdahlin@ncsu.edu>)
765    
766     * Mon Mar 10 2008 Bill Nottingham <notting@redhat.com> - 8.65-1
767     - Add a serial console udev/upstart handler (#434764, indirectly)
768     - Add some upstart notification for sysv scripts (modified from <cjdahlin@ncsu.edu>, #431231)
769     - Handle _rnetdev correctly (#435358, <pjones@redhat.com>)
770     - various minor speedups (<arjan@infradead.org>)
771     - translation updates: el, fr
772     - disable network by default, in favor of NetworkManager
773    
774     * Tue Feb 26 2008 Bill Nottingham <notting@redhat.com> - 8.64-1
775     - Add a console_init udev helper to do console initialization
776     - add /sbin/pidof requirement (#434863)
777    
778     * Fri Feb 1 2008 Bill Nottingham <notting@redhat.com> - 8.63-1
779     - don't start RAID arrays in rc.sysinit, that's done by udev (corollary of #429604)
780     - add a NetworkManager-dispatcher script that does netreport on interface changes
781     - use udev rules to set the clock, avoiding issues with modular rtcs (#290731)
782    
783     * Mon Jan 21 2008 Bill Nottingham <notting@redhat.com> - 8.62-1
784     - rc.d/rc.sysinit: fix syntax error (#429556)
785     - migrate sr@Latn -> sr@latin (<kmilos@gmail.com>)
786    
787     * Fri Jan 18 2008 Bill Nottingham <notting@redhat.com> - 8.61-1
788     - use lvm, not lvm.static (#429222)
789     - ifup-eth: don't do something odd if we find a mac address that
790     matches the user-set MACADDR (#251415)
791     - rc.sysinit: fix root fs check to catch 'rw,ordered,noatime,etc.' properly
792     (#334171)
793     - rc.sysinit: Use proper invocations for authconfig, system-config-network
794     (#426372, #428202)
795     - service: handle unreadable scripts (#427767)
796     - initscripts.spec: add requirements for stateless
797     - fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>)
798     - rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291)
799     - minor stateless fixes
800     - Makefile cleanups (from OLPC, <cscott@cscott.net>)
801     - translation updates: fr, ru, nb
802     - don't endelessly loop on ifdown (#390271)
803     - rc.sysinit: - fix encrypted swap partitions with random key
804     (<harald@redhat.com>)
805    
806     * Tue Oct 9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1
807     - don't chvt with rhgb - just kill it when needed
808    
809     * Mon Oct 8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1
810     - rc.sysinit: fix rhgb check
811     - prefdm: add wdm section (#248087)
812     - init.d/functions, halt: clean up some extraneous delays (#219816)
813     - ifup-wireless: set mode before bringing link up (#254046, <linville@redhat.com>)
814     - translation updates: pt_BR, hr
815    
816     * Fri Oct 5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1
817     - revert kernel conflict so that xen can still work (#319401)
818     - rename_device, 60-net.rules: only suggest an interface name (part of #264901)
819     - require newer udev for persistent net rules (part of #264901)
820     - don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219)
821     - genhostid: fix for 64-bit systems (#306811)
822     - more bash matching fixes (#220087)
823     - translation updates: is, nb
824    
825     * Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1
826     - work around upstream bash changes (#220087, modified from <nvigier@mandriva.com>)
827     - init.d/network: add Should-Start for firewall services
828     - ifup-eth: handle arp_ip_target separately (#288151, <agospoda@redhat.com>)
829     - rc.sysinit: remove rc.serial support - should be udev rules
830     - rc.sysinit: remove acpi module loading - now supported by the kernel automatically
831     - fix en_GB translation (#271201)
832     - translation updates: as, bn_IN, bg, ca, cs, de, el, es, fi, gu, hi, it, ja, ko, kn, ml,
833     mr, nb, nl, pa, pl, pt, pt_BR, ro, sl, sr, sr@Latn, sv, ta, te, zh_CN
834    
835     * Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 8.56-1
836     - rename_device: fix open() call
837     - rc.sysinit: optimize out some excess greps (<harald@redhat.com>)
838     - halt: support newer nut syntax, conflict with old versions (#252973, <tsmetana@redhat.com>)
839     - fix buildreq from popt -> popt-devel
840     - newer popt is in /lib|/lib64 - require it, and link dynamically
841     - rc.sysinit: added support for cryptsetup-uuids (bug #242078, <harald@redhat.com>)
842     - netconsole: fix status(), assorted other cleanups
843     - translation updates: fr, ro, sk
844    
845     * Fri Jul 27 2007 Bill Nottingham <notting@redhat.com>
846     - add /etc/networks (#239602)
847     - rc.sysinit: fix quotacheck, remove obsolete convertquota (#249003, <tometzky@batory.org.pl>)
848     - rc.sysinit: add gfs2 to the 'don't mount here' list (#248985)
849     - netfs: check for rpcbind, not portmap (#245595)
850     - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
851     - translation updates: cy, en_GB, mk, ml, ms, pl, sk, ta, zh_CN
852    
853     * Tue Jul 17 2007 Nils Philippsen <nphilipp@redhat.com>
854     - avoid calling unicode_start unnecessarily often during startup/shutdown which
855     causes certain monitor/video card combos to flicker heavily (#237839)
856    
857     * Tue May 15 2007 Bill Nottingham <notting@redhat.com> 8.54-1
858     - translation updates: as, bg, cs, ja, ms
859     - redirect bogus errors from cryptsetup to /dev/null <karsten@redhat.com>
860    
861     * Thu Apr 19 2007 Bill Nottingham <notting@redhat.com> 8.53-1
862     - init.d/halt: use sound saving wrapper from alsa-utils, conflict with
863     older versions (#236916)
864     - usernetctl: drop user gid (#229372)
865     - translation updates: ta, pt_BR, nb, as, hi, de
866    
867     * Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> 8.52-1
868     - lang.sh: fix locales where SYSFONT is not the default (#229996)
869     - ifup-wireless: properly quote arguments (#234756)
870     - readonly-root: add options for mounting state (#234916)
871     - rwtab: updates (#219339, <law@redhat.com>)
872     - add netconsole init script (#235952)
873     - disable link checking when PERSISTENT_DHCLIENT is set (#234075)
874     - restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>)
875     - ifup-post: only use the first address (#230157, <michal@harddata.com>)
876     - ifup-ipsec: allow overriding of my_identifier (#229343, <cmadams@hiwaay.net>)
877     - ifup-wireless: set link up before itweaking wireless parameters (#228253)
878     - rc.sysinit: restorecon on mount points when relabeling (#220322)
879     - init.ipv6-global: cleanup & optimize sysctl usage (#217595)
880     - ifup-eth: support ETHTOOL_OPTS on bridge devices (#208043, <bbaetz@acm.org>)
881     - network-functions-ipv6: as we don't use NETWORKING_IPV6, silence errors (#195845)
882     - fix description (#229919)
883     - translation updates
884    
885     * Fri Feb 23 2007 Bill Nottingham <notting@redhat.com> 8.51-1
886     - fix 'Fedora Fedora' in rc.sysinit
887     - halt: use kexec -x to not shut down network (#223932, <mchristi@redhat.com>)
888     - network_functions: fix is_bonding_device logic (#229643)
889     - translation updates: nb
890    
891     * Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> 8.50-1
892     - lang.csh, lang.sh: if $LANG is set, don't override it (#229102)
893     - initlog.1: fix man page formatting (<esr@thyrsus.com>)
894     - network-functions: simplify bonding test (#215887, <herbert.xu@redhat.com>)
895     - fix ifup-post when lookup fails (#220318, <hiroshi.fujishima+redhat@gmail.com>)
896     - add bridging docs (#221412, <markmc@redhat.com>)
897     - release bonding slaves properly (#220525)
898     - fix ppp-watch with ONBOOT=yes (#216749)
899     - support VLAN_PLUS_VID_NO_PAD (#222975, #223011)
900     - remove NETWORKING_IPV6; to disable, use a modprobe rule
901     - translation updates: ms, de, el, pt_BR, fi, bs, sr, it, ko
902    
903     * Tue Dec 19 2006 Bill Nottingham <notting@redhat.com> 8.49-1
904     - rc.sysinit: remove raidautorn (#219226)
905     - ifup-eth: set MACADDR, MTU before initializing bonding slaves, etc (#218792)
906     - translation updates: mr, ms, hi, te, ml
907    
908     * Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.48-1
909     - add a step to rename any temporarily renamed devices (#208740, #214817)
910     - make sure network modules don't get accidentally reloaded (#211474)
911     - rc.sysinit: fix dmraid test (#216334)
912     - init.d/halt: don't unmount network filesystems
913     - ipsec: Add a way to manually manage racoon.conf (#159343, <mitr@redhat.com>)
914     - sysconfig.txt: Document ~/.i18n (#199323, <mitr@redhat.com>)
915     - some translation updates
916    
917     * Mon Nov 6 2006 Bill Nottingham <notting@redhat.com> 8.47-1
918     - lang.{sh,csh}: handle sinhalese as well in CJKI clauses (#212438)
919     - rc.sysinit: add '--auto=yes' to mdadm invocation (#213671)
920     - rename_device: fix incorrect handling of .bak files
921     - mount tmpfs with -n (#213132)
922     - various SUBCHANNELS related s390 fixage (#204803)
923     - lang.{sh,csh}: support iso-8859-8 (#212738, <matan@svgalib.org>)
924    
925     * Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1
926     - ifup-eth: restorecon on moved lease file
927     - rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
928     - revert early-login support (#210836, essentially)
929     - blacklist CJKI on the virtual console (#120819)
930     - rc.sysinit: use dmraid.static (#211297)
931     - use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
932     - use /etc/statetab, /etc/statetab.d for local state (#211839, <markmc@redhat.com>)
933     - fix or_IN and similar locales (#212219)
934     - use SUBCHANNELS as the primary key for s390 network devices (#204803)
935     - translation updates
936    
937     * Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
938     - lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
939     (reverts: #186961; fixes #209469)
940     - translation updates: ms
941    
942     * Wed Oct 4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
943     - separate tmpfs-usage for state from readonly-root
944     - set keymap correctly in non-utf8 locale (#167363)
945     - setsysfont: run unicode_stop if in non-unicode locale
946     - lang.csh/lang.sh: set iutf8 if appropriate (#186961)
947     - lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
948     - rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
949     - rwtab: fix iscsi file location (#208864)
950     - translation updates: el, da, as, or
951     - fix stateless updates (#206331, <law@redhat.com>)
952    
953     * Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
954     - move ccwgroup initialization to a udev rule (should fix #199139,
955     #199655, #169161)
956     - init.d/functions: don't write to gdmfifo
957     - remove unused-since-RHL-7 consolechars code, update docs (#206106)
958     - stateless updates (#206331, <law@redhat.com>)
959     - translation updates (el, ms, hr, sl)
960    
961     * Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
962     - run rc.sysinit, /etc/rc in monitor mode (part of #184340)
963     - use a better check for 'native' services (#190989, #110761, adapted
964     from <matthias@rpmforge.net>)
965    
966     * Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
967     - fix network ipv6 hang (#207137, others)
968     - rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab
969     - rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>)
970     - sysconfig.txt: clarify onboot/onparent usage
971    
972     * Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1
973     - translation updates
974     - rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device
975     name to avoid any realistic namespace clashes
976     - rc.sysinit: set default affinity if specified on commandline (#203359)
977     - always pass path to '.' (#206035)
978     - run setsysfont, loadkeys always when /dev/tty{0,1} exist (#150769)
979     - allow going to a shell when system is shut down cleanly (from <dwalsh@redhat.com>)
980    
981     * Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
982     - translation updates
983     - Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
984     - make /dev/mapper/control ourselves (<pjones@redhat.com>)
985     - init.d/network: simplify 'status' call
986     - fix actual 169.254 networks (#203591)
987     - rc.sysinit: don't run vgscan (#191879)
988     - init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>)
989     - rc.sysinit: catch more dmraid errors (#200683)
990     - support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
991     <lv@lekv.de>)
992     - IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
993    
994     * Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
995     - translation updates
996     - bring down bonding slaves on ifdown (#199706)
997     - support LINKDELAY for dhcp (#191137)
998     - netfs: run multipath on netdev devices (#180977)
999     - halt: use /proc/mounts instead of /etc/mtab (#198426, <mitr@redhat.com>)
1000     - rc.sysinit: fix getkey race (#191453, <mitr@redhat.com>)
1001     - spec cleanups (#188614, <kloczek@rudy.mif.pg.gda.pl>)
1002     - support aliases on vlan (#193133, <mitr@redhat.com>)
1003     - clean up ifcfg file handling (<mitr@redhat.com>, <michal@harddata.com>)
1004     - GRE and IPIP tunnel support (#168990, <mitr@redhat.com>,
1005     <razvan.vilt@linux360.ro>, <aaron.hope@unh.edu>, <sean@enertronllc.com>)
1006     - rc.sysinit: don't format encrypted swap always (#127378)
1007     - don't try to add routes to alias devices (#199825, #195656)
1008    
1009     * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.37-1
1010     - update translations
1011    
1012     * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.36-1
1013     - rework automatic swapon - only run if AUTOSWAP=yes, and fix errors
1014     (#198695, #196179, #196208)
1015     - redo single so it starts last in runlevel 1, and doesn't kill/start
1016     services itself
1017     - add configurable delay for killproc() (#198429, <jorton@redhat.com>)
1018     - fix loop in rename_device (#199242, <markmc@redhat.com>)
1019     - rc.sysinit: stateless updates (#197972, <law@redhat.com>)
1020     - support for copying dhcp leases from initramfs (#198601, <markmc@redhat.com>)
1021     - readonly-root: SELinux works now in the kernel, allow it
1022     - init.d/network: don't bring down network if root is on a network device
1023     - init.d/halt: don't use -i to halt; causes problems with iscsi
1024     - add support for routing rule-$device (#132252, <mitr@redhat.com>)
1025     - fix rhgb output (#192604, <tonynelson@georgeanelson.com>)
1026     - fix crypttab options for LUKS (#197656, <mitr@redhat.com>)
1027     - ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>)
1028     - ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)
1029     - rename_device: ignore alias devices, fix race (#186355)
1030     - ifup/ifdown: don't mark as %%config
1031     - rwtab: some additions/cleanup
1032    
1033     * Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
1034     - readonly root enhancments (modified from <law@redhat.com>, #193164)
1035     - encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
1036     - clarify killproc usage (#193711, <mitr@redhat.com>)
1037     - document BRIDGE= (#192576, <mitr@redhat.com>)
1038     - rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
1039    
1040     * Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
1041     - link glib2 dynamically now that it's in /lib, conflict with older
1042     versions
1043     - handle cups specially when cleaning /var (#189168)
1044     - remove ifdown-aliases (<mitr@redhat.com>)
1045     - ifup-ipsec: fix key handling when only one of AH or ESP is used
1046     (#166257, <mituc@iasi.rdsnet.ro>)
1047     - IPv6 updates, including RFC 3041 support (<pb@bieringer.de>)
1048     - routing fixes, add METRIC support for default routes (#124045, <mitr@redhat.com>)
1049     - fix handling of mount points with white space (#186713, <mitr@redhat.com>)
1050    
1051     * Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1
1052     - support for readonly root
1053     - rc.sysinit: remove call to zfcpconf.sh - that should be udev rules
1054     - ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>)
1055     - rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>)
1056    
1057     * Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1
1058     - netfs: fix redirect (#187505)
1059     - rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>)
1060     - functions/pidof: various fixes (#182623, others <mitr@redhat.com>)
1061     - add support for DHCP on bridges (#125259, <mitr@redhat.com>,
1062     anders@kaseorg.com>)
1063     - rc.sysinit: use pidof, not killall (#185429, <pjones@redhat.com>)
1064     - ppp fixes (#129195, #163950, #92023, <mitr@redhat.com>, <avi@argo.co.il>)
1065     - ifup/ifdown: unset $WINDOW (#174336, <mitr@redhat.com>)
1066    
1067     * Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1
1068     - add udev helper to rename network devices on device creation
1069    
1070     * Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1
1071     - fix context of /dev/pts (#185436)
1072     - translation updates
1073    
1074     * Sun Mar 5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
1075     - fix kexec support (<jmoyer@redhat.com>)
1076     - translation updates
1077    
1078     * Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
1079     - hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
1080     - fix endless loops in ifup/ifdown (#177792, #182466)
1081     - fix enabling of enforcing SELinux mode after relabel (#181893)
1082     - remove debugging code from ifup-bnep
1083     - add /proc, /sys mounting back to rc.sysinit
1084     Note: booting without an initrd is deprecated
1085     - translation updates
1086    
1087     * Tue Feb 14 2006 Peter Jones <pjones@redhat.com> 8.29-1
1088     - scrub another possible error message from dmraid output
1089    
1090     * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.28-1
1091     - kill nash-hotplug before starting udev (<pjones@redhat.com>)
1092     - silence warnings on /dev/pts remount (<pjones@redhat.com>)
1093     - more translation updates
1094    
1095     * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1
1096     - translation updates
1097     - lang.sh: revert fix for #176832, it's broken
1098     - ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>)
1099    
1100     * Tue Feb 7 2006 Bill Nottingham <notting@redhat.com> 8.26-1
1101     - revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change
1102     - add some ugly hacks to make sure net hotplug doesn't run after unclean
1103     shutdown (#177795)
1104     - don't mount /sys and /proc in rc.sysinit - the initrd already does
1105     (<pjones@redhat.com>)
1106     - halt: try to unmount tmpfs filesystems before swapoff (#174000,
1107     <mitr@redhat.com>)
1108    
1109     * Thu Feb 2 2006 Bill Nottingham <notting@redhat.com> 8.25-1
1110     - ifup: don't run the arping check if the address is already on the device
1111    
1112     * Wed Feb 1 2006 Bill Nottingham <notting@redhat.com> 8.24-1
1113     - init.d/functions: fix sendmail startup
1114     - sysconfig.txt: fix typos (<mitr@redhat.com>)
1115    
1116     * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 8.23-1
1117     - rc.sysinit: do a better job of not activating already active dmraids
1118    
1119     * Tue Jan 31 2006 Bill Nottingham <notting@redhat.com> 8.22-1
1120     - remove references to /usr/X11R6/bin (#177938)
1121     - rc.sysinit: fix SELinux message formatting (#178532)
1122     - rc.sysinit: clean cvs as well (#178539, <ville.skytta@iki.fi>)
1123     - init.d/halt: move halt.local so that it runs before / is remounted r/o (#179314)
1124     - rc.sysinit: don't activate already active dmraids (<pjones@redhat.com>)
1125     - rc.sysinit: don't mount usbfs, libusb no longer uses it
1126     - init.d/functions: Add -p to status() (#134363, <mitr@redhat.com>)
1127     - init.d/functions: Separate /var/run/*.pid handling and pidof calls
1128     to private functions (#63440, <mitr@redhat.com>)
1129     - init.d/functions: update for current LSB, including -p pidfile
1130     (#99325, #134363, <mitr@redhat.com>, <tobias.burnus@physik.fu-berlin.de>)
1131     - getkey: various cleanups, add man page (#54481, <mitr@redhat.com>)
1132     - lang.sh: don't always call consoletype (<laroche@redhat.com>)
1133    
1134     * Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
1135     - move handling of network hotplug events here, add appropriate udev
1136     rules, obsolete hotplug
1137     - get rid of some path lookups (#178321, <mclasen@redhat.com>)
1138     - get hwaddrs from sysfs as opposed to ip | sed
1139     - translation updates
1140     - lang.sh: don't run unicode_start for subshells (#176832)
1141     - halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
1142     - add service(8) man page (#44857) <mitr@redhat.com>
1143    
1144     * Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
1145     - remove kmodule. udev handles module loading now
1146     - require appropriate udev
1147    
1148     * Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 8.19-1
1149     - Require syslog, for alternate implementations thereof (#172885)
1150     - Fix fsck invocation for weeding out netdev devices (#175803)
1151    
1152     * Fri Dec 2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
1153     - use new dhclient file paths, add appropriate conflict (#169164)
1154    
1155     * Wed Oct 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
1156     - make sure corefile limiting works for user processes as well
1157     (#166511, <ville.skytta@iki.fi>)
1158     - ifup-routes: handle no EOF in the route file (#156972)
1159     - rc.sysinit: tweak mesage (#156972)
1160     - ifdown-eth: clean up error message (#135167)
1161     - rc.sysinit: call kpartx on multipath devices (#160227)
1162     - ifup-eth: move wireless options before bridge options (#122801)
1163     - ifup-wireless: silence error (#90601)
1164     - init.d/functions: change translated string (#54682)
1165    
1166     * Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
1167     - fix typo bug
1168    
1169     * Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
1170     - support proper dial-in configuration, thanks to Peter Bieringer (#158380)
1171    
1172     * Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
1173     - kmodule: don't probe for uninteresting devices. speeds things up
1174     - network-functions: deal with broken networks better (#168947)
1175     - rc.sysinit: automatically reboot if labels are really out of date
1176     (<dwalsh@redhat.com>)
1177     - network-functions: throw out nameif error messages
1178     - rc.sysinit: use multipath.static (#168321)
1179     - rc.sysinit: use ignorelocking (#168195)
1180    
1181     * Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
1182     - fix usage of the module blacklist (#168020)
1183    
1184     * Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
1185     - fix on-boot relabelling (<dwalsh@redhat.com>)
1186    
1187     * Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
1188     - ifup-eth: fix interface renaming (#158774)
1189     - rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
1190     - remove workaround for the fonts-not-initialized-on-secondary-consoles
1191     problem (fixed in 2.6.12-rc4 and later)
1192     - setsysfont: correctly bracket systfontacm (#159706)
1193     - rc.sysinit: always use udevsend, even if no modules (#160987)
1194     - ifdown-aliases: add 'cd' to the proper dir (#161170)
1195     - add diskdump restore support (<tuchida@redhat.com>),
1196     conflict with appropriate diskdumputils
1197     - rc.sysinit: dmraid/multipath support
1198     - remove LVM1 support
1199     - init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
1200     - ifup-wireless: set rate in quotes (#163123)
1201     - handle lvm & fsck for network block devices (#148764,
1202     <alewis@redhat.com>)
1203     - initlog: fix invalid free calls, (#165033), (#163973,<dwalsh@redhat.com>)
1204     - sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
1205     - updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
1206    
1207     * Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
1208     - fix mis-bringup of interfaces due to accidentally matched HWADDR
1209     (a.k.a. ONBOOT=no not working) (#153669, #157252)
1210     - support automatic relabeling later if rebooted w/o SELinux
1211     (<dwalsh@redhat.com>)
1212     - rc.sysinit: fix fixfiles invocation (#157182)
1213     - btmp should be 0600 (#156900)
1214     - translation updates: fr, bg, ru, mk, pa, es
1215    
1216     * Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 8.10-1
1217     - fix hang on stale GDM sockets (#156355)
1218    
1219     * Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> 8.09-1
1220     - rc.sysinit: clean up screen sockets (#155969)
1221     - functions: use pidof -c in various functions
1222     - ifup-ppp: fix static routes with ppp demand dialing (#20142,
1223     <ohrn+redhat@chalmers.se>)
1224     - add btmp support (#155537)
1225     - don't send dhcp hostname (revert of fix for #149667)
1226     - more early-login modifications (<mclasen@redhat.com>)
1227     - functions: fix echo (#155270)
1228    
1229     * Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 8.08-3
1230     - fix ifup-routes script (#155195)
1231    
1232     * Mon Apr 18 2005 Florian La Roche <laroche@redhat.com>
1233     - fix strstr call in rc.sysinit
1234    
1235     * Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 8.08-1
1236     - update translation base
1237     - automatically send hostname for DHCP if it's available and not
1238     overridden (#149667)
1239     - load user-defined module scripts from /etc/sysconfig/modules at
1240     boot (#123927)
1241     - halt: reverse sort the mount list, avoiding errors
1242     (#147254, <jamesodhunt@hotmail.com>)
1243     - ifup-wireless: add SECURITYMODE (#145407)
1244     - network-functions: don't error out if hotplug doesn't exist (#140008)
1245     - ifup: always return errors on trying to bring up nonexistent devices (#131461)
1246     - ifup: fix error message (#143674)
1247     - rc.sysinit: add a autorelabel boot target (#154496)
1248     - prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
1249     - remove support for the old firewall type
1250     - network: optimize some (#138557, <drepper@redhat.com>)
1251     - prefdm: fix prefdm arg handling (#154312, <khc@pm.waw.pl>)
1252     - gdm early-login support (adapted from <rstrode@redhat.com>)
1253     - ifup-routes: make sure commented lines are handled correctly (#154353,
1254     #114548, <link@pobox.com>)
1255     - some sysconfig.txt updates (<link@pobox.com>, <jvdias@redhat.com>)
1256     - rc.sysinit: fix restorecon invocation (#153100)
1257     - initlog: free some of the more egregious memory leaks (#85935)
1258     - initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)
1259     - remove some conflicts, %%post scripts, etc. that were only relelvant
1260     for upgrades from pre-7.0
1261     - other minor fixes, see ChangeLog
1262    
1263     * Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
1264     - bring back initlog for third-party scripts until a new framework is
1265     in place
1266    
1267     * Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
1268     - handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
1269     - ifup-ipsec: handle non-ascii keys (#150552)
1270     - add proper ipsec route (#146169, #140654)
1271     - add a restorecon for /tmp to rc.sysinit
1272     - document ONHOTPLUG in sysconfig.txt
1273     - fix mistranslation (#151120)
1274     - don't return 1 for stopping a process if it isn't running at all
1275     - don't explicitly set fwd polices for ipsec traffic. Let setkey
1276     handle it.
1277    
1278     * Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
1279     - ipv6 cleanups (<pb@bieringer.de>)
1280     - rc.sysinit: fix rngd check (#130350)
1281     ... then turn it off entirely
1282     - rc.sysinit: get rid of duplicate date printout (#149795)
1283     - ifdown: handle being called on down devices better
1284     - handle saved resolv.conf on all device types
1285     - fix network-functions cleanup
1286     - netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
1287     - dhcp release cleanups (<jvdias@redhat.com>)
1288     - ifup-bnep: bluetooth update <dwmw2@infradead.org>
1289     - more ipsec stuff (#147001, <ckjohnson@gwi.net>)
1290    
1291     * Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
1292     - split out ifup/ifdown general case to ifup/ifdown-eth;
1293     add ifup/ifdown-bnep (<dwmw2@redhat.com>)
1294     - ifup-ipsec: add fwd policies (#145507)
1295     - fix multiple scsi_hostadapter loads (#145432)
1296     - enable syncookies in sysctl.conf (#145201)
1297    
1298     * Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
1299     - use udevsend to handle hotplug events (requires recent udev)
1300     - remove pump, dhcpcd support
1301     - fix ONxxx (#136531, <cww@redhat.com>)
1302     - fix various fgreps to not catch commented lines (#136531, expanded
1303     from <cww@redhat.com>)
1304     - set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
1305     - kill dhcp client even if BOOTOPROTO is now static (#127726, others)
1306     - replace the use of route/ifconfig with ip in IPv6 code, remove support
1307     for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
1308     - fix quoting in daemon() (#144634)
1309     - make sysctl be silent (#144483)
1310    
1311     * Mon Jan 3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
1312     - remove initlog, minilogd
1313     - add a flag to kmodule for use with kudzu's socket mode, use it
1314     - change setting of IPv6 default route (#142308, <pb@bieringer.de>)
1315     - netfs: don't unmount NFS root FS (#142169)
1316    
1317     * Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
1318     - further bootup noise reductions
1319     - rc.d/rc.sysinit: do implicit unicode conversion on keymap
1320    
1321     * Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
1322     - fix previous fix (#139656)
1323    
1324     * Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1
1325     - clear and repopulate mtab before mounting other filesystems (#139656)
1326     - remove more devfs compat
1327    
1328     * Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
1329     - various kmodule speedups
1330     - rc.d/init.d/netfs: don't mount GFS (#140281)
1331     - fix various minilogd bogosities (#106338)
1332    
1333     * Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1
1334     - configure CTC protocol if CTCPROT is set (#133088)
1335    
1336     * Mon Nov 15 2004 Bill Nottingham <notting@redhat.com>
1337     - fix check_link_down to still check negotiation if link is
1338     listed as "up" on entering (#110164, <dbaron@dbaron.org>)
1339    
1340     * Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1
1341     - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)
1342    
1343     * Tue Nov 9 2004 Bill Nottingham <notting@redhat.com>
1344     - fix typo (#134787, <bnocera@redhat.com>)
1345    
1346     * Sun Nov 7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
1347     - various translation updates
1348    
1349     * Tue Nov 2 2004 Bill Nottingham <notting@redhat.com>
1350     - take an axe to rc.sysinit:
1351     - remove delay on unclean startup
1352     - remove hdparm code
1353     - remove LVM1 code
1354     - remove old raidtab code in favor of mdadm
1355     - remove support for old isapnp tools
1356     - move all block device mangling before fsck. run fsck *once*, not twice
1357     - some more LC_ALL=C stuff
1358    
1359     * Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
1360     - /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup
1361     - /etc/rc.d/rc.sysinit:
1362     - do not read udev.conf, this seems to be all in the start_udev script
1363     - fix detection of "nomodules" kernel command line option
1364     - read /proc/cmdline earlier and convert rhgb to use that, too
1365     - load_module(): change redirection to /dev/null
1366     - some checks for RHGB_STARTED="" looked strange
1367     - /etc/sysconfig/network-scripts/ifup-ppp:
1368     - remove a call to basename with shell builtins
1369     - /etc/sysconfig/network-scripts/network-functions:
1370     - remove some calls to basename/sed with shell builtins
1371    
1372     * Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
1373     - fix prefdm fallback to installed display managers (#137274)
1374     - fix incorrect rhgb temporary path (#137391)
1375    
1376     * Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93-1
1377     - translation updates
1378     - fix handling of GATEWAYDEV (#133575, <pekkas@netcore.fi>)
1379    
1380     * Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1
1381     - rc.d/rc.sysinit: remove devlabel call
1382     - mdadm support, now that raidtools is gone (#126636, #88785)
1383     - call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>)
1384     - cleanup a couple of nits that could affect bug #134754
1385     - make sure we return to rhgb after fsck (#133966, #112839, #134449)
1386     - automatically reboot when fsck calls for it, instead of requiring
1387     manual intervention (#117641 and duplicates)
1388     - ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>)
1389     - translation updates
1390    
1391     * Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1
1392     - fix portname for LCS devices
1393    
1394     * Fri Oct 08 2004 Bill Nottingham <notting@redhat.com>
1395     - remove sysconfig/rawdevices, as initscript is removed
1396    
1397     * Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
1398     - change /etc/sysctl.conf to not allow source routed packets per default
1399    
1400     * Fri Oct 6 2004 Bill Nottingham <notting@redhat.com> - 7.88-1
1401     - fix requires
1402    
1403     * Tue Oct 5 2004 Dan Walsh <dwalsh@redhat.com> - 7.87-1
1404     - Change SELinux relabel to not remount /
1405    
1406     * Mon Oct 4 2004 Bill Nottingham <notting@redhat.com>
1407     - use runuser instead of su; require it
1408     - init.d/halt: use right file name for random seed (#134432)
1409    
1410     * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
1411     - use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
1412     - filter indic locales on the console (#134198)
1413    
1414     * Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1
1415     - ifup, network-functions: fix worked-by-accident shell quoting
1416     - lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>)
1417     - SELinux fixes
1418     - clean up prefdm
1419     - init.d/functions: export LC_MESSAGES (#133786)
1420     - allow daemon to coredump if requested (#130175)
1421     - network-functions: be more liberal in what we accept for link types (#90602, #127984)
1422     - fix overzealousness with -range aliases (#65415)
1423     - rc.sysinit: use s-c-keyboard, not kbdconfig (#133929)
1424     - fix checkpid logic, clean up potential errors (#134030)
1425     - translation updates
1426    
1427     * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1
1428     - only start udev once
1429    
1430     * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1
1431     - conflict with old udev
1432     - use udev if it's present
1433    
1434     * Tue Sep 21 2004 Bill Nottingham <notting@redhat.com>
1435     - don't mount usbfs without usb. also, at least be consistent in filesystem type
1436    
1437     * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1
1438     - fix handling of nonexistent devices (#132839)
1439     - rhgb enhancements (<veillard@redhat.com>, #132665)
1440     - initscripts.spec: require nash (#132513)
1441     - translation updates
1442    
1443     * Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1
1444     - load iucv device config after /etc/sysconfig/network so that
1445     GATEWAY doesn't get overwritten
1446    
1447     * Fri Sep 10 2004 Bill Nottingham <notting@redhat.com> - 7.80-1
1448     - fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)
1449    
1450     * Fri Sep 10 2004 Karsten Hopp <karsten@redhat.com> - 7.79-1
1451     - load ctc device config after /etc/sysconfig/network so that
1452     GATEWAY doesn't get overwritten
1453    
1454     * Wed Sep 8 2004 Dan Walsh <dwalshg@redhat.com> - 7.78-2
1455     - fix setting SELinux contexts on udev-created-in-initrd devices
1456     - Let restorecon check if selinux is enabled.
1457    
1458     * Wed Sep 8 2004 Bill Nottingham <notting@redhat.com> - 7.78-1
1459     - set SELinux contexts on udev-created-in-initrd devices, if necessary
1460    
1461     * Wed Sep 1 2004 Bill Nottingham <notting@redhat.com> - 7.77-1
1462     - mount usbfs (#131347)
1463     - start any automatic raid devices
1464     - remove triggers for ancient releases, bulletproof remaining ones (#131356)
1465    
1466     * Wed Sep 1 2004 Jeremy Katz <katzj@redhat.com> - 7.76-1
1467     - udev uses UDEV_TMPFS now
1468    
1469     * Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 7.75-1
1470     - fix sysfs configuration of qeth and lcs network interfaces
1471     (eth, tr, hsi)
1472    
1473     * Mon Aug 30 2004 Karsten Hopp <karsten@redhat.de> 7.74-1
1474     - fix support for LCS portnumbers (mainframe)
1475    
1476     * Fri Aug 27 2004 Jason Vas Dias <jvdias@redhat.com> 7.73-1
1477     - Add support for running the DHCPv6 client to ifup
1478     - (new DHCPV6C=yes/no ifcfg-${IF} variable) + update sysconfig.txt
1479    
1480     * Fri Aug 27 2004 Bill Nottingham <notting@redhat.com> 7.72-1
1481     - flip the kernel conflict to a Requires:
1482    
1483     * Thu Aug 26 2004 Karsten Hopp <karsten@redhat.de> 7.71-1
1484     - ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead
1485    
1486     * Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
1487     - autoload hardware modules on startup
1488     - minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
1489     - ifup: support STP bridging (#123324)
1490     - rc.sysinit: do a SELinux relabel if forced
1491     - rc.sysinit: remove devfs compat and the remaining 2.4 compat
1492     - ifup-wireless: support multiple keys (#127957)
1493     - fix firmware loading (#129155, <bnocera@redhat.com>)
1494    
1495     * Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
1496     - execute zfcfconf.sh if available (mainframe)
1497    
1498     * Mon Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.67-1
1499     - fix change_resolv_conf: if pre-existing /etc/resolv.conf
1500     - non-existent or empty, replace with new file contents.
1501    
1502     * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1503     - Allow users to use generic /etc/dhclient.conf if per-device
1504     - /etc/dhclient-${DEVICE}.conf is non-existent or empty
1505    
1506     * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1507     - Preserve "options" settings in resolv.conf (bug 125712)
1508    
1509     * Fri Aug 20 2004 Jeremy Katz <katzj@redhat.com> - 7.65-1
1510     - look at /etc/udev/udev.conf, not /etc/sysconfig/udev (#130431)
1511    
1512     * Fri Aug 20 2004 Bill Nottingham <notting@redhat.com> 7.64-1
1513     - rc.d/rc.sysinit: check for dev file too (#130350)
1514    
1515     * Thu Aug 19 2004 Than Ngo <than@redhat.com> 7.63-1
1516     - allow CBCP with own number (#125710)
1517    
1518     * Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
1519     - fix up resolv.conf munging (#129921)
1520     - use rngd if available
1521     - run start_udev if necessary (#120605)
1522     - readonly root updates (#129893, <markmc@redhat.com>)
1523     - ifup-wireless: quote key (#129930)
1524     - remove rawdevices (#130048)
1525     - handle binfmt_misc in rc.sysinit for the case where it's built in (#129954)
1526     - remove mkkerneldoth
1527     - don't remove linguas in lang.* (part of #9733)
1528     - fix nfs unmounting (#129765)
1529     - fix URL (#129433)
1530    
1531     * Tue Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
1532     - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
1533    
1534     * Tue Aug 3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
1535     - write peerid into sysfs for IUCV devices (mainframe)
1536    
1537     * Tue Aug 3 2004 Bill Nottingham <notting@redhat.com>
1538     - don't remove /dev/mapper/control - nash will do it if it has to (#127115)
1539    
1540     * Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
1541     - fix for bug 125712: add 'change_resolv.conf' function
1542    
1543     * Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
1544     - rc.d/init.d/network: don't bring interfaces down twice (#127487)
1545    
1546     * Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
1547     - fix bonding + no IP (#127285)
1548     - wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
1549    
1550     * Wed Jul 7 2004 Bill Nottingham <notting@redhat.com>
1551     - move random stuff to rc.sysinit/halt; move all swap to after this.
1552     prereq of bug #123278
1553    
1554     * Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
1555     - set context on ICE directory after making it (#127099, <concert@europe.com>)
1556     - don't mount GFS filesystems in rc.sysinit
1557    
1558     * Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1
1559     - rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
1560     - set devicetype for xDSL (#126194)
1561     - ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>)
1562     - unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>)
1563     - bonding fixes
1564     - setsysfont: remove error (#100559)
1565     - remove duplicate setting of network routes (#125450)
1566     - vlan fixes (#107504, <hrunting@texas.net>)
1567     - ifup-aliases: remove bogus route setting (#120908)
1568    
1569     * Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1
1570     - readonly root fixes (<alexl@redhat.com>)
1571    
1572     * Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
1573     - special TYPE for qeth devices to differenciate them from ethX
1574    
1575     * Mon May 24 2004 Bill Nottingham <notting@redhat.com>
1576     - fix pppd vs. ppp typo in conflicts (#123680)
1577    
1578     * Fri May 21 2004 Bill Nottingham <notting@redhat.com>
1579     - fix bridging confusing module order (#122848, <luto@myrealbox.com>)
1580     - rc.d/rc.sysinit: don't mount cifs (#122501)
1581    
1582     * Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1
1583     - add support for ccwgroup devices on mainframe
1584    
1585     * Thu May 13 2004 Than Ngo <than@redhat.com> 7.54-1
1586     - add patch to enable PIE build of usernetctl
1587    
1588     * Fri May 7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1
1589     - little lvm tweak (#121963)
1590    
1591     * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.52-1
1592     - ipv4 addresses are ints, not longs (#122479)
1593    
1594     * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.51-1
1595     - get rid of LVM error when no volumes are defined (#121197)
1596     - fix selinux short-circuit test (#121143, <michal@harddata.com>)
1597     - /dev/mapper/control is a special file, check it accordingly (#121963)
1598     - support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)
1599     - handle multiple spaces correctly in rc.sysinit, network-functions
1600     (#118583, <pallas@kadan.cz>)
1601     - cleanup fd leaks, mem leaks, other bogosities
1602     (#119987, <linux_4ever@yahoo.com>)
1603     - rc.d/init.d/network: remove ipv6 bogosity (#114128)
1604     - translation updates
1605    
1606     * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1
1607     - fix LVM issues in rc.sysinit (#120458, #119975)
1608     - deal with fixed racoon parser
1609     - translation updates from translators
1610     - fix USB loading (#120911)
1611    
1612     * Fri Mar 26 2004 Bill Nottingham <notting@redhat.com> 7.49-1
1613     - use alsa for mixer saving in halt
1614     - don't umount /proc in halt (#118880)
1615     - various translation updates from translators
1616    
1617     * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
1618     - disable enforcing in emergency mode for now, relabel some commonly
1619     mislabeled files on boot
1620    
1621     * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
1622     - translation: catch more input strings (#106285, <mitr@volny.cz>)
1623     - remove autologin from prefdm (#108969)
1624     - return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>)
1625     - handle iso15 in setsysfont (#110243)
1626     - clean up samba & vmware in rc.sysinit (#113104)
1627     - some sysconfig.txt documentation (#110427, #118063)
1628     - fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>)
1629     - handle CIFS in netfs (#115691)
1630     - make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>)
1631     - handle network fs better in rc.sysinit (#111290)
1632     - nomodules applies to usb/firewire too (#113278)
1633     - ipsec fix (#116922, <felipe_alfaro@linuxmail.org>)
1634     - make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>)
1635     - fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>)
1636    
1637     * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
1638     - Use ':' instead of '.' as separator for chown.
1639    
1640     * Mon Feb 2 2004 Bill Nottingham <notting@redhat.com> 7.46-1
1641     - some more rc.sysinit tweaks and refactoring
1642    
1643     * Fri Jan 30 2004 Bill Nottingham <notting@redhat.com> 7.45-1
1644     - fix rc.sysinit typo
1645     - rc.d/init.d/network: clear out environment (#113937, #111584)
1646    
1647     * Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 7.44-1
1648     - NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)
1649     - handle 2.6-style 'install ethX ...' lines correctly
1650     - mount sysfs by default
1651     - time to clean up the cruft. remove:
1652     - boot-time depmod
1653     - linking of /boot/System.map to /boot/System.map-`uname -r`
1654     - /var/log/ksyms.X
1655     - libredhat-kernel support
1656    
1657     * Fri Jan 16 2004 Dan Walsh <dwalsh@redhat.com> 7.43-2
1658     - Remove selinux run_init code from service script. It is no longer needed.
1659    
1660     * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 7.43-1
1661     - basic lvm2 support
1662    
1663     * Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1
1664     - show rhgb details on service failures
1665    
1666     * Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1
1667     - tweak some rhgb interactions (#100894, #107725)
1668     - fix dvorak keymap loading (#106854)
1669    
1670     * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1
1671     - add better fix to support nickname (#105785)
1672    
1673     * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.39-1
1674     - add support nickname (#105785)
1675    
1676     * Fri Oct 17 2003 Bill Nottingham <notting@redhat.com> 7.38-1
1677     - rhgb updates, now pass 'rhgb' to use it, instead of passing 'nogui'
1678     to disable it
1679    
1680     * Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 7.37-1
1681     - bridging updates (#104421, <dwmw2@redhat.com>)
1682    
1683     * Wed Oct 8 2003 Bill Nottingham <notting@redhat.com> 7.36-1
1684     - mount /dev/pts before starting rhgb
1685    
1686     * Wed Oct 1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
1687     - load acpi modules on startup if necessary
1688     - fix typo in ipsec comments & sysconfig.txt
1689    
1690     * Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
1691     - use upsdrvctl to start the shutdown process
1692    
1693     * Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
1694     - ipsec fixes (#104227, <harald@redhat.com>)
1695     - ppp fixes (#104128, #97845, #85447)
1696    
1697     * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1
1698     - fix ip calls for some device names (#104187)
1699     - ipsec fixes
1700    
1701     * Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 7.31-1
1702     - fix bonding + dhcp (#91399)
1703     - fix typo (#103781)
1704     - sysconfig/network-scripts/ifup: fix use of local
1705    
1706     - fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
1707     - remove /var/run/confirm when done with /etc/rc (#100898)
1708     - ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
1709     - handle sorting > 10 network devices (#98209)
1710     - unset ONPARENT after use (#101384)
1711     - random other fixes
1712     - bridging support (<dwmw2@redhat.com>)
1713    
1714     * Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30-1
1715     - IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)
1716    
1717     * Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
1718     - setsysfont: don't echo to /dev/console (#102004)
1719     - fix ethernet device renaming deadlock (#101566)
1720     - consoletype: don't return 'vt' on vioconsole (#90465)
1721     - ifup: fix short-circuit (#101445)
1722    
1723     * Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
1724     - ifup-routes: pass the interface name to handle_file() so that we don't try
1725     to use the routes file's name as an interface name
1726    
1727     * Wed Jul 9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
1728     - switch from $CONFIG.keys to keys-$CONFIG
1729    
1730     * Tue Jul 8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
1731     - add a check to consoletype for the current foreground console
1732     - use it when running unicode_start (#98753)
1733    
1734     * Wed Jul 2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
1735     - ipsec support (see sysconfig.txt, ifup-ipsec)
1736     - read $CONFIG.keys, for non-world-readable keys
1737     - allow default window size for routes to be set with WINDOW= (#98112)
1738     - support setting device options with ethtool opts
1739     - fix s390 bootup spew (#98078)
1740     - support renaming interfaces with nameif based on hwaddr
1741    
1742     * Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
1743     - fix DNS punching in the case of other rules for the DNS server
1744     (#97686, <martin@zepler.org>)
1745     - initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
1746     - fix grep for mingetty (#97188)
1747     - fix rhgb-client bad syntax
1748     - change network device searching, use correct naming, fix route issues
1749     (<harald@redhat.com>)
1750     - other random tweaks
1751    
1752     * Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
1753     - now even still yet more tweaks for graphical boot
1754    
1755     * Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1
1756     - even still yet more tweaks for graphical boot
1757    
1758     * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.22-1
1759     - still yet more tweaks for graphical boot
1760    
1761     * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.21-1
1762     - yet more tweaks for graphical boot
1763    
1764     * Fri May 2 2003 Bill Nottingham <notting@redhat.com> 7.20-1
1765     - more tweaks for graphical boot
1766    
1767     * Wed Apr 30 2003 Bill Nottingham <notting@redhat.com> 7.18-1
1768     - some tweaks for graphical boot
1769    
1770     * Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1771     - initscripts-s390.patch: remove not needed parts about PNP=
1772     - inittab.390: sync with normal version
1773     - rc.sysinit: remove two further calls to /sbin/consoletype with $CONSOLETYPE
1774    
1775     * Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1776     - sysconfig/init.s390: set LOGLEVEL=3 as for other archs
1777     - rc.d/init.d/network, rc.d/rc: change confirmation mode to
1778     not use an environment variable
1779     - rc.d/init.d/functions: make strstr() even shorter, remove old
1780     "case" version that has been already commented out
1781     - rc.d/rc.sysinit:
1782     - no need to set NETWORKING=no, it is not used/exported
1783     - do not export BOOTUP
1784     - delete two "sleep 1" calls that wants to add time to go
1785     into confirmation mode. There is enough time to press a
1786     key anyway or use "confirm" in /proc/cmdline.
1787     - read /proc/cmdline into a variable
1788     - use strstr() to search in /proc/cmdline
1789     - add "forcefsck" as possible option in /proc/cmdline
1790     - while removing lock files, no need to call `basename`
1791     - add unamer=`uname -r` and reduce number of forks
1792     - do not fork new bash to create /var/log/ksyms.0
1793    
1794     * Thu Apr 03 2003 Karsten Hopp <karsten@redhat.de> 7.15-1
1795     - Mainframe has no /dev/ttyX devices and no mingetty, don't
1796     initialize them. This gave error messages during startup
1797    
1798     * Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
1799     - init.d/network: don't advertise "probe: true" in the header if we don't
1800     recognize "probe" as an argument
1801    
1802     * Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
1803     * - do not handle changed chain name; change was reverted
1804    
1805     * Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
1806     - handle 7.x SYSFONTACM settings in setsysfont (#84183)
1807    
1808     * Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.12-1
1809     - handle changed chain name
1810     - init vts used in all cases
1811    
1812     * Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
1813     - handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)
1814    
1815     * Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
1816     - initialize two ttys past # of mingettys (for GDM)
1817     - fix zeroconf route
1818     - redhat-config-network writes $NAME.route for some static routes
1819     (e.g., ppp); handle that (#84193)
1820    
1821     * Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
1822     - load keybdev & mousedev even if hid is already loaded/static
1823     - run fewer scripts through action (#49670, #75279, #81531)
1824    
1825     * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1
1826     - fix nicknames & profiles (#82246)
1827     - fix check_device_down (#83780, <pzb@datstacks.com>)
1828     - vlan fixes (<tis@foobar.fi>)
1829     - fix groff macros (#83531, <tsekine@sdri.co.jp>)
1830     - various updated translations
1831     - fix checkpid for multiple pids (#83401)
1832    
1833     * Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
1834     - 802.1Q VLAN support (<tis@foobar.fi>, #82593)
1835     - update translations
1836    
1837     * Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
1838     - fix syntax error in rc.sysinit when there are fsck errors
1839     - fix zh_TW display on console (#82235)
1840    
1841     * Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
1842     - tweak some translatable strings
1843     - fix for rc.sysinit on machines that pass arguments to mingetty
1844     (<nalin@redhat.com>)
1845    
1846     * Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
1847     - move system font setting sooner (<milan.kerslager@pslib.cz>)
1848     - fix link checking for dhcp, use both ethtool and mii-tool
1849     - fix CJK text on the console, and locale-archive held open
1850     on shutdown
1851     - IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
1852     - speedup tweaks (<drepper@redhat.com>)
1853     - use glib2 for ppp-watch (#78690, <kisch@mindless.com>)
1854     - add zeroconf route (#81738)
1855     - fix ifup-ppp for dial-on-demand, and onboot (<goeran@uddeborg.pp.se>)
1856     - tweak raidtab parsing, don't worry about not-in-fstab RAID devices
1857     (#71087, #78467, <aja@mit.edu>)
1858     - don't automatically bring up aliases if 'ONPARENT=no' is set (#78992)
1859     - getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
1860     - rework halt_get_remaining (#76831, <michal@harddata.com>)
1861     - ipcalc: fix calculation of /32 addresses (#76646)
1862     - various other tweaks and fixes
1863    
1864     * Fri Dec 20 2002 Bill Nottingham <notting@redhat.com> 7.01-1
1865     - %%config(noreplace) inittab
1866    
1867     * Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com>
1868     - add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb"
1869    
1870     * Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1
1871     - tweaks for potential GUI bootup
1872     - loop checking for network link state, don't unilterally wait five
1873     seconds
1874    
1875     * Fri Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1
1876     - remove call to /sbin/update for S/390, too
1877    
1878     * Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
1879     - remove call to /sbin/update
1880     - fix netprofile
1881    
1882     * Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
1883     - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1884     - devlabel support (<Gary_Lerhaupt@Dell.com>)
1885     - do lazy NFS umounts
1886    
1887     * Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1888     - correctly remove non-packaged files for mainframe
1889    
1890     * Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1
1891     - fix various static-routes brokeness (#74317, #74318, #74320, #76619,
1892     #75604)
1893     - fix handling of SYSFONTACM in setsysfont (#75662)
1894     - fix lang.csh for CJK (#76908, <ynakai@redhat.com>)
1895     - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1896     - other minor tweaks
1897    
1898     * Mon Sep 16 2002 Than Ngo <than@redhat.com>
1899     - owns directory /etc/ppp/peers (bug #74037)
1900    
1901     * Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
1902     - fix syntax error in duplicate route removal section of ifup
1903    
1904     * Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
1905     - fix syntax error calling unicode_start when SYSFONTACM isn't set
1906    
1907     * Mon Sep 2 2002 Bill Nottingham <notting@redhat.com>
1908     - fix calling of unicode_start in lang.{sh,csh}
1909     - ipv6 tweak
1910    
1911     * Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
1912     - don't infinite loop on ifdown
1913     - remove disabling of DMA; this can cause problems
1914     - move swap startup to after LVM (#66588)
1915    
1916     * Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
1917     - don't cycle through eth0-eth9 on dhcp link check (#68127)
1918     - don't retry indefinitely on ppp startup
1919     - activate network profile passed on kernel commandline via netprofile=
1920     - fix iptables invocations again
1921     - translation refresh
1922    
1923     * Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
1924     - fix silly typo in rc.sysinit
1925     - increase timeout for link to 5 seconds (#70545)
1926    
1927     * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com>
1928     - require /etc/redhat-release (#68903)
1929     - fix tty2-tty6 (sort of)
1930     - fix iptables invocations (#70807, #71201, #68368)
1931     - other minor tweaks
1932    
1933     * Wed Jul 24 2002 Bill Nottingham <notting@redhat.com>
1934     - fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro
1935    
1936     * Tue Jul 16 2002 Bill Nottingham <notting@redhat.com>
1937     - use iptables, not ipchains
1938    
1939     * Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1940     - /sbin/service: set PATH before calling startup scripts
1941     HOME and TERM are also set during bootup, but they should not make
1942     a difference for well-written daemons.
1943    
1944     * Mon Jul 15 2002 Bill Nottingham <notting@redhat.com>
1945     - fix boot-time cleanup of /var
1946     - update po files
1947    
1948     * Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1949     - /etc/init.d/functions:
1950     daemon(): avoid starting another bash
1951     killproc(): avoid starting another bash for the default case
1952     - do not call "insmod -p" before loading the "st" module
1953    
1954     * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1955     - allow an option for ups poweroff #68123
1956     - change grep for ONBOOT= #63903
1957     - allow building with a cross-compiler #64362,#64255
1958     - faster check in network-functions:check_default_route()
1959     - better checks for backup files
1960     - drastically reduce the number of consoletype invocations
1961     - do not export "GATEWAY" in network-functions
1962     - code cleanups in rc.sysinit
1963    
1964     * Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1965     - rc.sysinit: do not load raid modules unless /etc/raidtab exists
1966     - many cleanups for more consistent shell programming and also
1967     many smaller speedups within network scripts, no un-necessary sourcing
1968     of files etc
1969     - nearly re-code /etc/rc.d/rc
1970    
1971     * Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
1972     - a couple minor unicode tweaks in rc.sysinit
1973    
1974     * Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
1975     - move /proc/bus/usb mount, in case USB is in the initrd
1976    
1977     * Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
1978     - don't try to set wireless freq/channel when in Managed mode
1979    
1980     * Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1981     - start some sh coding cleanups
1982     - change to /etc/init.d/functions
1983     - eliminate some un-necessary PATH settings
1984     - eliminate some TEXTDOMAIN settings
1985    
1986     * Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1
1987     - fix UTF-8 checks
1988    
1989     * Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1
1990     - fixed a bug in setting defaultgateway
1991    
1992     * Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1
1993     - call unicode_start in lang.{sh,csh}, setsysfont when necessary
1994    
1995     * Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1
1996     - add check for link for dhcp back in
1997    
1998     * Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1
1999     - fix silly cut&paste bug in hdparm settings in initscripts
2000    
2001     * Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1
2002     - Update translations
2003    
2004     * Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1
2005     - make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>)
2006     - allow tweaking of more devices with hdparm (#53511), and
2007     tweak non-disk devices iff they explicitly have a config file
2008     for that device (#56575, #63415)
2009     - some translation updates
2010    
2011     * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1
2012     - ipcalc cleanups (#58410)
2013     - quit stripping binaries
2014     - do LVM init after RAID init too (#63238)
2015     - export all locale variables (#56142)
2016     - run sysctl -p after network init as well
2017    
2018     * Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1
2019     - delete X/VNC locks on startup (#63035)
2020     - shut up DMA disabling, move it to after ide-scsi (#62873, #62956)
2021     - use full path to /sbin/ifconfig (#59457)
2022     - /sbin/service: change to root directory before staring/stopping;
2023     also sanitize environment
2024    
2025     * Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1
2026     - when disabling DMA, don't use things in /usr
2027    
2028     * Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1
2029     - disable DMA on CD-ROMs at bootup
2030    
2031     * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1
2032     - add local hook to halt
2033    
2034     * Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1
2035     - fix usernetctl for working with neat
2036    
2037     * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1
2038     - update translations
2039    
2040     * Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1
2041     - use nameif for interfaces where we don't agree on HWADDR with the
2042     config file (<harald@redhat.com>)
2043     - LSB support tweaks
2044    
2045     * Tue Mar 12 2002 Mike A. Harris <mharris@redhat.com> 6.55-1
2046     - Removed process accounting stuff from rc.sysinit and halt scripts as it is
2047     now handled by the psacct initscript in the psacct package
2048    
2049     * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com>
2050     - conflict with older psacct
2051    
2052     * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
2053     - fix invocation of need_hostname (#58946), a couple other minor tweaks
2054    
2055     * Tue Feb 12 2002 Mike A. Harris <mharris@redhat.com>
2056     - rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance
2057    
2058     * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
2059     - run /bin/setfont, not /usr/bin/setfont (kbd)
2060     - lots-o-random bugfixes/tweaks (see ChangeLog)
2061    
2062     * Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
2063     - Added support for libredhat-kernel.so.* symlink handling
2064    
2065     * Wed Nov 7 2001 Than Ngo <than@redhat.com>
2066     - fix bug in setting netmask on s390/s390x (bug #55421)
2067     nmbd daemon works now ;-)
2068    
2069     * Fri Nov 2 2001 Than Ngo <than@redhat.com>
2070     - fixed typo bug ifup-ippp
2071    
2072     * Mon Oct 29 2001 Than Ngo <than@redhat.com>
2073     - fix bug in channel bundling if MSN is missed
2074     - support DEBUG option
2075    
2076     * Wed Sep 19 2001 Than Ngo <than@redhat.com>
2077     - don't show user name by DSL connection
2078    
2079     * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com>
2080     - don't run hwclock --adjust on a read-only filesystem
2081    
2082     * Thu Sep 6 2001 Than Ngo <than@redhat.com>
2083     * update initscripts-s390.patch for s390/s390x
2084    
2085     * Wed Sep 5 2001 Bill Nottingham <notting@redhat.com>
2086     - translation updates
2087     - quota and hwclock tweaks (<pbrown@redhat.com>)
2088    
2089     * Mon Sep 3 2001 Bill Nottingham <notting@redhat.com>
2090     - fix severe alias problems (#52882)
2091    
2092     * Mon Sep 3 2001 Than Ngo <than@redhat.com>
2093     - don't start pppbind if encapsulation is rawip (bug #52491)
2094    
2095     * Sun Sep 2 2001 Than Ngo <than@redhat.com>
2096     - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
2097     - fix handling of ISDN LSZ Compresssion
2098    
2099     * Thu Aug 30 2001 Than Ngo <than@redhat.com>
2100     - po/de.po: fix typo bug, lo instead 1o
2101    
2102     * Wed Aug 29 2001 David Sainty <dsainty@redhat.com>
2103     - fix ifdown for multiple dhcpcd interfaces
2104    
2105     * Wed Aug 29 2001 Than Ngo <than@redhat.com>
2106     - fix ISDN dial on demand bug
2107     - fix typo bug in network-functions
2108    
2109     * Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com>
2110     - document /etc/sysconfig/authconfig
2111    
2112     * Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1
2113     - message un-tweaks (<johnsonm@redhat.com>)
2114     - make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>)
2115    
2116     * Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
2117     - autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
2118    
2119     * Mon Aug 27 2001 Than Ngo <than@redhat.com>
2120     - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
2121    
2122     * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
2123     - sort output of halt_get_remaining (#52180)
2124     - fix bad translation (#52503)
2125    
2126     * Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
2127     - fix ifup-wireless (#52135)
2128    
2129     * Wed Aug 22 2001 Than Ngo <than@redhat.com>
2130     - fix return code of isdnctrl (bug #52225)
2131    
2132     * Tue Aug 21 2001 Than Ngo <than@redhat.com>
2133     - fix Bringing up isdn device again. It works now correct.
2134    
2135     * Tue Aug 21 2001 Than Ngo <than@redhat.com>
2136     - fix shutdown/Bringing up isdn device
2137    
2138     * Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
2139     - fix syntax error in lang.csh
2140     - set codeset by echoing to /dev/tty instead of /proc/self/fd/15
2141    
2142     * Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
2143     - fix a broken call to check_device_down
2144     - make all loopback addresses have host scope, not global scope.
2145     Fixes #49374, possibly others
2146    
2147     * Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
2148     - add is_available() network function, use it; cleans up ugly modprobe
2149     error messages
2150     - update translation info
2151     - fix #51787
2152    
2153     * Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
2154     - adjust s390 patch
2155     - fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific)
2156    
2157     * Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com>
2158     - don't display Chinese Korean if we aren't on a pty
2159    
2160     * Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2161     - adjust s390 patches to current sources
2162    
2163     * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
2164     - use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
2165    
2166     * Fri Aug 10 2001 Than Ngo <than@redhat.com>
2167     - don't set MSN if it' empty (it's now optional)
2168     - don't give login name as a cmdline-option (Bug #23066)
2169     - remove peer device file if ppp connection is down
2170     - fix channel bundling
2171    
2172     * Thu Aug 9 2001 Bill Nottingham <notting@redhat.com>
2173     - require SysVinit (#51335)
2174    
2175     * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
2176     - tweak raittab grep slightly (#51231)
2177     - allow resetting of default route for DHCP addresses (#48994)
2178     - save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
2179     - when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
2180     - allow shell characters in ppp names (#43719)
2181     - allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
2182     - behave sanely if ifup called when dhcpcd is running (#49392, #51038)
2183    
2184     * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
2185     - honor HOTPLUG=no if running under hotplug (#47483)
2186     - use awk, not grep, for modprobe -c checks (#49616)
2187     - don't print ugly messages for the case where the device doesn't exist,
2188     and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
2189     - run kbdconfig in /.unconfigured mode (#43941)
2190     - use a bigger buffer size argument to dmesg (#44024)
2191     - detach loopback devices on shutdown (#43919, #45826)
2192    
2193     * Thu Aug 2 2001 Bill Nottingham <notting@redhat.com>
2194     - fix halt_get_remaining() (#50720)
2195    
2196     * Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
2197     - mount all FS types r/o at halt (#50461)
2198     - don't use mii-tool at all (#various)
2199    
2200     * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
2201     - don't use kbd commands in setsysfont now that we've switched back to
2202     console-tools (#50075)
2203     - sleep in check_link_down; some devices require it
2204     - only bring link down if check_link_down fails
2205    
2206     * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
2207     - set link up before checking with mii-tool (#49949)
2208    
2209     * Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
2210     - update netdev stuff to use _netdev
2211     - IPv6 updates (<pekkas@netcore.fi>)
2212     - fix downing of devices with static IPs (#49777, #49783)
2213     - put ifcfg-lo back in the package
2214    
2215     * Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06
2216     - updates for quota
2217    
2218     * Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
2219     - own some more directories
2220     - use -O nonetdev, require mount package that understands this
2221     - fix do_netreport when called as non-root
2222     - remove ip addresses from interfaces on ifdown
2223     - oops, fix ifup/ifdown
2224    
2225     * Mon Jul 16 2001 Than Ngo <than@redhat.com>
2226     - fix country_code for ISDN
2227    
2228     * Tue Jul 9 2001 Bill Nottingham <notting@redhat.com>
2229     - fix '--check'
2230     - prereq sh-utils (#43065)
2231     - fix some invocations of reboot/halt (#45966)
2232     - fix typo in ifup-wireless
2233     - don't muck with /etc/issue each boot
2234     - big IPv6 update (<pekkas@netcore.fi>)
2235    
2236     * Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
2237     - Add new directories required by new network tool
2238    
2239     * Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de>
2240     - disable hwclock on S390 (no such executable)
2241     - Fix up kernel versioning on binary-only modules (S390)
2242     - don't use newt scripts on S390 console
2243    
2244     * Sat Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
2245     - reenable pump, but make sure dhcpcd is the default. This
2246     way, upgrades of systems without dhcpcd has a better chance at
2247     working.
2248    
2249     * Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
2250     - Disable pump completely
2251    
2252     * Wed Jun 27 2001 Than Ngo <than@redhat.com>
2253     - fix pap/chap authentication for syncppp
2254     - support ippp options
2255    
2256     * Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
2257     - add ifup-wireless
2258    
2259     * Fri Jun 22 2001 Than Ngo <than@redhat.com>
2260     - add support xDSL
2261    
2262     * Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
2263     - more networking script fixes (#45364)
2264     - add stuff for unmounting /initrd
2265    
2266     * Thu Jun 21 2001 Than Ngo <than@redhat.com>
2267     - add support ISDN
2268    
2269     * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
2270     - fix extremely broken new network scripts
2271    
2272     * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
2273     - bump version to 5.89
2274     - make it build
2275    
2276     * Thu May 17 2001 Bill Nottingham <notting@redhat.com>
2277     - don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru)
2278     - fix do_netreport (#37716, #39603 <crlf@aeiou.pt>)
2279    
2280     * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
2281     - copyright: GPL -> license: GPL
2282     - fix a syntax error in lang.csh
2283     - skip commented-out i18n configuration lines in lang.csh
2284    
2285     * Fri May 11 2001 Preston Brown <pbrown@redhat.com>
2286     - new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking
2287    
2288     * Wed May 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1
2289     - support kbd in setsysfont
2290     - bzip2 source
2291    
2292     * Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2293     - add further s390 changes:
2294     - ifup-iucv
2295     - mkkerneldoth.s390
2296    
2297     * Tue Apr 24 2001 Than Ngo <than@redhat.com>
2298     - add shutdown UPS into halt (bug #34312)
2299    
2300     * Sat Apr 7 2001 Preston Brown <pbrown@redhat.com>
2301     - broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth
2302    
2303     * Fri Apr 6 2001 Bill Nottingham <notting@redhat.com>
2304     - be a little more careful in do_netreport (#34933)
2305    
2306     * Tue Apr 3 2001 Bill Nottingham <notting@redhat.com>
2307     - set umask explicitly to 022 in /etc/init.d/functions
2308    
2309     * Mon Apr 2 2001 Bill Nottingham <notting@redhat.com>
2310     - fix segfault in usernetctl (#34353)
2311    
2312     * Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
2313     - don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist
2314    
2315     * Thu Mar 22 2001 Erik Troan <ewt@redhat.com>
2316     - take advantage of new swapon behaviors
2317    
2318     * Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
2319     - add cipe interfaces last (#31597)
2320    
2321     * Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
2322     - fix typo in ifup (#31627)
2323     - update translation source
2324    
2325     * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
2326     - fix typo in rc.sysinit
2327     - fix ifup-routes not setting DEVICE properly
2328    
2329     * Mon Mar 12 2001 Preston Brown <pbrown@redhat.com>
2330     - Work properly with new quota utilities
2331    
2332     * Mon Mar 5 2001 Bill Nottingham <notting@redhat.com>
2333     - IPv6 fixes (#30506)
2334     - make static-routes handling more sane and consistent (#29500, #29549)
2335     - handle multiple USB controllers *correctly*
2336    
2337     * Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com>
2338     - usernetctl, ppp-watch: cleanups
2339     - netreport: use O_NOFOLLOW
2340     - ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927)
2341    
2342     * Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
2343     - don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450)
2344     - disable hotplug during network initscript
2345     - don't munge wireless keys in ifup; that will be done with the
2346     PCMCIA wireless stuff
2347     - run sndconfig --mungepnp for non-native-isapnp soundcards
2348     - don't explicitly kill things in init.d/single, init will do it
2349     - don't explicitly load usb-storage; mount the usbdevfs before initializing
2350     host controller modules
2351    
2352     * Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
2353     - initialize multiple USB controllers if necessary
2354    
2355     * Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
2356     - close extra file descriptors before exec()ing commands in initlog
2357    
2358     * Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
2359     - fix some substitions in init.d/functions (fixes various killproc issues)
2360     - make sure ipv6 module alias is available if configured
2361     - fix initlog segfaults in popt when called with bogus stuff (#28140)
2362    
2363     * Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com>
2364     - make pidofproc() and killproc() try to use the PID associated with the full
2365     pathname first before killing the daemon by its basename (for daemons that
2366     share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016)
2367     - fix status() as well
2368    
2369     * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
2370     - fix init.d/single to work around possible kernel problem
2371    
2372     * Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
2373     - fix unmounting of loopback stuff (#26439, #14672)
2374    
2375     * Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
2376     - fix ifup-post so that it will work right when not called from ifup
2377    
2378     * Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2379     - add all save changes for s390 s390x that won't break anything
2380     patches are from Oliver Paukstadt @ millenux.com
2381    
2382     * Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
2383     - muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903)
2384    
2385     * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
2386     - ipv6 sync ups (#26502, #25775)
2387     - fix hangs at shutdown (#25744)
2388     - fix ifup-ppp (#26323)
2389    
2390     * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
2391     - modify firewall on ifup to allow any new DNS servers through (#25951)
2392     - don't muck with the font in lang.csh/lang.sh (#26349)
2393     - don't display Japanese if we aren't on a pty (#25041)
2394     - load ide-scsi if passed on /proc/cmdline
2395    
2396     * Mon Feb 5 2001 Trond Eivind Glomsrød <teg@redhat.com>
2397     - i18n updates
2398    
2399     * Fri Feb 2 2001 Bill Nottingham <notting@redhat.com>
2400     - actually *ship* the ipv6 (and plusb) files
2401    
2402     * Thu Feb 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
2403     - i18n updates
2404    
2405     * Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
2406     - various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>)
2407     - in daemon(), only look at pidfile to determine if process is running
2408     (#17244, others)
2409     - ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>)
2410     - ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>)
2411     - lots of other minor fixes (see ChangeLog)
2412    
2413     * Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
2414     - add plusb support (#18892, patch from <eric.ayers@compgen.com>)
2415     - don't ignore RETRYTIMEOUT when we never connect (#14071, patch from
2416     <ak@cave.hop.stu.neva.ru>)
2417    
2418     * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
2419     - quiet LVM setup (#24841)
2420     - fix inability to shutdown cleanly (#24889)
2421    
2422     * Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
2423     - new i18n mechanism
2424    
2425     * Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
2426     - fixed typo in init.d/network - missing | in pipeline
2427    
2428     * Mon Jan 22 2001 Bill Nottingham <notting@redhat.com>
2429     - do LVM setup through normal initscripts mechanisms
2430     - ignore backup files in /etc/sysconfig/network-scripts
2431     - lots of .po file updates
2432    
2433     * Tue Jan 2 2001 Bill Nottingham <notting@redhat.com>
2434     - initial i18n support - originally from Conectiva
2435    
2436     * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
2437     - only load sound if persistent DMA buffers are necessary
2438     - fix lots of bugs: #18619, #21187, #21283, #12097
2439     - integrate MAXFAIL option for ppp-watch
2440     - don't load keymaps/fonts on a serial console
2441    
2442     * Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de>
2443     - changed hdparm section in rc.sysinit to allow different
2444     parameters for each disk (if needed) by copying
2445     /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..)
2446     - fix RFE #20967
2447    
2448     * Tue Oct 31 2000 Than Ngo <than@redhat.com>
2449     - fix the adding default route if GATEWAY=0.0.0.0
2450    
2451     * Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
2452     - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
2453     - fix top-level makefile install target
2454     - make usernetctl just fall-through if getuid() == 0
2455    
2456     * Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
2457     - /etc/init.d is already provided by chkconfig
2458    
2459     * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
2460     - set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
2461    
2462     * Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
2463     - update documentation (#15475)
2464    
2465     * Tue Aug 22 2000 Than Ngo <than@redhat.de>
2466     - add KDE2 support to prefdm
2467    
2468     * Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
2469     - add usleep after kill -KILL in pidofproc, works around lockd issues (#14847)
2470     - add some fallback logic to prefdm (#16464)
2471    
2472     * Fri Aug 18 2000 Bill Nottingham <notting@redhat.com>
2473     - don't load usb drivers if they're compiled statically
2474     - don't call ifdown-post twice for ppp (#15285)
2475    
2476     * Wed Aug 16 2000 Bill Nottingham <notting@redhat.com>
2477     - fix /boot/kernel.h generation (#16236, #16250)
2478    
2479     * Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
2480     - be more careful about creating files in netreport (#16164)
2481    
2482     * Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2483     - move documentation for the DEMAND and IDLETIMEOUT values to the right
2484     section of sysconfig.txt
2485    
2486     * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com>
2487     - load agpgart if necessary (hack)
2488     - fix /boot/kernel.h stuff (jakub)
2489    
2490     * Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
2491     - remove console-tools requirement
2492     - in netfs, start portmap if needed
2493     - cosmetic cleanups, minor tweaks
2494     - don't probe USB controllers
2495    
2496     * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2497     - fix demand-dialing support for PPP devices
2498     - change updetach back to nodetach
2499    
2500     * Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
2501     - add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie)
2502    
2503     * Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
2504     - fix unclean shutdown
2505    
2506     * Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
2507     - s/nill/null/g
2508    
2509     * Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
2510     - unmount usb filesystem on halt
2511     - run /sbin/ifup-pre-local if it exists
2512    
2513     * Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
2514     - add "nousb" command line parameter
2515     - fix some warnings when mounting /proc/bus/usb
2516    
2517     * Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
2518     - kill all the PreTransaction stuff
2519     - directory ownership cleanups, add more LSB symlinks
2520     - move all the stuff back in to /etc/rc.d/
2521    
2522     * Thu Jul 13 2000 Bill Nottingham <notting@redhat.com>
2523     - fix == tests in rc.sysinit
2524     - more %%pretrans tweaks
2525    
2526     * Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
2527     - test if /etc/rc.d is a symlink already in pre-transaction syscalls.
2528    
2529     * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
2530     - implement the %%pre with RPM Magic(tm)
2531    
2532     * Sat Jul 8 2000 Bill Nottingham <notting@redhat.com>
2533     - fix it to not follow /etc/rc.d
2534    
2535     * Fri Jul 7 2000 Bill Nottingham <notting@redhat.com>
2536     - fix %%pre, again
2537    
2538     * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
2539     - tweak %%pre back to a mv (rpm is fun!)
2540     - do USB initialization before fsck, so keyboard works if it fails
2541    
2542     * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com>
2543     - rebuild; allow 'fastboot' kernel command line option to skip fsck
2544    
2545     * Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
2546     - fix demand-dialing with PPP
2547    
2548     * Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
2549     - don't use tail
2550    
2551     * Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
2552     - add support for USB controllers and HID devices
2553     (mice, keyboards)
2554    
2555     * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
2556     - add support for EIDE optimization
2557    
2558     * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
2559     - tweak %%pre
2560    
2561     * Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
2562     - noreplace for adjtime file
2563    
2564     * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
2565     - ifup-ppp: add hooks for demand-dialing PPP
2566     - functions: use basename of process when looking for its PID file
2567    
2568     * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
2569     - move from /etc/rc.d/init.d -> /etc/init.d
2570    
2571     * Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
2572     - set soft limit, not hard, in daemon function
2573     - /var/shm -> /dev/shm
2574    
2575     * Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
2576     - use dhcpcd if pump fails.
2577     - use depmod -A (faster)
2578    
2579     * Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2580     - add autologin support to prefdm
2581    
2582     * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com>
2583     - random networking fixes (alias routes, others)
2584     - conf.modules -> modules.conf
2585    
2586     * Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2587     - fix incorrect grep invocation in rc.sysinit (bug #11267)
2588    
2589     * Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
2590     - fix lang.csh, again (oops)
2591     - use /poweroff, /halt to determine whether to poweroff
2592    
2593     * Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
2594     - fix testing of RESOLV_MODS (which shouldn't be used anyways)
2595    
2596     * Tue Apr 04 2000 Ngo Than <than@redhat.de>
2597     - fix overwrite problem of resolv.conf on ippp/ppp/slip connections
2598    
2599     * Mon Apr 3 2000 Bill Nottingham <notting@redhat.com>
2600     - fix typo in functions file
2601     - explicitly set --localtime when calling hwclock if necessary
2602    
2603     * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
2604     - fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)
2605    
2606     * Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
2607     - remove compatiblity chkconfig links
2608     - run 'netfs stop' on 'network stop' if necessary
2609    
2610     * Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2611     - Mount /var/shm if required (2.3.99, 2.4)
2612    
2613     * Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
2614     - don't create resolv.conf 0600
2615     - don't run ps as much (speed issues)
2616     - allow setting of MTU
2617     - other minor fixes
2618    
2619     * Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2620     - Start devfsd if installed and needed (Kernel 2.4...)
2621    
2622     * Wed Mar 8 2000 Bill Nottingham <notting@redhat.com>
2623     - check that network devices are up before bringing them down
2624    
2625     * Wed Mar 8 2000 Jakub Jelinek <jakub@redhat.com>
2626     - update sysconfig.txt
2627    
2628     * Tue Mar 7 2000 Bill Nottingham <notting@redhat.com>
2629     - rerun sysctl on network start (for restarts)
2630    
2631     * Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
2632     - don't read commented raid devices
2633    
2634     * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
2635     - fix typo in resolv.conf munging
2636    
2637     * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
2638     - sanitize repair prompt
2639     - initial support for isdn-config stuff
2640    
2641     * Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
2642     - add which as a package dependency (bug #9416)
2643    
2644     * Tue Feb 8 2000 Bill Nottingham <notting@redhat.com>
2645     - fixes for sound module loading
2646    
2647     * Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2648     - check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
2649     - fix check for /var/*/news, work around for bug #9140
2650    
2651     * Fri Feb 4 2000 Nalin Dahyabhai <nalin@redhat.com>
2652     - fix bug #9102
2653    
2654     * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
2655     - if LC_ALL/LINGUAS == LANG, don't set them
2656    
2657     * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com>
2658     - fix problems with linuxconf static routes
2659    
2660     * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
2661     - shvar cleaning
2662     - fix wrong default route ip in network-functions
2663    
2664     * Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
2665     - attempt to restore default route if PPP takes it over
2666     - man page fix for ipcalc
2667     - shvar cleaning
2668     - automate maintaining /boot/System.map symlinks
2669    
2670     * Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
2671     - fix hanging ppp-watch
2672     - fix issues with cleaning of /var/{run,lock}
2673    
2674     * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
2675     - fix pidof calls in pidofproc
2676    
2677     * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
2678     - fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it
2679    
2680     * Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
2681     - link popt statically
2682    
2683     * Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
2684     - don't try to umount /loopfs
2685    
2686     * Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
2687     - switch to using sysctl
2688    
2689     * Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
2690     - umount /proc *after* trying to turn off raid
2691    
2692     * Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2693     - improvements in clone device handling
2694     - better signal handling in ppp-watch
2695     - yet another attempt to fix those rare PAP/CHAP problems
2696    
2697     * Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
2698     - impressive. Three new features, three new bugs.
2699    
2700     * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
2701     - fix more possible failed CHAP authentication (with chat scripts)
2702     - fix ppp default route problem
2703     - added ppp-watch man page, fixed usernetctl man page
2704     - make ifup-ppp work again when called from netcfg and linuxconf
2705     - try to keep ppp-watch from filling up logs by respawning pppd too fast
2706     - handle all linuxconf-style alias files with linuxconf
2707    
2708     * Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
2709     - load mixer settings for monolithic sound
2710     - man page for ppp-watch
2711     - add ARP variable for ifup
2712     - some i18n fixes
2713    
2714     * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
2715     - control stop-a separately from sysrq
2716    
2717     * Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2718     - fix some failed CHAP authentication
2719     - fix extremely unlikely, but slightly possible kill-random-process
2720     bug in ppp-watch
2721     - allow DNS{1,2} in any ifcfg-* file, not just PPP, and
2722     add nameserver entries, don't just replace them
2723     - don't use /tmp/confirm, use /var/run/confirm instead
2724    
2725     * Tue Nov 2 1999 Bill Nottingham <notting@redhat.com>
2726     - fix lang.csh /tmp race oops
2727    
2728     * Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
2729     - we now ship hwclock on alpha.
2730    
2731     * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
2732     - fix check for serial console, don't use -C argument to fsck
2733     on serial console.
2734    
2735     * Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
2736     - do something useful with linuxconf 'any' static routes.
2737    
2738     * Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
2739     - added patch from Owen to source i18n configuration before starting prefdm
2740    
2741     * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
2742     - support for linuxconf alias files
2743     - add support for Jensen clocks.
2744    
2745     * Tue Oct 5 1999 Bill Nottingham <notting@redhat.com>
2746     - assorted brown paper bag fixes
2747     - check for programs/files before executing/sourcing them
2748     - control stop-a like magic sysrq
2749    
2750     * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
2751     - req. e2fsprogs >= 1.15
2752    
2753     * Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
2754     - munge C locale definitions to en_US
2755     - use fsck's completion bar
2756    
2757     * Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
2758     - ppp-watch now always kills pppd pgrp to make sure dialers are dead,
2759     and tries to hang up the modem
2760    
2761     * Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
2762     - add a DEFRAG_IPV4 option
2763    
2764     * Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
2765     - changed to more modern defaults for PPP connections
2766    
2767     * Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
2768     - kill processes for umount in halt, too.
2769     - fixes to remove /usr dependencies
2770    
2771     * Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
2772     - load/save mixer settings in rc.sysinit, halt
2773    
2774     * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2775     - add --remotename option to wvdial code
2776     - make sure we do not have an earlier version of wvdial that doesn't
2777     know how handle --remotename
2778     - make ppp-watch background itself after 30 seconds even if
2779     connection does not come up, at boot time only, so that a
2780     non-functional PPP connection cannot hang boot.
2781    
2782     * Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
2783     - a couple of /bin/sh -> /bin/bash fixes
2784     - fix swapoff silliness
2785    
2786     * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
2787     - chkconfig --del in %%preun, not %%postun
2788     - use killall5 in halt
2789     - swapoff non-/etc/fstab swap
2790    
2791     * Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2792     - ifdown now synchronous (modulo timeouts)
2793     - several unrelated cleanups, primarily in ifdown
2794    
2795     * Tue Sep 7 1999 Bill Nottingham <notting@redhat.com>
2796     - add an 'unconfigure' sort of thing
2797    
2798     * Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2799     - added ppp-watch to make "ifup ppp*" synchronous
2800    
2801     * Fri Sep 3 1999 Bill Nottingham <notting@redhat.com>
2802     - require lsof
2803    
2804     * Wed Sep 1 1999 Bill Nottingham <notting@redhat.com>
2805     - add interactive prompt
2806    
2807     * Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
2808     - disable magic sysrq by default
2809    
2810     * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
2811     - new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com>
2812     - fix ifup-sl/dip confusion
2813     - more raid startup cleanup
2814     - make utmp group 22
2815    
2816     * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
2817     - pass hostname to pump
2818     - add lang.csh
2819    
2820     * Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
2821     - more wvdial updates
2822     - fix a *stupid* bug in process reading
2823    
2824     * Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
2825     - add new /boot/kernel.h boot kernel version file
2826     - new RAID startup
2827    
2828     * Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2829     - use new linkname argument to pppd to make if{up,down}-ppp
2830     reliable -- requires ppp-2.3.9 or higher
2831    
2832     * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com>
2833     - fix typo.
2834     - add 'make check'
2835    
2836     * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
2837     - simple wvdial support for ppp connections
2838    
2839     * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
2840     - stability fixes for initlog
2841     - initlog now has a config file
2842     - add alias speedup from dharris@drh.net
2843     - move netfs links
2844     - usleep updates
2845    
2846     * Thu Jul 8 1999 Bill Nottingham <notting@redhat.com>
2847     - remove timeconfig dependency
2848     - i18n fixes from nkbj@image.dk
2849     - move inputrc to setup package
2850    
2851     * Tue Jul 6 1999 Bill Nottingham <notting@redhat.com>
2852     - fix killall links, some syntax errors
2853    
2854     * Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
2855     - don't make module-info, System.map links
2856     - handle utmpx/wtmpx
2857     - fix lots of bugs in 4.21 release :)
2858    
2859     * Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
2860     - set clock as soon as possible
2861     - use INITLOG_ARGS everywhere
2862     - other random fixes in networking
2863    
2864     * Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
2865     - oops, don't create /var/run/utmp and then remove it.
2866     - stomp RAID bugs flat. Sort of.
2867    
2868     * Mon May 24 1999 Bill Nottingham <notting@redhat.com>
2869     - clean out /var better
2870     - let everyone read /var/run/ppp*.dev
2871     - fix network startup so it doesn't depend on /usr
2872    
2873     * Tue May 11 1999 Bill Nottingham <notting@redhat.com>
2874     - various fixes to rc.sysinit
2875     - fix raid startup
2876     - allow for multi-processor /etc/issues
2877    
2878     * Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
2879     - fixed typo - "Determing" to "Determining"
2880    
2881     * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
2882     - updated inputrc so that home/end/del work on console, not just X
2883    
2884     * Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
2885     - fix more logic in initlog
2886     - fix for kernel versions in ifup-aliases
2887     - log to /var/log/boot.log
2888    
2889     * Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
2890     - fix daemon() function so you can specify pid to look for
2891    
2892     * Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
2893     - changed utmp,wtmp to be group writeable and owned by group utmp
2894    
2895     * Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
2896     - fix loading of consolefonts/keymaps
2897     - three changelogs. three developers. one day. Woohoo!
2898    
2899     * Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2900     - fixed ifup-ipx mix-up over . and _
2901    
2902     * Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
2903     - run /sbin/ifup-local after bringing up an interface (if that file exists)
2904    
2905     * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
2906     - load keymaps & console font early
2907     - fixes for channel bonding, strange messages with non-boot network interfaces
2908    
2909     * Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
2910     - added sysvinitfiles as a documenattaion file
2911    
2912     * Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
2913     - nfsfs -> netfs
2914    
2915     * Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
2916     - don't source /etc/sysconfig/init if $BOOTUP is already set
2917    
2918     * Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
2919     - don't run linuxconf if /usr isn't mounted
2920     - set macaddr before bootp
2921     - zero in the /var/run/utmpx file (gafton)
2922     - don't set hostname on ppp/slip (kills X)
2923    
2924     * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
2925     - exit ifup if pump fails
2926     - fix stupid errors in reading commands from subprocess
2927    
2928     * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
2929     - fix ROFS logging
2930     - make fsck produce more happy output
2931     - fix killproc logic
2932    
2933     * Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
2934     - doc updates
2935     - support for SYSFONTACM, other console-tools stuff
2936     - add net route for interface if it isn't there.
2937     - fix for a bash/bash2 issue
2938    
2939     * Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
2940     - pam_console lockfile cleanup added to rc.sysinit
2941    
2942     * Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
2943     - fixes in functions for 'action'
2944     - fixes for pump
2945    
2946     * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
2947     - Mmm. Must always remove debugging code. before release. *thwap*
2948     - pump support
2949     - mount -a after mount -a -t nfs
2950    
2951     * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
2952     - put preferred support back in
2953    
2954     * Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
2955     - fix single-user mode (source functions, close if)
2956    
2957     * Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
2958     - turn off xdm in runlevel 5 (now a separate service)
2959    
2960     * Thu Feb 4 1999 Bill Nottingham <notting@redhat.com>
2961     - bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
2962     - add initlog support. Now everything is logged (and bootup looks different)
2963    
2964     * Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
2965     - halt now passed the '-i' flag so that network interfaces disabled
2966    
2967     * Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
2968     - handle new linuxconf output for ipaliases
2969    
2970     * Mon Oct 15 1998 Erik Troan <ewt@redhat.com>
2971     - fixed raid start stuff
2972     - added raidstop to halt
2973    
2974     * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
2975     - handle LC_ALL
2976    
2977     * Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
2978     - adjusted setsysfont to always run setfont, even if only w/default font
2979    
2980     * Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
2981     - rc.sysvinit should be working with all kernel versions now
2982     - requires e2fsprogs (for fsck)
2983     - set INPUTRC and LESSCHARSET on linux-lat
2984    
2985     * Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
2986     - /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
2987     - /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
2988     - /sbin/setsysfont: permit unicode fonts.
2989    
2990     * Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
2991     - don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is
2992    
2993     * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
2994     - paranoia improvements to .rhkmvtag
2995     - if psacct with /sbin/accton, than turn off accounting
2996    
2997     * Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
2998     - start/stop run levels changed.
2999     - ipx_configure/ipx_internal_net moved to /sbin.
3000    
3001     * Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
3002     - usernetctl didn't understand "" around USERCTL attribute
3003    
3004     * Wed Jul 1 1998 Jeff Johnson <jbj@redhat.com>
3005     - Use /proc/version to find preferred modules.
3006     - Numerous buglets fixed.
3007    
3008     * Sun Jun 07 1998 Erik Troan <ewt@redhat.com>
3009     - rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set
3010     /lib/modules/preferred symlink
3011    
3012     * Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
3013     - ipcalc should *never* have been setgid anything
3014     - depmod isn't run properly for non-serial numbered kernels
3015    
3016     * Wed May 06 1998 Donnie Barnes <djb@redhat.com>
3017     - added system font and language setting
3018    
3019     * Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
3020     - Added missing files to packagelist.
3021    
3022     * Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
3023     - Added lots of linuxconf support. Should still work on systems that
3024     do not have linuxconf installed, but linuxconf gives enhanced support.
3025     - In concert with linuxconf, added IPX support. Updated docs to reflect it.
3026    
3027     * Fri May 01 1998 Erik Troan <ewt@redhat.com>
3028     - rc.sysinit uses preferred directory
3029    
3030     * Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
3031     - updated rc.sysinit to deal with kernel versions with release numbers
3032    
3033     * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
3034     - use ipcalc to calculate the netmask if one isn't specified
3035    
3036     * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
3037     - added and made use of ipcalc
3038    
3039     * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
3040     - removed unnecessary dhcp log from /tmp
3041    
3042     * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
3043     - if bootpc fails, take down the device
3044    
3045     * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
3046     - added check for mktemp failure
3047    
3048     * Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
3049     - fixed support for user manageable cloned devices
3050    
3051     * Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
3052     - /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes
3053    
3054     * Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
3055     - touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
3056     - the logic for when /var/lock/subsys/kerneld is touched was backwards
3057    
3058     * Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
3059     - tried to get /proc stuff right one more time (uses -t nonfs,proc now)
3060     - added support for /fsckoptions
3061     - changed 'yse' to 'yes' in KERNELD= line
3062    
3063     * Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
3064     - set domainname to "" if none is specified in /etc/sysconfig/network
3065     - fix /proc mounting to get it in /etc/mtab
3066    
3067     * Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
3068     - fixed inheritance for clone devices
3069    
3070     * Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
3071     - added sound support to rc.sysinit
3072    
3073     * Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
3074     - Added missing "then" clause
3075    
3076     * Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
3077     - Fixed DEBUG option in ifup-ppp
3078     - Fixed PPP persistance
3079     - Only change IP forwarding if necessary
3080    
3081     * Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
3082     - removed the skeleton init script
3083     - added the ability to 'nice' daemons
3084    
3085     * Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
3086     - touch /var/lock/subsys/kerneld if it's running, and after mounting /var
3087     - applied dhcp fix
3088    
3089     * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
3090     - added status|restart to init scripts
3091    
3092     * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
3093     - touch random seed file before chmod'ing it.
3094    
3095     * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
3096     - run domainname if NISDOMAIN is set
3097    
3098     * Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
3099     - Make the random seed file mode 600.
3100    
3101     * Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
3102     - bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.
3103    
3104     * Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
3105     - moved to new chkconfig conventions
3106    
3107     * Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
3108     - fixed rc.sysinit for hwclock compatibility
3109    
3110     * Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
3111     - run 'ulimit -c 0' before running scripts in daemon function
3112    
3113     * Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
3114     - added chkconfig support
3115     - made all rc*.d symlinks have missingok flag
3116    
3117     * Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
3118     - fixed network-scripts to allow full pathnames as config files
3119     - removed some old 3.0.3 pcmcia device handling
3120    
3121     * Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
3122     - /var/run/netreport needs to be group-writable now that /sbin/netreport
3123     is setguid instead of setuid.
3124    
3125     * Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
3126     - Added network-functions to spec file.
3127     - Added report functionality to usernetctl.
3128     - Fixed bugs I introduced into usernetctl while adding clone device support.
3129     - Clean up entire RPM_BUILD_ROOT directory in %%clean.
3130    
3131     * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
3132     - Clone device support in network scripts, rc scripts, and usernetctl.
3133     - Disassociate from controlling tty in PPP and SLIP startup scripts,
3134     since they act as daemons.
3135     - Spec file now provides start/stop symlinks, since they don't fit in
3136     the CVS archive.
3137    
3138     * Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
3139     - added mktemp support to ifup
3140    
3141     * Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
3142     - fixed some init.d/functions bugs for stopping httpd
3143    
3144     * Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
3145     - reworked status() to adjust for processes that change their argv[0] in
3146     the process table. The process must still have it's "name" in the argv[0]
3147     string (ala sendmail: blah blah).
3148    
3149     * Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
3150     - fixed bug in FORWARD_IPV4 support
3151    
3152     * Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
3153     - added support for FORWARD_IPV4 variable
3154    
3155     * Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
3156     - added status function to functions along with better killproc
3157     handling.
3158     - added /sbin/usleep binary (written by me) and man page
3159     - changed BuildRoot to /var/tmp instead of /tmp
3160    
3161     * Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
3162     - /sbin/netreport sgid rather than suid.
3163     - /var/run/netreport writable by group root.
3164    
3165     - /etc/ppp/ip-{up|down} no longer exec their local versions, so
3166     now ifup-post and ifdown-post will be called even if ip-up.local
3167     and ip-down.local exist.
3168    
3169     * Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
3170     - Added missing -f to [ invocation in ksyms check.
3171    
3172     * Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
3173     - Support for net event notification:
3174     Call /sbin/netreport to request that SIGIO be sent to you whenever
3175     a network interface changes status (won't work for brining up SLIP
3176     devices).
3177     Call /sbin/netreport -r to remove the notification request.
3178     - Added ifdown-post, and made all the ifdown scrips call it, and
3179     added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
3180     if it exists, then calls ifdown-post.
3181     - Moved ifup and ifdown to /sbin
3182    
3183     * Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
3184     - usernetctl put back in ifdown
3185     - support for slaved interfaces
3186    
3187     * Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
3188     - Created ifup-post from old ifup
3189     - PPP, PLIP, and generic ifup use ifup-post
3190    
3191     * Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
3192     - Added DHCP support
3193     - Set hostname via reverse name lookup after configuring a networking
3194     device if the current hostname is (none) or localhost
3195    
3196     * Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
3197     - Got rid of xargs dependency in halt script
3198     - Don't mount /proc twice (unmount it in between)
3199     - sulogin and filesystem unmounting only happened for a corrupt root
3200     filesystem -- it now happens when other filesystems are corrupt as well
3201    
3202     * Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
3203     - PPP fixes and additions
3204    
3205     * Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
3206     - Mount proc before trying to start kerneld so we can test for /proc/ksyms
3207     properly.
3208    
3209     * Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
3210     - Added MTU for PPP.
3211     - Put PPPOPTIONS at the end of the options string instead of at the
3212     beginning so that they override other options. Gives users more rope...
3213     - Don't do module-based stuff on non-module systems. Ignore errors if
3214     st module isn't there and we try to load it.
3215    
3216     * Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
3217     - Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
3218     provided by doexec goes away when pppd gets swapped out.
3219     - ifup-ppp now sets remotename to the logical name of the device.
3220     This will BREAK current PAP setups on netcfg-managed interfaces,
3221     but we needed to do this to add a reasonable interface-specific
3222     PAP editor to netcfg.
3223    
3224     * Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
3225     - Added usernetctl wrapper for user mode ifup and ifdown's and man page
3226     - Rewrote ppp and slip kill and retry code
3227     - Added doexec and man page

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