/[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.4 - (hide annotations) (download)
Wed Apr 9 13:51:49 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.3: +2 -0 lines
Add Id to top of spec

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

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