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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Dec 20 16:14:30 2007 UTC (16 years, 7 months ago) by slords
Branch: MAIN
Changes since 1.1: +17 -4 lines
Import on branch sme8 of package initscripts-8.45.17.EL-1.el5.centos.1.src.rpm

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

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