/[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.3 - (hide annotations) (download)
Thu Dec 20 19:37:23 2007 UTC (16 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-8_45_17_EL-1_el5_sme_1
Changes since 1.2: +10 -0 lines
apply sme patches

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

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