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

Contents of /rpms/initscripts/sme8/initscripts.spec

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


Revision 1.13 - (show annotations) (download)
Wed Apr 27 15:06:15 2011 UTC (13 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-8_45_33-1_el5_centos
Changes since 1.12: +42 -25 lines
Import of initscripts-8.45.33-1.el5.centos

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

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