/[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.9 - (hide annotations) (download)
Tue Apr 14 15:07:04 2009 UTC (15 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-8_45_25-1_el5_sme_1
Changes since 1.8: +11 -1 lines
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> 8.45.25-1.el5.sme.1
- Exit with zero exit status for services not listed in configuration
  database to avoid failures in post scriptlets [SME: 1653]
- Merge in SME Server /sbin/e-smith/service wrapper so that only
  initscripts which exist in run-level 7 can be run. This ensures
  that the supervised service is run, if one exists, and protects
  against running "service httpd restart" [SME: 61, 1495]

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

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