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

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