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

Contents of /rpms/initscripts/sme9/initscripts.spec

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


Revision 1.17 - (show annotations) (download)
Sun Dec 23 05:12:38 2018 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: initscripts-9_03_61-2_el6_sme, HEAD
Changes since 1.16: +20 -1 lines
* Sun Dec 23 2018 Jean-Philipe Pialasse <tests@pialasse.com> 9.03.61-2.sme
- Rebase on upstream 9.03.61 [SME: 10615]
- Don't try to run plymouth if disabled [SME: 8375]
  Code from Charlie Brady
- Make slapd service an alias for ldap [SME: 8635]
- Add -n 1 to the dmesg line in rc.sysinit to prevent unwanted
  messages appearing on the console [SME: 8277]
- Add hack for running rc7.d script during runlevel 4 [SME: 7217]

1 %define with_upstart 1%{nil}
2
3 Summary: The inittab file and the /etc/init.d scripts
4 Name: initscripts
5 Version: 9.03.61
6 # ppp-watch is GPLv2+, everything else is GPLv2
7 License: GPLv2 and GPLv2+
8 Group: System Environment/Base
9 Release: 2%{?dist}
10 URL: https://github.com/fedora-sysv/initscripts
11 Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
12 Patch1000: centos-initscripts.patch
13
14 Patch2000: initscripts-9.03.31-runlevel7.patch
15 Patch2001: initscripts-9.03.40-dmesg.patch
16 Patch2002: initscripts-9.03.40-slapd_alias_ldap.patch
17 Patch2003: initscripts-9.03.46-dont_run_plymouth_if_disabled.patch
18
19 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
20 Requires: mingetty, /bin/awk, /bin/sed, mktemp
21 Requires: /sbin/sysctl
22 Requires: /sbin/fuser, /bin/grep
23 Requires: /sbin/pidof, /sbin/blkid
24 Requires: module-init-tools >= 3.9-25
25 Requires: util-linux-ng >= 2.16
26 Requires: bash >= 3.0
27 Requires: sysvinit-tools >= 2.87-6
28 %if with_upstart
29 Requires: upstart >= 0.6.5-11
30 %else
31 Requires: SysVinit >= 2.85-38
32 %endif
33 Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find
34 Requires: /etc/system-release
35 Requires: ethtool >= 1.8-2, /sbin/runuser
36 Requires: udev >= 125-1
37 Requires: cpio
38 Requires: plymouth
39 Conflicts: mkinitrd < 4.0, kernel < 2.6.18, mdadm < 3.1.2-9
40 Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
41 Conflicts: dhclient < 12:4.1.0-6
42 Conflicts: tcsh < 6.13-5
43 Conflicts: xorg-x11, glib2 < 2.11.1-2
44 Conflicts: alsa-utils < 1.0.18
45 Conflicts: plymouth < 0.8.3-9
46 Conflicts: s390utils < 2:1.8.2-11
47 Conflicts: dmraid < 1.0.0.rc16-7, lvm2 < 2.02.100-5
48 Conflicts: e2fsprogs < 1.15
49 # http://bugzilla.redhat.com/show_bug.cgi?id=252973
50 Conflicts: nut < 2.2.0
51 Conflicts: NetworkManager < 1:0.8.0-12.git20100504
52 Obsoletes: hotplug <= 3:2004_09_23-10.1
53 Requires(pre): /usr/sbin/groupadd
54 Requires(post): /sbin/chkconfig, coreutils
55 Requires(preun): /sbin/chkconfig
56 BuildRequires: glib2-devel popt-devel gettext pkgconfig
57
58 %description
59 The initscripts package contains the basic system scripts used to boot
60 your Red Hat or Fedora system, change runlevels, and shut the system down
61 cleanly. Initscripts also contains the scripts that activate and
62 deactivate most network interfaces.
63
64 %package -n debugmode
65 Summary: Scripts for running in debugging mode
66 Requires: initscripts
67 Group: System Environment/Base
68
69 %description -n debugmode
70 The debugmode package contains some basic scripts that are used to run
71 the system in a debugging mode.
72
73 Currently, this consists of various memory checking code.
74
75 %prep
76 %setup -q
77 %patch1000 -p1
78 %patch2000 -p1
79 %patch2001 -p1
80 %patch2002 -p1
81 %patch2003 -p1
82
83 %build
84 make
85
86 %install
87 rm -rf $RPM_BUILD_ROOT
88 make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
89
90 %find_lang %{name}
91
92 %if with_upstart
93 mv -f $RPM_BUILD_ROOT/etc/inittab.upstart $RPM_BUILD_ROOT/etc/inittab
94 %else
95 mv -f $RPM_BUILD_ROOT/etc/inittab.sysv $RPM_BUILD_ROOT/etc/inittab
96 rm -rf $RPM_BUILD_ROOT/etc/init
97 %endif
98 rm -f $RPM_BUILD_ROOT/etc/inittab.*
99
100 %ifnarch s390 s390x
101 rm -f \
102 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
103 %else
104 rm -f \
105 $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \
106 $RPM_BUILD_ROOT/etc/sysconfig/init.s390
107 %endif
108
109 %pre
110 /usr/sbin/groupadd -g 22 -r -f utmp
111
112 %post
113 touch /var/log/wtmp /var/run/utmp /var/log/btmp
114 chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
115 chmod 664 /var/log/wtmp /var/run/utmp
116 chmod 600 /var/log/btmp
117
118 /sbin/chkconfig --add netfs
119 /sbin/chkconfig --add network
120 /sbin/chkconfig --add netconsole
121
122 if [ ! -f /var/lib/random-seed -a -e /dev/urandom ] ; then
123 dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=4096 2>/dev/null
124 chmod 600 /var/lib/random-seed
125 fi
126
127 %preun
128 if [ $1 = 0 ]; then
129 /sbin/chkconfig --del netfs
130 /sbin/chkconfig --del network
131 /sbin/chkconfig --del netconsole
132 fi
133
134 %triggerun -- initscripts < 7.62
135 /sbin/chkconfig --del random
136 /sbin/chkconfig --del rawdevices
137 exit 0
138
139 %clean
140 rm -rf $RPM_BUILD_ROOT
141
142 %files -f %{name}.lang
143 %defattr(-,root,root)
144 %dir /etc/sysconfig/network-scripts
145 %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
146 %config(noreplace) /etc/sysconfig/init
147 %config(noreplace) /etc/sysconfig/netconsole
148 %config(noreplace) /etc/sysconfig/readonly-root
149 /etc/sysconfig/network-scripts/ifdown
150 /sbin/ifdown
151 /etc/sysconfig/network-scripts/ifdown-post
152 /etc/sysconfig/network-scripts/ifup
153 /sbin/ifup
154 %dir /etc/sysconfig/console
155 %dir /etc/sysconfig/modules
156 %dir /etc/sysconfig/networking
157 %dir /etc/sysconfig/networking/devices
158 %dir /etc/sysconfig/networking/profiles
159 %dir /etc/sysconfig/networking/profiles/default
160 /etc/sysconfig/network-scripts/network-functions
161 /etc/sysconfig/network-scripts/network-functions-ipv6
162 /etc/sysconfig/network-scripts/init.ipv6-global
163 %config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
164 /etc/sysconfig/network-scripts/ifup-post
165 /etc/sysconfig/network-scripts/ifdown-ppp
166 /etc/sysconfig/network-scripts/ifup-ppp
167 /etc/sysconfig/network-scripts/ifup-routes
168 /etc/sysconfig/network-scripts/ifdown-routes
169 /etc/sysconfig/network-scripts/ifup-plip
170 /etc/sysconfig/network-scripts/ifup-plusb
171 /etc/sysconfig/network-scripts/ifup-bnep
172 /etc/sysconfig/network-scripts/ifdown-bnep
173 /etc/sysconfig/network-scripts/ifup-eth
174 /etc/sysconfig/network-scripts/ifdown-eth
175 /etc/sysconfig/network-scripts/ifup-ipv6
176 /etc/sysconfig/network-scripts/ifdown-ipv6
177 /etc/sysconfig/network-scripts/ifup-sit
178 /etc/sysconfig/network-scripts/ifdown-sit
179 /etc/sysconfig/network-scripts/ifup-tunnel
180 /etc/sysconfig/network-scripts/ifdown-tunnel
181 /etc/sysconfig/network-scripts/ifup-aliases
182 /etc/sysconfig/network-scripts/ifup-ippp
183 /etc/sysconfig/network-scripts/ifdown-ippp
184 /etc/sysconfig/network-scripts/ifup-wireless
185 /etc/sysconfig/network-scripts/ifup-isdn
186 /etc/sysconfig/network-scripts/ifdown-isdn
187 /etc/sysconfig/network-scripts/net.hotplug
188 %ifarch s390 s390x
189 /etc/sysconfig/network-scripts/ifup-ctc
190 %endif
191 %config(noreplace) /etc/networks
192 /etc/rwtab
193 %dir /etc/rwtab.d
194 /etc/statetab
195 %dir /etc/statetab.d
196 %if with_upstart
197 /etc/init/*
198 %endif
199 %config /etc/X11/prefdm
200 %config(noreplace) /etc/inittab
201 %dir /etc/rc.d
202 %dir /etc/rc.d/rc[0-9].d
203 %config(missingok) /etc/rc.d/rc[0-9].d/*
204 /etc/rc[0-9].d
205 /etc/rc
206 %dir /etc/rc.d/init.d
207 /etc/rc.local
208 /etc/rc.sysinit
209 /etc/rc.d/init.d/*
210 /etc/rc.d/rc
211 %config(noreplace) /etc/rc.d/rc.local
212 /etc/rc.d/rc.sysinit
213 %config(noreplace) /etc/sysctl.conf
214 %dir /etc/sysctl.d
215 %exclude /etc/profile.d/debug*
216 /etc/profile.d/*
217 /usr/sbin/sys-unconfig
218 /sbin/setsysfont
219 /bin/ipcalc
220 /bin/usleep
221 %attr(4755,root,root) /usr/sbin/usernetctl
222 /sbin/consoletype
223 /sbin/fstab-decode
224 /sbin/genhostid
225 /sbin/getkey
226 /sbin/securetty
227 /sbin/sushell
228 %attr(2755,root,root) /sbin/netreport
229 /lib/udev/rules.d/*
230 /lib/udev/rename_device
231 /lib/udev/console_init
232 /lib/udev/console_check
233 /lib/udev/udev-kvm-check
234 /sbin/service
235 /sbin/ppp-watch
236 %{_mandir}/man*/*
237 %dir %attr(775,root,root) /var/run/netreport
238 %dir /etc/ppp
239 %dir /etc/ppp/peers
240 /etc/ppp/ip-up
241 /etc/ppp/ip-down
242 /etc/ppp/ip-up.ipv6to4
243 /etc/ppp/ip-down.ipv6to4
244 /etc/ppp/ipv6-up
245 /etc/ppp/ipv6-down
246 %dir /etc/NetworkManager
247 %dir /etc/NetworkManager/dispatcher.d
248 /etc/NetworkManager/dispatcher.d/00-netreport
249 /etc/NetworkManager/dispatcher.d/05-netfs
250 %doc sysconfig.txt sysvinitfiles static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6 COPYING README-init
251 /var/lib/stateless
252 %ghost %attr(0600,root,utmp) /var/log/btmp
253 %ghost %attr(0664,root,utmp) /var/log/wtmp
254 %ghost %attr(0664,root,utmp) /var/run/utmp
255 %ghost %attr(0644,root,root) /etc/sysconfig/kvm
256
257 %files -n debugmode
258 %defattr(-,root,root)
259 %config(noreplace) /etc/sysconfig/debug
260 /etc/profile.d/debug*
261
262 %changelog
263 * Sun Dec 23 2018 Jean-Philipe Pialasse <tests@pialasse.com> 9.03.61-2.sme
264 - Rebase on upstream 9.03.61 [SME: 10615]
265 - Don't try to run plymouth if disabled [SME: 8375]
266 Code from Charlie Brady
267 - Make slapd service an alias for ldap [SME: 8635]
268 - Add -n 1 to the dmesg line in rc.sysinit to prevent unwanted
269 messages appearing on the console [SME: 8277]
270 - Add hack for running rc7.d script during runlevel 4 [SME: 7217]
271
272 * Tue Jun 19 2018 Johnny Hughes <johnny@centos.org>
273 - Roll in CentOS Branding
274
275 * Thu Apr 27 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.61-1
276 - Move Source & URL to Github
277
278 * Thu Apr 26 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.60-1
279 - cryptsetup: do not forward STDERR to /dev/null when promting for passphrase
280
281 * Tue Feb 13 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.59-1
282 - init.d/network: start vpninterfaces
283 - ARPUPDATE option introduced
284 - init.d/functions: sourcing for ksh fixed
285
286 * Wed Jan 18 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.58-1
287 - regression in commit bab72274889 fixed [missing $() for DAD detection]
288
289 * Tue Jan 10 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.57-1
290 - regression in commit ca3cea691b6 fixed [quotes for $DHCLIENTARGS removed]
291
292 * Mon Nov 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.56-1
293 - regression in commit ca3cea691b6 fixed [${LEASEFILE} not specified]
294
295 * Wed Nov 16 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.55-1
296 - ipcalc: detect invalid mask
297 - ifup-aliases: send gratuitous ARPs when adding addresses
298 - network: treat other tunnel interfaces (fixes ifdown stage)
299 - kexec-disable.conf: release kexec memory properly
300 - network-functions: do not send hostname via dhclient everytime
301 - sysconfig/network: NO_DHCP_HOSTNAME option introduced
302 - ipv6_add_addr_on_device: replace the existing address on NIC
303
304 * Mon Nov 7 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.54-1
305 - specfile: require newer lvm
306 - ifdown-eth: add timeout for when flushing global scope
307 - functions: support boolean values in is_true() & is_false()
308 - ifup-aliases: do not return with error when arping fails
309 - netconsole: resolve domain name via 'getent' instead of 'hosts'
310
311 * Tue Apr 12 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.53-1
312 - functions: parse -d first
313
314 * Mon Apr 11 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.52-1
315 - functions: fix ignored delay in killproc
316
317 * Tue Feb 23 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.51-1
318 - netfs: only unmount loopback device mounted on top of netdev or with back-file on netdev
319
320 * Tue Jan 19 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.50-1
321 - functions: improve killing loops
322 - netfs: tweak nfs umount
323 - sysctl.conf: mention sysctl -a
324 - sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRA
325 - spec: require plymouth
326 - fix mangled sysconfig/init.s390
327 - rc.sysinit: don't perform fsck twice with /.autorelabel
328 - ifdown-eth: fix comparison
329 - ifup-eth: if arping fails, output responding MAC
330 - network-functions: fix change_resolv_conf after grep update
331 - spec: add sysctl.d dir
332 - rc.sysinit: fix typo in fs
333 - rename_devices: comments need to have a blank before them
334 - rename_device: remove comments and trailing whitespaces
335 - bonding: warn if the ifup for slave device failed
336 - clarify daemon() usage message
337 - ifdown: clean ipv4 localhost addresses
338 - ifup-post: check resolve.conf also with DNS2
339 - ifup: add missing quotes
340 - ifup-eth: some bridge options are applied later
341 - init.d/halt: give init some time to reexecute
342 - network-scripts: DEVICE and HWADRR could be quoted by apostrophe
343 - ifup-wireless: fix calling of phy_wireless_device
344 - rc.sysinit: apply quotas after system is relabeled
345
346 * Thu Apr 09 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.49-1
347 - network-functions: fix change_resolv_conf after grep update
348
349 * Mon Mar 02 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.48-1
350 - use new -m option to pidof
351
352 * Fri Feb 27 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.47-1
353 - rc.sysinit: be more verbose
354 - init.d/functions: rc.debug option to debug initscripts
355 - ifup-aliases: inherit ARPCHECK from parent device
356 - netfs: don't race NFS umount to network shutdown
357 - network: report that we can't shut down network for root on netfs
358 - Fix tcsh + grep-2.7. (#636552)
359 - sysctl.conf: move bridge setting to module-init-tools
360 - rc.sysinit: set affinity also for current shell
361 - ifdown-eth: use scope host for lo
362 - improve_check_for_bond_master_in_install_bonding_driver
363 - network-functions: fix check in install_bonding_driver
364 - ifdown-post: remove resolv.conf only in specific cases
365 - netconsole: lets run earlier
366 - ipcalc: support RFC3021 (#997271)
367 - halt: add delay after upsdrvctl shutdown
368 - ifup: also set multicast_snooping after the bridge is up
369
370 * Tue Jul 22 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.46-1
371 - ifup,vlan: fix typo
372
373 * Tue Jul 08 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.45-1
374 - ifup,vlan: fix typo
375
376 * Wed Jun 18 2014 Lukáš Nykrýn - 9.03.44-1
377 - init.d/functions: fix typo in pid_dir
378
379 * Tue Jun 10 2014 Lukáš Nykrýn - 9.03.43-1
380 - ifup-aliases: arpcheck - check for parent operstate and carrier
381 - ifdown: don't wait for aliases
382 - hotplug: don't call ifup when new vlan appears
383 - ifup-wireless: add support for wowlan (second part)
384 - readonly-root: remount rpc_pipefs if readonly-root is used
385
386 * Fri Jun 06 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.42-1
387 - ipcalc: -c allow netmask
388 - ipcalc: parse prefix more safely
389 - vi.po: fix parentheses
390 - network-functions: handle BONDING_OPTS better
391 - custom naming for VLAN devices
392 - bonding: match whole name of interface
393 - network-functions: ETHTOOL_DELAY introduction patch
394 - ifup-wireless: add support for wowlan
395 - Remove NETWORKING_IPV6 from sysconfig.txt (#918622)
396 - bridging: add possibility to set prio and ageing
397
398 * Wed Apr 30 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.41-1
399 - netfs: implicitly handle glusterfs as a network filesystemd
400 - init.d/functions: check parent dir of pid file for accessibility
401 - ifup-eth: some options for bridge can be applied after the bridge is up
402 - rc.sysinit: apply sysctl settings before starting udev
403 - ifup: add possibility to specify value for -w parameter of arping
404 - ifup-tunnel: call ifup-ipv6 in the end
405 - pids_var_run: handle '(deleted)'
406 - require correct version of upstart
407 - rc.sysinit: use 'vgchange --ignoreskippedcluster'
408 - during install do not create /var/lib/random-seed if /dev/urandom does not exist
409 - rc.sysinit: increase the saved random-seed to 4K (#1023471)
410 - umount-loop: make sure that we don't kill our own process
411 - umount-loop: don't use xargs
412 - ifup-eth: remove ipx relic (#1028135)
413 - init.d/functions: add -b optin to status and killproc (#1047948)
414 - remove duplicit then
415
416 * Thu Oct 10 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.03.40-1
417 - sync disks before halt (#1006294)
418 - provide KVM guest count and limit info message (#1014731)
419 - add ability to disable LVM activation on boot (#1015065)
420
421 * Fri Aug 09 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.39-1
422 - remount /proc to set attributes from fstab #984003
423 - print something when arping is detecting colliding ip addresses
424 - try dhcpv6 after v4 failed
425 - Allow dhclient configuration files for DHCPv6 as well. (#815676)
426 - ifdown: don't call nmcli on interface that is alread down
427 - call flush addresses with scope global
428 - init: inform users about .override files in .conf files
429 - netfs: do not force NFS exports to be mounted before _netdev mounts
430 - set net.ipv6.conf..autoconf in ifup-ipv6
431 - mention rule6 files
432 - securetty: check if the device is in the file before attempting to write to it
433 - Process rule6-* for sit devices (#840009)
434 - Killproc -d should parse same values as sleep
435 - Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)
436 - bonding: set master up before slaves
437 - Fix greps to correctly handle comments and quotation (#915659)
438
439 * Wed Jan 09 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.38-1
440 - call ip link up on master after slaves are up (#893395)
441
442 * Thu Dec 13 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.37-1
443 - don't apply BONDING_OPTS on device with active slaves (#885235)
444
445 * Wed Nov 28 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.36-1
446 - improve duplicate ip address check in ifup-aliases (#880684)
447
448 * Fri Nov 23 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.35-1
449 - fix typo in ifup-aliases duplicate check (#879243)
450
451 * Thu Nov 15 2012 Václav Pavlín <vpavlin@redhat.com> - 9.03.34-1
452 - there should be crypttab instead of crypptab in man page (#870025)
453 - sysconfig.txt advised saslauthd -a instad of -v (#869075)
454
455 * Thu Nov 08 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.33-1
456 - apply BONDING_OPT on ifup of master (#874030)
457
458 * Mon Oct 08 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.32-1
459 - check an IP address for existence in ifup-alias
460 - remount /dev/shm in sysinit to apply attributes from fstab
461 - sets BONDING_OPTS before interface is brougth up and checks if it is not already added
462 - Add support for setting random bridge options via BRIDGING_OPTS
463 - use vgchange -aay in rc.sysinit and netfs init script
464 - script should not kill itself during shutdown
465 - fix the NIS domain setting
466 - be less strict about VLAN name
467 - clarification of work with white spaces in crypttab manpage
468 - re-read sysctl values for VLANs on ifup
469 - pass useful arguments to halt.local
470 - start serial console when we return from runlevel1
471 - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network.
472 - don't accidentally match other bonding devices
473 - add usage stanzas for tty.conf and serial.conf
474 - rename_device: skip VLAN=yes configuration files
475 - allow duplicate address dectection to be disabled
476
477 * Fri Apr 27 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.31-1
478 - set NIS domain (#704919)
479
480 * Tue Mar 20 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.30-1
481 - fix IFS usage mangling device names (#802119)
482
483 * Wed Mar 14 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.29-1
484 - save entropy during system install (#786404)
485
486 * Tue Feb 14 2012 Lukas Nykryn <lnykryn@redhat.com> 9.03.28-1
487 - sysconfig support for IPv6 policy based routing (#781493)
488 - fix typo in translation (#757637)
489 - fix logic error with removing arp_ip_target (#787107, #746045)
490 - don't set primary before we enslave devices. (#749610, <agospoda@redhat.com>)
491 - do not check mounted filesystems (#745224)
492 - eviscerate ifconfig uses from ip-aliases (#721010, #588993)
493 - improve comment in init/serial.conf (#746808)
494 - turn off UPS in powerfail situation (#754984, <robert@fedoraproject.org>)
495 - netconsole exit arping on first response (#765835)
496 - add cifs to check for network filesystem (#760018)
497 - fix comments in sysctl.conf (#755175)
498 - rc.sysinit - use rcS-emergency job instead of sulogin (#582002)
499
500 * Fri Oct 07 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.27-1
501 - use restorecon -F for /dev and /dev/pts (#743222)
502
503 * Tue Sep 20 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.26-1
504 - add 'emergency' mode (#681357)
505 - kexec - free reservation memory only for crashkernel=auto (#734987)
506
507 * Tue Aug 16 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.25-1
508 - use /bin/plymouth (#702814)
509
510 * Mon Aug 15 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.24-1
511 - add support for sysctl.d (#680527)
512 - log network messages via syslog (#653630, #672202)
513 - document NM_CONTROLLED (#692123)
514 - don't explictly disallow IPv6 aliases (#692240)
515 - make sure the bond exists when we bring up the slaves. (#694501)
516 - properly add and remove arp_ip_target's (#675079)
517 - load static arp entries from ethers file (#696788)
518 - fix logic error in rc.sysinit (#698520, <jlau@redhat.com>)
519 - handle IPADDRx correctly for static addresses (#700184)
520 - don't match filesystem types in hostnames (#703210, <jmueller@data-tronics.com>)
521 - check for VLAN interfaces is being slave first (#703475)
522 - override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>)
523 - allow multiple ETHTOOL_OPTS option types (#692410, #693583)
524 - don't mount gfs2 in netfs (#689593)
525 - fix pid file usage for IPv6. (#729292, <daveg@dgit.ndo.co.uk>)
526
527 * Tue Apr 19 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.23-1
528 - netfs: don't print errors if mdadm isn't installed. (#696110)
529
530 * Mon Mar 21 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.22-1
531 - init.d/functions: fix mishandled argument to fstab-decode (#682879)
532 - network-functions: fix check for unmanaged devices (#670154)
533
534 * Thu Mar 10 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.21-1
535 - remove network device naming requirement from VLAN devices (#676708, <Matt_Domsch@dell.com>)
536
537 * Thu Mar 10 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.20-1
538 - Don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redhat.com>)
539
540 * Fri Feb 04 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.19-1
541 - sys-unconfig(8) manpage fix (#674397)
542 - set default shmmax and shmall for certain architectures (#660036)
543
544 * Fri Jan 14 2011 Petr Lautrbach <plautrba@redhat.com> 9.03.18-1
545 - don't use the ipv6_exec_ip wrapper
546 - don't accidentally cause sit module to be loaded on shutdown. (#654098, <ejsheldrake@gmail.com>)
547 - simplify various string match constructs. (#558575, <ville.skytta@iki.fi>)
548 - explicitly pass both device and dir when remounting read-only (#620461, <phr@doc.ic.ac.uk>)
549 - add infiniband mapping (#648524, <monis@voltaire.com>)
550 - fix ifdown calling nmcli for NM-managed devices (#612934, <jklimes@redhat.com>)
551 - allow 0 as a vlan tag. (#635360)
552 - support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984)
553 - stop tty and serial also on runlevel 's' (#629257)
554 - system z optimized sysctl settings per default (#633323)
555 - don't run kexec-disable for runlevels [S016] (#658138)
556 - add # as a valid character in network device names (<Matt_Domsch@dell.com>)
557 - use SYSCTLDEVICE without . (#667211, <notting@redhat.com>)
558 - handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)
559 - test if there is /dev/rtc before syncing hardware clock (#598850)
560
561 * Wed Sep 01 2010 Harald Hoyer <harald@redhat.com> 9.03.17-1
562 - enable syncookies again (#629259)
563
564 * Tue Aug 24 2010 Bill Nottingham <notting@redhat.com> - 9.03.16-1
565 - actually, don't touch loglevel at all (#621257, #626572)
566
567 * Mon Aug 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.15-1
568 - set default loglevel to match RHEL 5 behavior (#621257)
569
570 * Tue Aug 3 2010 Bill Nottingham <notting@redhat.com> - 9.03.14-1
571 - free kexec-reserved memory when necessary (#613578)
572
573 * Mon Jul 26 2010 Bill Nottingham <notting@redhat.com> - 9.03.13-1
574 - rename_device - handle quoted 'DEVICE' (#614943, <harald@redhat.com>)
575 - rename_device - fix handling of s390 subchannels (#614739, <harald@redhat.com>)
576
577 * Thu Jul 1 2010 Bill Nottingham <notting@redhat.com> - 9.03.12-1
578 - fix interactive hotkey to work with plymouth (#605016)
579
580 * Tue Jun 29 2010 Bill Nottingham <notting@redhat.com> - 9.03.11-1
581 - init/rcS-sulogin.conf: don't directly execute bash, re: selinux (#540216, #585053)
582
583 * Thu Jun 24 2010 Bill Nottingham <notting@redhat.com> - 9.03.10-1
584 - ifup-eth: check for dhclient configuration in /etc/dhcp as well (#607766)
585 - network-functions: handle quoted SUBCHANNELS (#607481)
586 - netfs: allow for encrypted network block devices (#605600)
587
588 * Wed Jun 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.9-1
589 - check NM_CONTROLLED before deciding to use NM for a connection. (#600454)
590 - always reboot on autorelabel. (#599879)
591 - correct the fix for not clearing environment with runuser. (#564105)
592 - properly handle permission denied on pid file (#595597)
593
594 * Wed May 19 2010 Bill Nottingham <notting@redhat.com> - 9.03.8-1
595 - clean up plymouth shtudown splash (#590103, <rstrode@redhat.com>)
596 - rc.sysinit: use lvm2 --sysinit option (#588777)
597 - network-functions: behave sanely in the absence of $DEVICE (#592108)
598 - sysconfig/debug: export debug variables (#592102)
599 - netfs: check for NM to be connected, not just running (#592095)
600 - rcS*.conf: check if /etc/inittab exists (#590706, <plautrba@redhat.com>)
601 - port vlan code to /sbin/ip (#566485, <plautrba@redhat.com>)
602
603 * Wed May 5 2010 Bill Nottingham <notting@redhat.com> - 9.03.7-1
604 - updates for new NetworkManager commandline syntax
605
606 * Tue May 4 2010 Bill Nottingham <notting@redhat.com> - 9.03.6-1
607 - fix plymouth startup/shutdown (#586040)
608 - fstab-decode.8: tweak manpage so it formats correctly (#586476)
609 - init.d/functions: handle being unable to read a specified pid file. (#584575)
610 - ifup-eth: run dhclient -6 similar to dhclient -4. (#585047)
611
612 * Fri Apr 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.5-1
613 - network-scripts: integrate with NetworkManager (#550154)
614 - clean up obsolete package requirements
615 - RAID fixes (<dledford@redhat.com>)
616 - network: only blacklist the original loopback interface. (#579829, <evgsyr@gmail.com>)
617 - rc.sysinit: check dmraid's return code, to catch 'no raid sets' error. (#568869)
618 - po/*: fix mistranslated checks for user input. (#566791)
619
620 * Mon Feb 15 2010 Bill Nottingham <notting@redhat.com> - 9.03.4-1
621 - move ccw_init, ccw udev rules to s390utils (#539491)
622 - network-functions: clean up device checks (#564505)
623
624 * Thu Feb 11 2010 Bill Nottingham <notting@redhat.com> - 9.03.3-1
625 - pass -m to runuser to not clear environment (#564105)
626 - don't use deprecated udev syntax in clock rules (#560801)
627 - don't quote regex argument to bash's =~ (#558575, <ville.skytta@iki.fi>)
628 - if HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#557941)
629 - don't HUP init when messagebus starts (#557821)
630 - setsysfont: use UNIMAP rather than SYSFONTACM when calling /bin/unicode_start. (#557173)
631
632 * Fri Jan 15 2010 Bill Nottingham <notting@redhat.com> - 9.03.2-1
633 - ifup-eth: use dhclient's -H option instead of munging dhclient config files
634 - rc.sysinit: move mdadm after dmraid (#554423)
635 - ifup-eth: use dhclient -6, not the no-longer-included dhcp6c (#553019, <dcantrell@redhat.com>)
636 - add more man pages (#529328, <plautrba@redhat.com>)
637 - remove useless echo (#552785)
638 - move is_wireless after MACADDR/MTU setting (#552641)
639 - serial.conf: respawn correctly. (#552611, <zing@fastmail.fm>)
640 - network-functions: use sysfs for wireless check (#552381, <adel.gadllah@gmail.com>)
641 - reload init on started messagebus (<plautrba@redhat.com>)
642 - honor HOTPLUG in ifdown (#547737)
643
644 * Tue Dec 15 2009 Bill Nottingham <notting@redhat.com> - 9.03.1-1
645 - re-enable network service (#545255)
646 - ifdown: honor HOTPLUG (#547737)
647 - silence any erros from bonding adds (#516569)
648 - remove assorted configurations we don't support the tools for
649 (ipsec-tools ipsec, cipe, IPX)
650
651 * Wed Dec 9 2009 Bill Nottingham <notting@redhat.com> - 9.03-1
652 - migrate to upstart 0.6.x (<notting@redhat.com>, <plautrba@redhat.com>)
653 -- jobs move to /etc/init
654 -- collapse rcX and ttyX jobs into single job definitions
655 -- jobs are no longer %%config
656 - remove obsolete doexec command
657 - rc.sysinit: handle yet another random return string from dmraid
658 - remove never-used 'sulogin' upstart event
659 - fix time-setting udev rules for old-style RTC devices (#537595)
660 - init.d/network: keep error codes limited to '1'. (#537841)
661 - add initial ifup/ifdown man pages. (#529328, <plautrba@redhat.com>)
662
663 * Tue Oct 27 2009 Bill Nottingham <notting@redhat.com> - 9.02-1
664 - remove long-since deprecated initlog
665 - remove IUCV support (#507217)
666 - halt: put a wrapper around killall5 to account for retval 2 not being an error (#526539, <hdegoede@redhat.com>)
667 - ifup-eth: honor DEFROUTE=yes|no for 'all' connection types. (#528822)
668 - network-functions: load bonding driver if BONDING_OPTS is defined. (#516569)
669 - rc.sysinit: put /dev/shm in mtab too, as dracut now mounts it. (#528667)
670
671 * Fri Oct 9 2009 Bill Nottingham <notting@redhat.com> - 9.01-1
672 - rc.sysinit: fix handling of dmraid output to avoid error messages (#527726, <mschmidt@redhat.com>)
673 - rwtab: add /var/lib/xend (#526046)
674 - translation updates: fi, nb, pl
675
676 * Fri Oct 2 2009 Bill Nottingham <notting@redhat.com> - 9.00-1
677 - halt: wrap /sbin/killall5 to catch some return codes (#526539)
678 - netfs, netconsle, network: fix return codes to match LSB spec (#524489, #524480, #524486)
679 - handle kernels compiled both with and without CONFIG_RTC_HCTOSYS
680 - halt: use killall5's return code to avoid unncesssary sleeping (#524359, <hdegoede@redhat.com>)
681 - halt: don't kill mdmon on shutdown. (#524357, <hdegoede@redhat.com>)
682 - rc.sysinit: do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, <hdegoede@redhat.com>)
683 - translation updates: ca, cs, da, mai, po, sv, uk
684
685 * Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 8.99-1
686 - init.d/functions: add a '-l' option to status to pass lock file name (#521772)
687 - tweak kernel conflict
688 - translation updates: as, bn_IN, de, fr, hi, it, hu, kn, mr, or, pa, pt, ru, te
689
690 * Wed Sep 2 2009 Bill Nottingham <notting@redhat.com> - 8.98-1
691 - sysconfig.txt: doucment DHCP_HOSTNAME (#498052)
692 - 88-clock.rules: Use --systz instead of --hctosys. (#517886, #489494)
693 - Support rwtab and state passed from dracut initrd (#515771, <wtogami@redhat.com>)
694 - restore context of *tmp files (#519748)
695 - halt: don't try and save mixer settings if it's not writable. (#515771)
696 - rwtab: add /var/spool, /var/lib/dbus, others (#494973, #515771)
697 - sysconfig.txt: clarify docs (#518614)
698 - rc.sysinit: don't pretend /selinux is configurable (#518164)
699 - assorted ipv6 redundant code deletion
700 - translation updates: bn, ca, de, es, fi, fr, gu, hi, it, ja, ko, ml, nb, nl, pl, pt, pt_BR, ru, sr, ta, zh_CN, zh_TW
701
702 * Mon Aug 10 2009 Bill Nottingham <notting@redhat.com> - 8.97-1
703 - ipcalc: fix IPv6 address checking (#516319)
704 - ifup-aliases: fix syntax error from earlier cleanups. (#515612, <jik@kamens.brookline.ma.us>)
705 - translation updates: nb
706 - rc.sysinit: remove useless call to pam_console_apply
707
708 * Mon Aug 3 2009 Bill Nottingham <notting@redhat.com> - 8.96-1
709 - fix up upstart rules for s390(x). (#515222)
710 - leave ChangeLog in the tarball only. (#515012)
711 - disable netfilter on bridged interfaces. (#512206)
712 - assorted shell-related cleanups to ipv6 and other code (<victor.lowther@gmail.com>)
713 - use resolv.conf from dracut netboot before setting hostname. (#514801, <wtogami@redhat.com>)
714 - ipcalc updates (<victor.lowther@gmail.com>)
715 - only use ethtool for link checking; no more mii-tool
716 - require /sbin/blkid directly, as it moves between packages (#508413)
717 - redirect bash errors on 'unset' to /dev/null. (#482888)
718 - fix dmraid partition naming (#501476, <hdegoede@redhat.com>)
719 - don't quote upstart signals. (#501155)
720 - translation updates: bn_IN, da, es, sk
721
722 * Fri May 1 2009 Bill Nottingham <notting@redhat.com> - 8.95-1
723 - don't kill runlevel events on subsequent entering of the same runlevel (#498514)
724 - lang.*sh: handle spaces in $HOME (#498482)
725 - network-functions: explicitly source from the proper directory. (#496233)
726 - remove persistent names on sys-unconfig. (#448322)
727 - init.d/functions: cgexec has moved to /bin (#495715)
728 - allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
729 - translation updates: fr, ml, pt
730
731 * Tue Apr 7 2009 Bill Nottingham <notting@redhat.com> - 8.94-1
732 - prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461)
733 - translation updates; bn, de, pt, ru, te
734
735 * Thu Apr 2 2009 Bill Nottingham <notting@redhat.com> - 8.93-1
736 - rc.sysinit: add a disk synchronization point with scsi_wait_scan post-udev (#481470)
737 - netfs: drop smbfs support, we don't even ship the module or tools any more
738 - setsysfont: honor LC_CTYPE (#487133, <skasal@redhat.com>)
739 - prefdm: do fallbacks based on provides of 'service(graphical-login)' (#485751)
740 - rc.sysinit: handle multiple IP addresses without choking in the stateless code (#443945)
741 - rc.sysinit: catch the right error code from checking for passphrases (#483269, <vladis.kletnieks@vt.edu>)
742 - prefdm: handle empty /etc/sysconfig/desktop correctly (#480113)
743 - ifup-ipsec: allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
744 - ifup-eth: allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
745 - ifup-eth: fix dhcpv6 when there is no IPv4 configuration (#486507)
746 - ifup-ppp: avoid spurious SIGCHLD to pppd (#448881)
747 - ifup-eth: add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>)
748 - stop plymouth when starting single-user mode. (#491062)
749 - add plymouth shutdown script (#473237, <jmccann@redhat.com>)
750 - fix lang.sh/lang.sh/consoletype for execution with '-e'
751 - ifdown-eth: remove arp_ip_target on ifdown for bonding devices. (#483711)
752 - add vlan support for s390 HSI interfaces. (#490584)
753 - ipcalc: support IPv6 (#464268, <dcantrell@redhat.com>)
754 - translation updates: all
755
756 * Mon Mar 16 2009 Bill Nottingham <notting@redhat.com> - 8.91-1
757 - fix DHCP reading of options from ifcfg-XXX (#483257)
758 - ifdown-eth: clean up bridges on ifdown (#463325, <sean@bruenor.org>)
759 - support MD on iSCSI (#480627)
760 - remove support for 'ifcfg-foo-bar' configurations that inherit from 'ifcfg-foo'
761 - remove slip support
762 - translation updates: es, pl, ca, sr, de, sv, pa, pt_BR
763
764 * Mon Mar 9 2009 Bill Nottingham <notting@redhat.com> - 8.90-1
765 - init.d/functions: cgroup support (<jsafrane@redhat.com>)
766 - fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>)
767 - rc.sysinit: fix typo. (#487926)
768 - console_init: loadkeys has a -q option for silent running. Use it.
769 - ifup-tunnel: add compatiblity for openNHRP tunnels (#486559, <claude.tompers@ieee.lu>)
770 - ccw_init: don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
771 - netfs: use same kpartx arguments as rc.sysinit
772 - don't list mtab in rwtab (#457941)
773 - translation updates: fi, de, mai
774
775 * Wed Jan 28 2009 Bill Nottingham <notting@redhat.com> - 8.89-1
776 - use a leading path when sourcing files (#482826)
777 - netfs: don't unmount nfsd filesystem by accident (#481794, <sprabhu@redhat.com>)
778 - bring up ipsec interfaces last (#481733)
779 - ifdown-eth: fix bridge + vlan (#481557, <danken@redhat.com>)
780
781 * Tue Jan 20 2009 Bill Nottingham <notting@redhat.com> - 8.88-1
782 - init.d/network: return success/failure correctly (#480677)
783 - init.d/halt: fix typo (#480799)
784
785 * Mon Jan 19 2009 Bill Nottingham <notting@redhat.com> - 8.87-1
786 - rename_device: be much faster in the presence of many devices (#480687, <danms@us.ibm.com>)
787 - fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)
788 - rc.sysinit: don't set $(uname -r) or $(uname -m); they're not used
789 - network-functions-ipv6: set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)
790 - add more entries to rwtab (#476799, <harald@redhat.com>)
791 - net.hotplug: Bail out sooner if the network service isn't running
792 - init.d/halt: determine reboot/halt via existing INIT_HALT environment variable. (#475227)
793 - event.d/serial: add some docs
794 - init.d/functions: __pids_var_run: Handle multi-line pid files correctly (#473287)
795 - remove support for no longer existing 'brctl setgcint' command. (#360471)
796 - add %%config back for ifcfg-lo (#472761)
797 - rcS/rcS-sulogin: don't match commented lines when finding runlevel (#472717)
798 - updated translations: de, sk
799
800 * Tue Nov 11 2008 Bill Nottingham <notting@redhat.com> - 8.86-1
801 - stop plymouth before stopping the runlevel (#467207)
802 - fix get_config_by_subchannel (#459044, <harald@redhat.com>)
803 - use blkid -l to pick a single most appropriate device (#470027)
804 - don't mkswap on halt, as it breaks swap-by-label/UUID (#469823)
805
806 * Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
807 - add some error handling/hiding to netfs NM dispatcher script (#469197)
808 - halt: fix code that causes a syntax error on multiple sound cards (#469156)
809 - require a new enough udev version to handle where we put the rules
810 - exit 0 in /etc/rc.d/rc (#469050)
811 - don't set up encrypted devices that have already been set up under different
812 names (#462371, <wwoods@redhat.com>)
813 - accept either the '+<addr>', or comma-separated addresses for arp_ip_target. (#467954,
814 <darcy.sherwood@gmail.com>)
815 - translation updates: hu, kn, ko, ml, sr, sr@latin
816
817 * Tue Oct 14 2008 Bill Nottingham <notting@redhat.com> - 8.84-1
818 - override Arabic, Persian, and Hebrew on the console (<alsadi@ojuba.org>)
819 - explicitly run mdadm on boot to catch degraded arrays. (<dledford@redhat.com>)
820 - fix setting of console font/map (#458362, <ak@sensi.org>)
821 - translations updates: hi, kn, nb, sk, sv, ta
822
823 * Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 8.83-1
824 - various merge review fixes (#225900)
825 Notably: init scripts/network scripts are no longer %%config
826 - remove some extraneous device-mapper initialization
827 - use pidfile in status before calling pidof (#463205)
828 - use plymouth directly, not the rhgb-client wrapper
829 - move bridging after bonding (#449950, <djuran@redhat.com>)
830 - use alsactl to save sound settings. (#462677, <jkysela@redhat.com>)
831 - quit plymouth differently (<rstrode@redhat.com>)
832 - make sure we don't try and spawn a repair shell when there's no
833 tty (#463161)
834 - move udev rules to /lib
835 - stateless updates (#433702, <harald@redhat.com>)
836 - call logger with a full path (#447928, <harald@redhat.com>)
837 - translation updates: as, bn_IN, ca, cz, de, es, fi, fr, gu, it, ja,
838 lv, mr, nl, or, pa, pl, pt_BR, ru, te, zh_TW
839
840 * Wed Sep 10 2008 Bill Nottingham <notting@redhat.com> - 8.82-1
841 - refresh translation strings
842 - plymouth updates. (#460702, <rstrode@redhat.com>)
843 - translation updates: fi, lv, no
844 - remove duplicate dependency (#465182)
845 - ifup-eth: Change how we set the zeroconf route. (#239609)
846 - ifup*: Use 0.0.0.0/0, not 0/0. (#460580)
847
848 * Fri Aug 29 2008 Bill Nottingham <notting@redhat.com> - 8.81-1
849 - rc.sysinit: Don't use -L in find (#458652, #458504, CVE-2008-3524)
850 - ifup: kill more code from loopback bringup
851
852 * Tue Jul 29 2008 Bill Nottingham <notting@redhat.com> - 8.80-1
853 - Fix translation typo (#455804, <ruslanpisarev@gmail.com>)
854 - Turn off syncookies
855 - Cleanups for proper plymouth support
856 - Move the mcheck code to a debugmode package, make it more generic
857
858 * Mon Jul 14 2008 Bill Nottingham <notting@redhat.com> - 8.79-1
859 - fix mcheck stuff to be installed correctly
860 - don't do an arping check for loopback interfaces
861 - console_init: don't wait (<arjan@infradead.org>)
862 - rc: clean up extraneous set -x noise
863 - remove references to static dmraid/multipath binaries (#453987)
864 - translation updates: lv
865
866 * Fri Jun 20 2008 Bill Nottingham <notting@redhat.com> - 8.78-1
867 - fix mounting of /dev/pts
868
869 * Thu Jun 19 2008 Bill Nottingham <notting@redhat.com> - 8.77-1
870 - NMDispatcher/05-netfs: fix check for default route (#445509)
871 - service: don't set $LANG, rely on it to inherit from system locales (#422141)
872 - init.d/functions: fix resolve_dm_raid() for older dmraid configs
873 - Don't unmount sysfs in halt. (#446292)
874 - rc.sysinit: don't try to startup crypto if we can't find the device
875 - rc.sysinit: don't echo crypto stuff unless we're actually *doing* something
876 - ifup: don't try to rename devices - udev rules are the way to go
877 - rc.sysinit: fix typo, and don't restorecon on swap, etc. partitions (#448886)
878 - set MALLOC_CHECK_ & MALLOC_PERTURB_ if configured (<pjones@redhat.com>)
879 - console_init: support SYSFONTACM correctly, and support UNIMAP (#448704,
880 <vvv+fedora@colocall.net>)
881 - don't export GRAPHICAL - plymouth is for all modes. also, don't start rhgb
882 - fix clock rules to properly handle old-style RTC devices (#447019)
883 - translation updates: ko, or, pl
884
885 * Fri May 2 2008 Bill Nottingham <notting@redhat.com> - 8.76-1
886 - fix tcsh syntax error (#444998)
887 - remove debugging cruft from rcS-sulogin
888
889 * Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> - 8.74-1
890 - use full path to /sbin/ip in NetworkManagerDispatcher script (#444378)
891 - lang.{sh,csh}: read only user customization if LANG is already set (#372151)
892
893 * Fri Apr 25 2008 Bill Nottingham <notting@redhat.com> - 8.73-1
894 - move event-compat-sysv events here, obsolete it
895 - fix ctrl-alt-del during rc.sysinit (#444050)
896 - fix 'telinit X' from single-user mode (#444001)
897
898 * Thu Apr 24 2008 Bill Nottingham <notting@redhat.com> - 8.72-1
899 - don't have a S99single when using upstart (#444001, indirectly)
900
901 * Wed Apr 23 2008 Bill Nottingham <notting@redhat.com> - 8.71-1
902 - adjust to gdm using LANG instead of GDM_LANG (#372151, <rstrode@redhat.com>)
903 - rework netfs' check for networking availability to properly handle both network
904 and NetworkManager
905
906 * Tue Apr 15 2008 Bill Nottingham <notting@redhat.com> - 8.70-1
907 - find is now in /bin. Use it. (#192991, #239914, #244941, #442178)
908 - require event-compat-sysv for now (#442291)
909 - fix serial event to wait properly
910 - handle encrypted LVs properly (#441728)
911 - add a sit tunnel type (#441635)
912 - translation updates: ru
913
914 * Tue Apr 8 2008 Bill Nottingham <notting@redhat.com> - 8.69-1
915 - Bring up lo whenever it shows up, not just in network/NM
916 - fix shutdown-related oddities (#438444)
917 - translation updates: el, sr, sr@latin, sv
918
919 * Fri Apr 4 2008 Bill Nottingham <notting@redhat.com> - 8.68-1
920 - netfs: umount 'ncp' filesystems as well (#437117)
921 - improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>)
922 - fix consoletype environment leak (#439546)
923 - ifdown-eth: make sure NEWCONFIG exists before grepping for it (#390271, continued)
924 - console_check: always open with NONBLOCK, clear the serial structs first,
925 handle non-16550 ports (<dwmw2@infradead.org>)
926 - halt: don't use /etc/sysconfig/clock (#438337)
927 - ifup: don't attempt to re-enslave already-enslaved devices (#440077)
928 - netfs: run as a NetworkManagerDispatcher script (#439242)
929 - netfs: remove $local_fs from the list of provides (making it implicitly provided
930 by booting)
931 - serial: add a crude hack to wait for runlevels to finish (#437379)
932 - serial: frob /etc/securetty when necessary (#437381)
933 - add a upstart-specific inittab
934 - translation updates: as, bn_IN, cs, de, es, fi, fr, gu, hi, it, ja, kn, ml, mr, nb,
935 nl, pa, pl, pt_BR, ru, sk, sr, ta, te, zh_CN
936
937 * Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.67-1
938 - actually, don't
939
940 * Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.66-1
941 - use upstart to start rhgb (#433156, <cdahlin@ncsu.edu>)
942
943 * Mon Mar 10 2008 Bill Nottingham <notting@redhat.com> - 8.65-1
944 - Add a serial console udev/upstart handler (#434764, indirectly)
945 - Add some upstart notification for sysv scripts (modified from <cjdahlin@ncsu.edu>, #431231)
946 - Handle _rnetdev correctly (#435358, <pjones@redhat.com>)
947 - various minor speedups (<arjan@infradead.org>)
948 - translation updates: el, fr
949 - disable network by default, in favor of NetworkManager
950
951 * Tue Feb 26 2008 Bill Nottingham <notting@redhat.com> - 8.64-1
952 - Add a console_init udev helper to do console initialization
953 - add /sbin/pidof requirement (#434863)
954
955 * Fri Feb 1 2008 Bill Nottingham <notting@redhat.com> - 8.63-1
956 - don't start RAID arrays in rc.sysinit, that's done by udev (corollary of #429604)
957 - add a NetworkManager-dispatcher script that does netreport on interface changes
958 - use udev rules to set the clock, avoiding issues with modular rtcs (#290731)
959
960 * Mon Jan 21 2008 Bill Nottingham <notting@redhat.com> - 8.62-1
961 - rc.d/rc.sysinit: fix syntax error (#429556)
962 - migrate sr@Latn -> sr@latin (<kmilos@gmail.com>)
963
964 * Fri Jan 18 2008 Bill Nottingham <notting@redhat.com> - 8.61-1
965 - use lvm, not lvm.static (#429222)
966 - ifup-eth: don't do something odd if we find a mac address that
967 matches the user-set MACADDR (#251415)
968 - rc.sysinit: fix root fs check to catch 'rw,ordered,noatime,etc.' properly
969 (#334171)
970 - rc.sysinit: Use proper invocations for authconfig, system-config-network
971 (#426372, #428202)
972 - service: handle unreadable scripts (#427767)
973 - initscripts.spec: add requirements for stateless
974 - fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>)
975 - rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291)
976 - minor stateless fixes
977 - Makefile cleanups (from OLPC, <cscott@cscott.net>)
978 - translation updates: fr, ru, nb
979 - don't endelessly loop on ifdown (#390271)
980 - rc.sysinit: - fix encrypted swap partitions with random key
981 (<harald@redhat.com>)
982
983 * Tue Oct 9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1
984 - don't chvt with rhgb - just kill it when needed
985
986 * Mon Oct 8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1
987 - rc.sysinit: fix rhgb check
988 - prefdm: add wdm section (#248087)
989 - init.d/functions, halt: clean up some extraneous delays (#219816)
990 - ifup-wireless: set mode before bringing link up (#254046, <linville@redhat.com>)
991 - translation updates: pt_BR, hr
992
993 * Fri Oct 5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1
994 - revert kernel conflict so that xen can still work (#319401)
995 - rename_device, 60-net.rules: only suggest an interface name (part of #264901)
996 - require newer udev for persistent net rules (part of #264901)
997 - don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219)
998 - genhostid: fix for 64-bit systems (#306811)
999 - more bash matching fixes (#220087)
1000 - translation updates: is, nb
1001
1002 * Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1
1003 - work around upstream bash changes (#220087, modified from <nvigier@mandriva.com>)
1004 - init.d/network: add Should-Start for firewall services
1005 - ifup-eth: handle arp_ip_target separately (#288151, <agospoda@redhat.com>)
1006 - rc.sysinit: remove rc.serial support - should be udev rules
1007 - rc.sysinit: remove acpi module loading - now supported by the kernel automatically
1008 - fix en_GB translation (#271201)
1009 - translation updates: as, bn_IN, bg, ca, cs, de, el, es, fi, gu, hi, it, ja, ko, kn, ml,
1010 mr, nb, nl, pa, pl, pt, pt_BR, ro, sl, sr, sr@Latn, sv, ta, te, zh_CN
1011
1012 * Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 8.56-1
1013 - rename_device: fix open() call
1014 - rc.sysinit: optimize out some excess greps (<harald@redhat.com>)
1015 - halt: support newer nut syntax, conflict with old versions (#252973, <tsmetana@redhat.com>)
1016 - fix buildreq from popt -> popt-devel
1017 - newer popt is in /lib|/lib64 - require it, and link dynamically
1018 - rc.sysinit: added support for cryptsetup-uuids (bug #242078, <harald@redhat.com>)
1019 - netconsole: fix status(), assorted other cleanups
1020 - translation updates: fr, ro, sk
1021
1022 * Fri Jul 27 2007 Bill Nottingham <notting@redhat.com>
1023 - add /etc/networks (#239602)
1024 - rc.sysinit: fix quotacheck, remove obsolete convertquota (#249003, <tometzky@batory.org.pl>)
1025 - rc.sysinit: add gfs2 to the 'don't mount here' list (#248985)
1026 - netfs: check for rpcbind, not portmap (#245595)
1027 - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
1028 - translation updates: cy, en_GB, mk, ml, ms, pl, sk, ta, zh_CN
1029
1030 * Tue Jul 17 2007 Nils Philippsen <nphilipp@redhat.com>
1031 - avoid calling unicode_start unnecessarily often during startup/shutdown which
1032 causes certain monitor/video card combos to flicker heavily (#237839)
1033
1034 * Tue May 15 2007 Bill Nottingham <notting@redhat.com> 8.54-1
1035 - translation updates: as, bg, cs, ja, ms
1036 - redirect bogus errors from cryptsetup to /dev/null <karsten@redhat.com>
1037
1038 * Thu Apr 19 2007 Bill Nottingham <notting@redhat.com> 8.53-1
1039 - init.d/halt: use sound saving wrapper from alsa-utils, conflict with
1040 older versions (#236916)
1041 - usernetctl: drop user gid (#229372)
1042 - translation updates: ta, pt_BR, nb, as, hi, de
1043
1044 * Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> 8.52-1
1045 - lang.sh: fix locales where SYSFONT is not the default (#229996)
1046 - ifup-wireless: properly quote arguments (#234756)
1047 - readonly-root: add options for mounting state (#234916)
1048 - rwtab: updates (#219339, <law@redhat.com>)
1049 - add netconsole init script (#235952)
1050 - disable link checking when PERSISTENT_DHCLIENT is set (#234075)
1051 - restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>)
1052 - ifup-post: only use the first address (#230157, <michal@harddata.com>)
1053 - ifup-ipsec: allow overriding of my_identifier (#229343, <cmadams@hiwaay.net>)
1054 - ifup-wireless: set link up before itweaking wireless parameters (#228253)
1055 - rc.sysinit: restorecon on mount points when relabeling (#220322)
1056 - init.ipv6-global: cleanup & optimize sysctl usage (#217595)
1057 - ifup-eth: support ETHTOOL_OPTS on bridge devices (#208043, <bbaetz@acm.org>)
1058 - network-functions-ipv6: as we don't use NETWORKING_IPV6, silence errors (#195845)
1059 - fix description (#229919)
1060 - translation updates
1061
1062 * Fri Feb 23 2007 Bill Nottingham <notting@redhat.com> 8.51-1
1063 - fix 'Fedora Fedora' in rc.sysinit
1064 - halt: use kexec -x to not shut down network (#223932, <mchristi@redhat.com>)
1065 - network_functions: fix is_bonding_device logic (#229643)
1066 - translation updates: nb
1067
1068 * Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> 8.50-1
1069 - lang.csh, lang.sh: if $LANG is set, don't override it (#229102)
1070 - initlog.1: fix man page formatting (<esr@thyrsus.com>)
1071 - network-functions: simplify bonding test (#215887, <herbert.xu@redhat.com>)
1072 - fix ifup-post when lookup fails (#220318, <hiroshi.fujishima+redhat@gmail.com>)
1073 - add bridging docs (#221412, <markmc@redhat.com>)
1074 - release bonding slaves properly (#220525)
1075 - fix ppp-watch with ONBOOT=yes (#216749)
1076 - support VLAN_PLUS_VID_NO_PAD (#222975, #223011)
1077 - remove NETWORKING_IPV6; to disable, use a modprobe rule
1078 - translation updates: ms, de, el, pt_BR, fi, bs, sr, it, ko
1079
1080 * Tue Dec 19 2006 Bill Nottingham <notting@redhat.com> 8.49-1
1081 - rc.sysinit: remove raidautorn (#219226)
1082 - ifup-eth: set MACADDR, MTU before initializing bonding slaves, etc (#218792)
1083 - translation updates: mr, ms, hi, te, ml
1084
1085 * Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.48-1
1086 - add a step to rename any temporarily renamed devices (#208740, #214817)
1087 - make sure network modules don't get accidentally reloaded (#211474)
1088 - rc.sysinit: fix dmraid test (#216334)
1089 - init.d/halt: don't unmount network filesystems
1090 - ipsec: Add a way to manually manage racoon.conf (#159343, <mitr@redhat.com>)
1091 - sysconfig.txt: Document ~/.i18n (#199323, <mitr@redhat.com>)
1092 - some translation updates
1093
1094 * Mon Nov 6 2006 Bill Nottingham <notting@redhat.com> 8.47-1
1095 - lang.{sh,csh}: handle sinhalese as well in CJKI clauses (#212438)
1096 - rc.sysinit: add '--auto=yes' to mdadm invocation (#213671)
1097 - rename_device: fix incorrect handling of .bak files
1098 - mount tmpfs with -n (#213132)
1099 - various SUBCHANNELS related s390 fixage (#204803)
1100 - lang.{sh,csh}: support iso-8859-8 (#212738, <matan@svgalib.org>)
1101
1102 * Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1
1103 - ifup-eth: restorecon on moved lease file
1104 - rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
1105 - revert early-login support (#210836, essentially)
1106 - blacklist CJKI on the virtual console (#120819)
1107 - rc.sysinit: use dmraid.static (#211297)
1108 - use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
1109 - use /etc/statetab, /etc/statetab.d for local state (#211839, <markmc@redhat.com>)
1110 - fix or_IN and similar locales (#212219)
1111 - use SUBCHANNELS as the primary key for s390 network devices (#204803)
1112 - translation updates
1113
1114 * Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
1115 - lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
1116 (reverts: #186961; fixes #209469)
1117 - translation updates: ms
1118
1119 * Wed Oct 4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
1120 - separate tmpfs-usage for state from readonly-root
1121 - set keymap correctly in non-utf8 locale (#167363)
1122 - setsysfont: run unicode_stop if in non-unicode locale
1123 - lang.csh/lang.sh: set iutf8 if appropriate (#186961)
1124 - lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
1125 - rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
1126 - rwtab: fix iscsi file location (#208864)
1127 - translation updates: el, da, as, or
1128 - fix stateless updates (#206331, <law@redhat.com>)
1129
1130 * Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
1131 - move ccwgroup initialization to a udev rule (should fix #199139,
1132 #199655, #169161)
1133 - init.d/functions: don't write to gdmfifo
1134 - remove unused-since-RHL-7 consolechars code, update docs (#206106)
1135 - stateless updates (#206331, <law@redhat.com>)
1136 - translation updates (el, ms, hr, sl)
1137
1138 * Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
1139 - run rc.sysinit, /etc/rc in monitor mode (part of #184340)
1140 - use a better check for 'native' services (#190989, #110761, adapted
1141 from <matthias@rpmforge.net>)
1142
1143 * Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
1144 - fix network ipv6 hang (#207137, others)
1145 - rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab
1146 - rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>)
1147 - sysconfig.txt: clarify onboot/onparent usage
1148
1149 * Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1
1150 - translation updates
1151 - rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device
1152 name to avoid any realistic namespace clashes
1153 - rc.sysinit: set default affinity if specified on commandline (#203359)
1154 - always pass path to '.' (#206035)
1155 - run setsysfont, loadkeys always when /dev/tty{0,1} exist (#150769)
1156 - allow going to a shell when system is shut down cleanly (from <dwalsh@redhat.com>)
1157
1158 * Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
1159 - translation updates
1160 - Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
1161 - make /dev/mapper/control ourselves (<pjones@redhat.com>)
1162 - init.d/network: simplify 'status' call
1163 - fix actual 169.254 networks (#203591)
1164 - rc.sysinit: don't run vgscan (#191879)
1165 - init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>)
1166 - rc.sysinit: catch more dmraid errors (#200683)
1167 - support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
1168 <lv@lekv.de>)
1169 - IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
1170
1171 * Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
1172 - translation updates
1173 - bring down bonding slaves on ifdown (#199706)
1174 - support LINKDELAY for dhcp (#191137)
1175 - netfs: run multipath on netdev devices (#180977)
1176 - halt: use /proc/mounts instead of /etc/mtab (#198426, <mitr@redhat.com>)
1177 - rc.sysinit: fix getkey race (#191453, <mitr@redhat.com>)
1178 - spec cleanups (#188614, <kloczek@rudy.mif.pg.gda.pl>)
1179 - support aliases on vlan (#193133, <mitr@redhat.com>)
1180 - clean up ifcfg file handling (<mitr@redhat.com>, <michal@harddata.com>)
1181 - GRE and IPIP tunnel support (#168990, <mitr@redhat.com>,
1182 <razvan.vilt@linux360.ro>, <aaron.hope@unh.edu>, <sean@enertronllc.com>)
1183 - rc.sysinit: don't format encrypted swap always (#127378)
1184 - don't try to add routes to alias devices (#199825, #195656)
1185
1186 * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.37-1
1187 - update translations
1188
1189 * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.36-1
1190 - rework automatic swapon - only run if AUTOSWAP=yes, and fix errors
1191 (#198695, #196179, #196208)
1192 - redo single so it starts last in runlevel 1, and doesn't kill/start
1193 services itself
1194 - add configurable delay for killproc() (#198429, <jorton@redhat.com>)
1195 - fix loop in rename_device (#199242, <markmc@redhat.com>)
1196 - rc.sysinit: stateless updates (#197972, <law@redhat.com>)
1197 - support for copying dhcp leases from initramfs (#198601, <markmc@redhat.com>)
1198 - readonly-root: SELinux works now in the kernel, allow it
1199 - init.d/network: don't bring down network if root is on a network device
1200 - init.d/halt: don't use -i to halt; causes problems with iscsi
1201 - add support for routing rule-$device (#132252, <mitr@redhat.com>)
1202 - fix rhgb output (#192604, <tonynelson@georgeanelson.com>)
1203 - fix crypttab options for LUKS (#197656, <mitr@redhat.com>)
1204 - ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>)
1205 - ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)
1206 - rename_device: ignore alias devices, fix race (#186355)
1207 - ifup/ifdown: don't mark as %%config
1208 - rwtab: some additions/cleanup
1209
1210 * Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
1211 - readonly root enhancments (modified from <law@redhat.com>, #193164)
1212 - encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
1213 - clarify killproc usage (#193711, <mitr@redhat.com>)
1214 - document BRIDGE= (#192576, <mitr@redhat.com>)
1215 - rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
1216
1217 * Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
1218 - link glib2 dynamically now that it's in /lib, conflict with older
1219 versions
1220 - handle cups specially when cleaning /var (#189168)
1221 - remove ifdown-aliases (<mitr@redhat.com>)
1222 - ifup-ipsec: fix key handling when only one of AH or ESP is used
1223 (#166257, <mituc@iasi.rdsnet.ro>)
1224 - IPv6 updates, including RFC 3041 support (<pb@bieringer.de>)
1225 - routing fixes, add METRIC support for default routes (#124045, <mitr@redhat.com>)
1226 - fix handling of mount points with white space (#186713, <mitr@redhat.com>)
1227
1228 * Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1
1229 - support for readonly root
1230 - rc.sysinit: remove call to zfcpconf.sh - that should be udev rules
1231 - ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>)
1232 - rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>)
1233
1234 * Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1
1235 - netfs: fix redirect (#187505)
1236 - rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>)
1237 - functions/pidof: various fixes (#182623, others <mitr@redhat.com>)
1238 - add support for DHCP on bridges (#125259, <mitr@redhat.com>,
1239 anders@kaseorg.com>)
1240 - rc.sysinit: use pidof, not killall (#185429, <pjones@redhat.com>)
1241 - ppp fixes (#129195, #163950, #92023, <mitr@redhat.com>, <avi@argo.co.il>)
1242 - ifup/ifdown: unset $WINDOW (#174336, <mitr@redhat.com>)
1243
1244 * Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1
1245 - add udev helper to rename network devices on device creation
1246
1247 * Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1
1248 - fix context of /dev/pts (#185436)
1249 - translation updates
1250
1251 * Sun Mar 5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
1252 - fix kexec support (<jmoyer@redhat.com>)
1253 - translation updates
1254
1255 * Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
1256 - hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
1257 - fix endless loops in ifup/ifdown (#177792, #182466)
1258 - fix enabling of enforcing SELinux mode after relabel (#181893)
1259 - remove debugging code from ifup-bnep
1260 - add /proc, /sys mounting back to rc.sysinit
1261 Note: booting without an initrd is deprecated
1262 - translation updates
1263
1264 * Tue Feb 14 2006 Peter Jones <pjones@redhat.com> 8.29-1
1265 - scrub another possible error message from dmraid output
1266
1267 * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.28-1
1268 - kill nash-hotplug before starting udev (<pjones@redhat.com>)
1269 - silence warnings on /dev/pts remount (<pjones@redhat.com>)
1270 - more translation updates
1271
1272 * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1
1273 - translation updates
1274 - lang.sh: revert fix for #176832, it's broken
1275 - ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>)
1276
1277 * Tue Feb 7 2006 Bill Nottingham <notting@redhat.com> 8.26-1
1278 - revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change
1279 - add some ugly hacks to make sure net hotplug doesn't run after unclean
1280 shutdown (#177795)
1281 - don't mount /sys and /proc in rc.sysinit - the initrd already does
1282 (<pjones@redhat.com>)
1283 - halt: try to unmount tmpfs filesystems before swapoff (#174000,
1284 <mitr@redhat.com>)
1285
1286 * Thu Feb 2 2006 Bill Nottingham <notting@redhat.com> 8.25-1
1287 - ifup: don't run the arping check if the address is already on the device
1288
1289 * Wed Feb 1 2006 Bill Nottingham <notting@redhat.com> 8.24-1
1290 - init.d/functions: fix sendmail startup
1291 - sysconfig.txt: fix typos (<mitr@redhat.com>)
1292
1293 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 8.23-1
1294 - rc.sysinit: do a better job of not activating already active dmraids
1295
1296 * Tue Jan 31 2006 Bill Nottingham <notting@redhat.com> 8.22-1
1297 - remove references to /usr/X11R6/bin (#177938)
1298 - rc.sysinit: fix SELinux message formatting (#178532)
1299 - rc.sysinit: clean cvs as well (#178539, <ville.skytta@iki.fi>)
1300 - init.d/halt: move halt.local so that it runs before / is remounted r/o (#179314)
1301 - rc.sysinit: don't activate already active dmraids (<pjones@redhat.com>)
1302 - rc.sysinit: don't mount usbfs, libusb no longer uses it
1303 - init.d/functions: Add -p to status() (#134363, <mitr@redhat.com>)
1304 - init.d/functions: Separate /var/run/*.pid handling and pidof calls
1305 to private functions (#63440, <mitr@redhat.com>)
1306 - init.d/functions: update for current LSB, including -p pidfile
1307 (#99325, #134363, <mitr@redhat.com>, <tobias.burnus@physik.fu-berlin.de>)
1308 - getkey: various cleanups, add man page (#54481, <mitr@redhat.com>)
1309 - lang.sh: don't always call consoletype (<laroche@redhat.com>)
1310
1311 * Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
1312 - move handling of network hotplug events here, add appropriate udev
1313 rules, obsolete hotplug
1314 - get rid of some path lookups (#178321, <mclasen@redhat.com>)
1315 - get hwaddrs from sysfs as opposed to ip | sed
1316 - translation updates
1317 - lang.sh: don't run unicode_start for subshells (#176832)
1318 - halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
1319 - add service(8) man page (#44857) <mitr@redhat.com>
1320
1321 * Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
1322 - remove kmodule. udev handles module loading now
1323 - require appropriate udev
1324
1325 * Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 8.19-1
1326 - Require syslog, for alternate implementations thereof (#172885)
1327 - Fix fsck invocation for weeding out netdev devices (#175803)
1328
1329 * Fri Dec 2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
1330 - use new dhclient file paths, add appropriate conflict (#169164)
1331
1332 * Wed Oct 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
1333 - make sure corefile limiting works for user processes as well
1334 (#166511, <ville.skytta@iki.fi>)
1335 - ifup-routes: handle no EOF in the route file (#156972)
1336 - rc.sysinit: tweak mesage (#156972)
1337 - ifdown-eth: clean up error message (#135167)
1338 - rc.sysinit: call kpartx on multipath devices (#160227)
1339 - ifup-eth: move wireless options before bridge options (#122801)
1340 - ifup-wireless: silence error (#90601)
1341 - init.d/functions: change translated string (#54682)
1342
1343 * Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
1344 - fix typo bug
1345
1346 * Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
1347 - support proper dial-in configuration, thanks to Peter Bieringer (#158380)
1348
1349 * Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
1350 - kmodule: don't probe for uninteresting devices. speeds things up
1351 - network-functions: deal with broken networks better (#168947)
1352 - rc.sysinit: automatically reboot if labels are really out of date
1353 (<dwalsh@redhat.com>)
1354 - network-functions: throw out nameif error messages
1355 - rc.sysinit: use multipath.static (#168321)
1356 - rc.sysinit: use ignorelocking (#168195)
1357
1358 * Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
1359 - fix usage of the module blacklist (#168020)
1360
1361 * Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
1362 - fix on-boot relabelling (<dwalsh@redhat.com>)
1363
1364 * Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
1365 - ifup-eth: fix interface renaming (#158774)
1366 - rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
1367 - remove workaround for the fonts-not-initialized-on-secondary-consoles
1368 problem (fixed in 2.6.12-rc4 and later)
1369 - setsysfont: correctly bracket systfontacm (#159706)
1370 - rc.sysinit: always use udevsend, even if no modules (#160987)
1371 - ifdown-aliases: add 'cd' to the proper dir (#161170)
1372 - add diskdump restore support (<tuchida@redhat.com>),
1373 conflict with appropriate diskdumputils
1374 - rc.sysinit: dmraid/multipath support
1375 - remove LVM1 support
1376 - init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
1377 - ifup-wireless: set rate in quotes (#163123)
1378 - handle lvm & fsck for network block devices (#148764,
1379 <alewis@redhat.com>)
1380 - initlog: fix invalid free calls, (#165033), (#163973,<dwalsh@redhat.com>)
1381 - sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
1382 - updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
1383
1384 * Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
1385 - fix mis-bringup of interfaces due to accidentally matched HWADDR
1386 (a.k.a. ONBOOT=no not working) (#153669, #157252)
1387 - support automatic relabeling later if rebooted w/o SELinux
1388 (<dwalsh@redhat.com>)
1389 - rc.sysinit: fix fixfiles invocation (#157182)
1390 - btmp should be 0600 (#156900)
1391 - translation updates: fr, bg, ru, mk, pa, es
1392
1393 * Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 8.10-1
1394 - fix hang on stale GDM sockets (#156355)
1395
1396 * Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> 8.09-1
1397 - rc.sysinit: clean up screen sockets (#155969)
1398 - functions: use pidof -c in various functions
1399 - ifup-ppp: fix static routes with ppp demand dialing (#20142,
1400 <ohrn+redhat@chalmers.se>)
1401 - add btmp support (#155537)
1402 - don't send dhcp hostname (revert of fix for #149667)
1403 - more early-login modifications (<mclasen@redhat.com>)
1404 - functions: fix echo (#155270)
1405
1406 * Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 8.08-3
1407 - fix ifup-routes script (#155195)
1408
1409 * Mon Apr 18 2005 Florian La Roche <laroche@redhat.com>
1410 - fix strstr call in rc.sysinit
1411
1412 * Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 8.08-1
1413 - update translation base
1414 - automatically send hostname for DHCP if it's available and not
1415 overridden (#149667)
1416 - load user-defined module scripts from /etc/sysconfig/modules at
1417 boot (#123927)
1418 - halt: reverse sort the mount list, avoiding errors
1419 (#147254, <jamesodhunt@hotmail.com>)
1420 - ifup-wireless: add SECURITYMODE (#145407)
1421 - network-functions: don't error out if hotplug doesn't exist (#140008)
1422 - ifup: always return errors on trying to bring up nonexistent devices (#131461)
1423 - ifup: fix error message (#143674)
1424 - rc.sysinit: add a autorelabel boot target (#154496)
1425 - prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
1426 - remove support for the old firewall type
1427 - network: optimize some (#138557, <drepper@redhat.com>)
1428 - prefdm: fix prefdm arg handling (#154312, <khc@pm.waw.pl>)
1429 - gdm early-login support (adapted from <rstrode@redhat.com>)
1430 - ifup-routes: make sure commented lines are handled correctly (#154353,
1431 #114548, <link@pobox.com>)
1432 - some sysconfig.txt updates (<link@pobox.com>, <jvdias@redhat.com>)
1433 - rc.sysinit: fix restorecon invocation (#153100)
1434 - initlog: free some of the more egregious memory leaks (#85935)
1435 - initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)
1436 - remove some conflicts, %%post scripts, etc. that were only relelvant
1437 for upgrades from pre-7.0
1438 - other minor fixes, see ChangeLog
1439
1440 * Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
1441 - bring back initlog for third-party scripts until a new framework is
1442 in place
1443
1444 * Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
1445 - handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
1446 - ifup-ipsec: handle non-ascii keys (#150552)
1447 - add proper ipsec route (#146169, #140654)
1448 - add a restorecon for /tmp to rc.sysinit
1449 - document ONHOTPLUG in sysconfig.txt
1450 - fix mistranslation (#151120)
1451 - don't return 1 for stopping a process if it isn't running at all
1452 - don't explicitly set fwd polices for ipsec traffic. Let setkey
1453 handle it.
1454
1455 * Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
1456 - ipv6 cleanups (<pb@bieringer.de>)
1457 - rc.sysinit: fix rngd check (#130350)
1458 ... then turn it off entirely
1459 - rc.sysinit: get rid of duplicate date printout (#149795)
1460 - ifdown: handle being called on down devices better
1461 - handle saved resolv.conf on all device types
1462 - fix network-functions cleanup
1463 - netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
1464 - dhcp release cleanups (<jvdias@redhat.com>)
1465 - ifup-bnep: bluetooth update <dwmw2@infradead.org>
1466 - more ipsec stuff (#147001, <ckjohnson@gwi.net>)
1467
1468 * Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
1469 - split out ifup/ifdown general case to ifup/ifdown-eth;
1470 add ifup/ifdown-bnep (<dwmw2@redhat.com>)
1471 - ifup-ipsec: add fwd policies (#145507)
1472 - fix multiple scsi_hostadapter loads (#145432)
1473 - enable syncookies in sysctl.conf (#145201)
1474
1475 * Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
1476 - use udevsend to handle hotplug events (requires recent udev)
1477 - remove pump, dhcpcd support
1478 - fix ONxxx (#136531, <cww@redhat.com>)
1479 - fix various fgreps to not catch commented lines (#136531, expanded
1480 from <cww@redhat.com>)
1481 - set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
1482 - kill dhcp client even if BOOTOPROTO is now static (#127726, others)
1483 - replace the use of route/ifconfig with ip in IPv6 code, remove support
1484 for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
1485 - fix quoting in daemon() (#144634)
1486 - make sysctl be silent (#144483)
1487
1488 * Mon Jan 3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
1489 - remove initlog, minilogd
1490 - add a flag to kmodule for use with kudzu's socket mode, use it
1491 - change setting of IPv6 default route (#142308, <pb@bieringer.de>)
1492 - netfs: don't unmount NFS root FS (#142169)
1493
1494 * Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
1495 - further bootup noise reductions
1496 - rc.d/rc.sysinit: do implicit unicode conversion on keymap
1497
1498 * Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
1499 - fix previous fix (#139656)
1500
1501 * Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1
1502 - clear and repopulate mtab before mounting other filesystems (#139656)
1503 - remove more devfs compat
1504
1505 * Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
1506 - various kmodule speedups
1507 - rc.d/init.d/netfs: don't mount GFS (#140281)
1508 - fix various minilogd bogosities (#106338)
1509
1510 * Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1
1511 - configure CTC protocol if CTCPROT is set (#133088)
1512
1513 * Mon Nov 15 2004 Bill Nottingham <notting@redhat.com>
1514 - fix check_link_down to still check negotiation if link is
1515 listed as "up" on entering (#110164, <dbaron@dbaron.org>)
1516
1517 * Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1
1518 - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)
1519
1520 * Tue Nov 9 2004 Bill Nottingham <notting@redhat.com>
1521 - fix typo (#134787, <bnocera@redhat.com>)
1522
1523 * Sun Nov 7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
1524 - various translation updates
1525
1526 * Tue Nov 2 2004 Bill Nottingham <notting@redhat.com>
1527 - take an axe to rc.sysinit:
1528 - remove delay on unclean startup
1529 - remove hdparm code
1530 - remove LVM1 code
1531 - remove old raidtab code in favor of mdadm
1532 - remove support for old isapnp tools
1533 - move all block device mangling before fsck. run fsck *once*, not twice
1534 - some more LC_ALL=C stuff
1535
1536 * Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
1537 - /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup
1538 - /etc/rc.d/rc.sysinit:
1539 - do not read udev.conf, this seems to be all in the start_udev script
1540 - fix detection of "nomodules" kernel command line option
1541 - read /proc/cmdline earlier and convert rhgb to use that, too
1542 - load_module(): change redirection to /dev/null
1543 - some checks for RHGB_STARTED="" looked strange
1544 - /etc/sysconfig/network-scripts/ifup-ppp:
1545 - remove a call to basename with shell builtins
1546 - /etc/sysconfig/network-scripts/network-functions:
1547 - remove some calls to basename/sed with shell builtins
1548
1549 * Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
1550 - fix prefdm fallback to installed display managers (#137274)
1551 - fix incorrect rhgb temporary path (#137391)
1552
1553 * Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93-1
1554 - translation updates
1555 - fix handling of GATEWAYDEV (#133575, <pekkas@netcore.fi>)
1556
1557 * Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1
1558 - rc.d/rc.sysinit: remove devlabel call
1559 - mdadm support, now that raidtools is gone (#126636, #88785)
1560 - call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>)
1561 - cleanup a couple of nits that could affect bug #134754
1562 - make sure we return to rhgb after fsck (#133966, #112839, #134449)
1563 - automatically reboot when fsck calls for it, instead of requiring
1564 manual intervention (#117641 and duplicates)
1565 - ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>)
1566 - translation updates
1567
1568 * Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1
1569 - fix portname for LCS devices
1570
1571 * Fri Oct 08 2004 Bill Nottingham <notting@redhat.com>
1572 - remove sysconfig/rawdevices, as initscript is removed
1573
1574 * Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
1575 - change /etc/sysctl.conf to not allow source routed packets per default
1576
1577 * Fri Oct 6 2004 Bill Nottingham <notting@redhat.com> - 7.88-1
1578 - fix requires
1579
1580 * Tue Oct 5 2004 Dan Walsh <dwalsh@redhat.com> - 7.87-1
1581 - Change SELinux relabel to not remount /
1582
1583 * Mon Oct 4 2004 Bill Nottingham <notting@redhat.com>
1584 - use runuser instead of su; require it
1585 - init.d/halt: use right file name for random seed (#134432)
1586
1587 * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
1588 - use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
1589 - filter indic locales on the console (#134198)
1590
1591 * Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1
1592 - ifup, network-functions: fix worked-by-accident shell quoting
1593 - lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>)
1594 - SELinux fixes
1595 - clean up prefdm
1596 - init.d/functions: export LC_MESSAGES (#133786)
1597 - allow daemon to coredump if requested (#130175)
1598 - network-functions: be more liberal in what we accept for link types (#90602, #127984)
1599 - fix overzealousness with -range aliases (#65415)
1600 - rc.sysinit: use s-c-keyboard, not kbdconfig (#133929)
1601 - fix checkpid logic, clean up potential errors (#134030)
1602 - translation updates
1603
1604 * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1
1605 - only start udev once
1606
1607 * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1
1608 - conflict with old udev
1609 - use udev if it's present
1610
1611 * Tue Sep 21 2004 Bill Nottingham <notting@redhat.com>
1612 - don't mount usbfs without usb. also, at least be consistent in filesystem type
1613
1614 * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1
1615 - fix handling of nonexistent devices (#132839)
1616 - rhgb enhancements (<veillard@redhat.com>, #132665)
1617 - initscripts.spec: require nash (#132513)
1618 - translation updates
1619
1620 * Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1
1621 - load iucv device config after /etc/sysconfig/network so that
1622 GATEWAY doesn't get overwritten
1623
1624 * Fri Sep 10 2004 Bill Nottingham <notting@redhat.com> - 7.80-1
1625 - fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)
1626
1627 * Fri Sep 10 2004 Karsten Hopp <karsten@redhat.com> - 7.79-1
1628 - load ctc device config after /etc/sysconfig/network so that
1629 GATEWAY doesn't get overwritten
1630
1631 * Wed Sep 8 2004 Dan Walsh <dwalshg@redhat.com> - 7.78-2
1632 - fix setting SELinux contexts on udev-created-in-initrd devices
1633 - Let restorecon check if selinux is enabled.
1634
1635 * Wed Sep 8 2004 Bill Nottingham <notting@redhat.com> - 7.78-1
1636 - set SELinux contexts on udev-created-in-initrd devices, if necessary
1637
1638 * Wed Sep 1 2004 Bill Nottingham <notting@redhat.com> - 7.77-1
1639 - mount usbfs (#131347)
1640 - start any automatic raid devices
1641 - remove triggers for ancient releases, bulletproof remaining ones (#131356)
1642
1643 * Wed Sep 1 2004 Jeremy Katz <katzj@redhat.com> - 7.76-1
1644 - udev uses UDEV_TMPFS now
1645
1646 * Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 7.75-1
1647 - fix sysfs configuration of qeth and lcs network interfaces
1648 (eth, tr, hsi)
1649
1650 * Mon Aug 30 2004 Karsten Hopp <karsten@redhat.de> 7.74-1
1651 - fix support for LCS portnumbers (mainframe)
1652
1653 * Fri Aug 27 2004 Jason Vas Dias <jvdias@redhat.com> 7.73-1
1654 - Add support for running the DHCPv6 client to ifup
1655 - (new DHCPV6C=yes/no ifcfg-${IF} variable) + update sysconfig.txt
1656
1657 * Fri Aug 27 2004 Bill Nottingham <notting@redhat.com> 7.72-1
1658 - flip the kernel conflict to a Requires:
1659
1660 * Thu Aug 26 2004 Karsten Hopp <karsten@redhat.de> 7.71-1
1661 - ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead
1662
1663 * Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
1664 - autoload hardware modules on startup
1665 - minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
1666 - ifup: support STP bridging (#123324)
1667 - rc.sysinit: do a SELinux relabel if forced
1668 - rc.sysinit: remove devfs compat and the remaining 2.4 compat
1669 - ifup-wireless: support multiple keys (#127957)
1670 - fix firmware loading (#129155, <bnocera@redhat.com>)
1671
1672 * Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
1673 - execute zfcfconf.sh if available (mainframe)
1674
1675 * Mon Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.67-1
1676 - fix change_resolv_conf: if pre-existing /etc/resolv.conf
1677 - non-existent or empty, replace with new file contents.
1678
1679 * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1680 - Allow users to use generic /etc/dhclient.conf if per-device
1681 - /etc/dhclient-${DEVICE}.conf is non-existent or empty
1682
1683 * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1684 - Preserve "options" settings in resolv.conf (bug 125712)
1685
1686 * Fri Aug 20 2004 Jeremy Katz <katzj@redhat.com> - 7.65-1
1687 - look at /etc/udev/udev.conf, not /etc/sysconfig/udev (#130431)
1688
1689 * Fri Aug 20 2004 Bill Nottingham <notting@redhat.com> 7.64-1
1690 - rc.d/rc.sysinit: check for dev file too (#130350)
1691
1692 * Thu Aug 19 2004 Than Ngo <than@redhat.com> 7.63-1
1693 - allow CBCP with own number (#125710)
1694
1695 * Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
1696 - fix up resolv.conf munging (#129921)
1697 - use rngd if available
1698 - run start_udev if necessary (#120605)
1699 - readonly root updates (#129893, <markmc@redhat.com>)
1700 - ifup-wireless: quote key (#129930)
1701 - remove rawdevices (#130048)
1702 - handle binfmt_misc in rc.sysinit for the case where it's built in (#129954)
1703 - remove mkkerneldoth
1704 - don't remove linguas in lang.* (part of #9733)
1705 - fix nfs unmounting (#129765)
1706 - fix URL (#129433)
1707
1708 * Tue Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
1709 - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
1710
1711 * Tue Aug 3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
1712 - write peerid into sysfs for IUCV devices (mainframe)
1713
1714 * Tue Aug 3 2004 Bill Nottingham <notting@redhat.com>
1715 - don't remove /dev/mapper/control - nash will do it if it has to (#127115)
1716
1717 * Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
1718 - fix for bug 125712: add 'change_resolv.conf' function
1719
1720 * Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
1721 - rc.d/init.d/network: don't bring interfaces down twice (#127487)
1722
1723 * Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
1724 - fix bonding + no IP (#127285)
1725 - wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
1726
1727 * Wed Jul 7 2004 Bill Nottingham <notting@redhat.com>
1728 - move random stuff to rc.sysinit/halt; move all swap to after this.
1729 prereq of bug #123278
1730
1731 * Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
1732 - set context on ICE directory after making it (#127099, <concert@europe.com>)
1733 - don't mount GFS filesystems in rc.sysinit
1734
1735 * Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1
1736 - rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
1737 - set devicetype for xDSL (#126194)
1738 - ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>)
1739 - unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>)
1740 - bonding fixes
1741 - setsysfont: remove error (#100559)
1742 - remove duplicate setting of network routes (#125450)
1743 - vlan fixes (#107504, <hrunting@texas.net>)
1744 - ifup-aliases: remove bogus route setting (#120908)
1745
1746 * Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1
1747 - readonly root fixes (<alexl@redhat.com>)
1748
1749 * Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
1750 - special TYPE for qeth devices to differenciate them from ethX
1751
1752 * Mon May 24 2004 Bill Nottingham <notting@redhat.com>
1753 - fix pppd vs. ppp typo in conflicts (#123680)
1754
1755 * Fri May 21 2004 Bill Nottingham <notting@redhat.com>
1756 - fix bridging confusing module order (#122848, <luto@myrealbox.com>)
1757 - rc.d/rc.sysinit: don't mount cifs (#122501)
1758
1759 * Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1
1760 - add support for ccwgroup devices on mainframe
1761
1762 * Thu May 13 2004 Than Ngo <than@redhat.com> 7.54-1
1763 - add patch to enable PIE build of usernetctl
1764
1765 * Fri May 7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1
1766 - little lvm tweak (#121963)
1767
1768 * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.52-1
1769 - ipv4 addresses are ints, not longs (#122479)
1770
1771 * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.51-1
1772 - get rid of LVM error when no volumes are defined (#121197)
1773 - fix selinux short-circuit test (#121143, <michal@harddata.com>)
1774 - /dev/mapper/control is a special file, check it accordingly (#121963)
1775 - support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)
1776 - handle multiple spaces correctly in rc.sysinit, network-functions
1777 (#118583, <pallas@kadan.cz>)
1778 - cleanup fd leaks, mem leaks, other bogosities
1779 (#119987, <linux_4ever@yahoo.com>)
1780 - rc.d/init.d/network: remove ipv6 bogosity (#114128)
1781 - translation updates
1782
1783 * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1
1784 - fix LVM issues in rc.sysinit (#120458, #119975)
1785 - deal with fixed racoon parser
1786 - translation updates from translators
1787 - fix USB loading (#120911)
1788
1789 * Fri Mar 26 2004 Bill Nottingham <notting@redhat.com> 7.49-1
1790 - use alsa for mixer saving in halt
1791 - don't umount /proc in halt (#118880)
1792 - various translation updates from translators
1793
1794 * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
1795 - disable enforcing in emergency mode for now, relabel some commonly
1796 mislabeled files on boot
1797
1798 * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
1799 - translation: catch more input strings (#106285, <mitr@volny.cz>)
1800 - remove autologin from prefdm (#108969)
1801 - return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>)
1802 - handle iso15 in setsysfont (#110243)
1803 - clean up samba & vmware in rc.sysinit (#113104)
1804 - some sysconfig.txt documentation (#110427, #118063)
1805 - fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>)
1806 - handle CIFS in netfs (#115691)
1807 - make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>)
1808 - handle network fs better in rc.sysinit (#111290)
1809 - nomodules applies to usb/firewire too (#113278)
1810 - ipsec fix (#116922, <felipe_alfaro@linuxmail.org>)
1811 - make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>)
1812 - fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>)
1813
1814 * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
1815 - Use ':' instead of '.' as separator for chown.
1816
1817 * Mon Feb 2 2004 Bill Nottingham <notting@redhat.com> 7.46-1
1818 - some more rc.sysinit tweaks and refactoring
1819
1820 * Fri Jan 30 2004 Bill Nottingham <notting@redhat.com> 7.45-1
1821 - fix rc.sysinit typo
1822 - rc.d/init.d/network: clear out environment (#113937, #111584)
1823
1824 * Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 7.44-1
1825 - NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)
1826 - handle 2.6-style 'install ethX ...' lines correctly
1827 - mount sysfs by default
1828 - time to clean up the cruft. remove:
1829 - boot-time depmod
1830 - linking of /boot/System.map to /boot/System.map-`uname -r`
1831 - /var/log/ksyms.X
1832 - libredhat-kernel support
1833
1834 * Fri Jan 16 2004 Dan Walsh <dwalsh@redhat.com> 7.43-2
1835 - Remove selinux run_init code from service script. It is no longer needed.
1836
1837 * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 7.43-1
1838 - basic lvm2 support
1839
1840 * Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1
1841 - show rhgb details on service failures
1842
1843 * Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1
1844 - tweak some rhgb interactions (#100894, #107725)
1845 - fix dvorak keymap loading (#106854)
1846
1847 * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1
1848 - add better fix to support nickname (#105785)
1849
1850 * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.39-1
1851 - add support nickname (#105785)
1852
1853 * Fri Oct 17 2003 Bill Nottingham <notting@redhat.com> 7.38-1
1854 - rhgb updates, now pass 'rhgb' to use it, instead of passing 'nogui'
1855 to disable it
1856
1857 * Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 7.37-1
1858 - bridging updates (#104421, <dwmw2@redhat.com>)
1859
1860 * Wed Oct 8 2003 Bill Nottingham <notting@redhat.com> 7.36-1
1861 - mount /dev/pts before starting rhgb
1862
1863 * Wed Oct 1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
1864 - load acpi modules on startup if necessary
1865 - fix typo in ipsec comments & sysconfig.txt
1866
1867 * Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
1868 - use upsdrvctl to start the shutdown process
1869
1870 * Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
1871 - ipsec fixes (#104227, <harald@redhat.com>)
1872 - ppp fixes (#104128, #97845, #85447)
1873
1874 * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1
1875 - fix ip calls for some device names (#104187)
1876 - ipsec fixes
1877
1878 * Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 7.31-1
1879 - fix bonding + dhcp (#91399)
1880 - fix typo (#103781)
1881 - sysconfig/network-scripts/ifup: fix use of local
1882
1883 - fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
1884 - remove /var/run/confirm when done with /etc/rc (#100898)
1885 - ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
1886 - handle sorting > 10 network devices (#98209)
1887 - unset ONPARENT after use (#101384)
1888 - random other fixes
1889 - bridging support (<dwmw2@redhat.com>)
1890
1891 * Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30-1
1892 - IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)
1893
1894 * Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
1895 - setsysfont: don't echo to /dev/console (#102004)
1896 - fix ethernet device renaming deadlock (#101566)
1897 - consoletype: don't return 'vt' on vioconsole (#90465)
1898 - ifup: fix short-circuit (#101445)
1899
1900 * Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
1901 - ifup-routes: pass the interface name to handle_file() so that we don't try
1902 to use the routes file's name as an interface name
1903
1904 * Wed Jul 9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
1905 - switch from $CONFIG.keys to keys-$CONFIG
1906
1907 * Tue Jul 8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
1908 - add a check to consoletype for the current foreground console
1909 - use it when running unicode_start (#98753)
1910
1911 * Wed Jul 2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
1912 - ipsec support (see sysconfig.txt, ifup-ipsec)
1913 - read $CONFIG.keys, for non-world-readable keys
1914 - allow default window size for routes to be set with WINDOW= (#98112)
1915 - support setting device options with ethtool opts
1916 - fix s390 bootup spew (#98078)
1917 - support renaming interfaces with nameif based on hwaddr
1918
1919 * Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
1920 - fix DNS punching in the case of other rules for the DNS server
1921 (#97686, <martin@zepler.org>)
1922 - initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
1923 - fix grep for mingetty (#97188)
1924 - fix rhgb-client bad syntax
1925 - change network device searching, use correct naming, fix route issues
1926 (<harald@redhat.com>)
1927 - other random tweaks
1928
1929 * Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
1930 - now even still yet more tweaks for graphical boot
1931
1932 * Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1
1933 - even still yet more tweaks for graphical boot
1934
1935 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.22-1
1936 - still yet more tweaks for graphical boot
1937
1938 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.21-1
1939 - yet more tweaks for graphical boot
1940
1941 * Fri May 2 2003 Bill Nottingham <notting@redhat.com> 7.20-1
1942 - more tweaks for graphical boot
1943
1944 * Wed Apr 30 2003 Bill Nottingham <notting@redhat.com> 7.18-1
1945 - some tweaks for graphical boot
1946
1947 * Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1948 - initscripts-s390.patch: remove not needed parts about PNP=
1949 - inittab.390: sync with normal version
1950 - rc.sysinit: remove two further calls to /sbin/consoletype with $CONSOLETYPE
1951
1952 * Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1953 - sysconfig/init.s390: set LOGLEVEL=3 as for other archs
1954 - rc.d/init.d/network, rc.d/rc: change confirmation mode to
1955 not use an environment variable
1956 - rc.d/init.d/functions: make strstr() even shorter, remove old
1957 "case" version that has been already commented out
1958 - rc.d/rc.sysinit:
1959 - no need to set NETWORKING=no, it is not used/exported
1960 - do not export BOOTUP
1961 - delete two "sleep 1" calls that wants to add time to go
1962 into confirmation mode. There is enough time to press a
1963 key anyway or use "confirm" in /proc/cmdline.
1964 - read /proc/cmdline into a variable
1965 - use strstr() to search in /proc/cmdline
1966 - add "forcefsck" as possible option in /proc/cmdline
1967 - while removing lock files, no need to call `basename`
1968 - add unamer=`uname -r` and reduce number of forks
1969 - do not fork new bash to create /var/log/ksyms.0
1970
1971 * Thu Apr 03 2003 Karsten Hopp <karsten@redhat.de> 7.15-1
1972 - Mainframe has no /dev/ttyX devices and no mingetty, don't
1973 initialize them. This gave error messages during startup
1974
1975 * Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
1976 - init.d/network: don't advertise "probe: true" in the header if we don't
1977 recognize "probe" as an argument
1978
1979 * Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
1980 * - do not handle changed chain name; change was reverted
1981
1982 * Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
1983 - handle 7.x SYSFONTACM settings in setsysfont (#84183)
1984
1985 * Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.12-1
1986 - handle changed chain name
1987 - init vts used in all cases
1988
1989 * Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
1990 - handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)
1991
1992 * Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
1993 - initialize two ttys past # of mingettys (for GDM)
1994 - fix zeroconf route
1995 - redhat-config-network writes $NAME.route for some static routes
1996 (e.g., ppp); handle that (#84193)
1997
1998 * Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
1999 - load keybdev & mousedev even if hid is already loaded/static
2000 - run fewer scripts through action (#49670, #75279, #81531)
2001
2002 * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1
2003 - fix nicknames & profiles (#82246)
2004 - fix check_device_down (#83780, <pzb@datstacks.com>)
2005 - vlan fixes (<tis@foobar.fi>)
2006 - fix groff macros (#83531, <tsekine@sdri.co.jp>)
2007 - various updated translations
2008 - fix checkpid for multiple pids (#83401)
2009
2010 * Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
2011 - 802.1Q VLAN support (<tis@foobar.fi>, #82593)
2012 - update translations
2013
2014 * Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
2015 - fix syntax error in rc.sysinit when there are fsck errors
2016 - fix zh_TW display on console (#82235)
2017
2018 * Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
2019 - tweak some translatable strings
2020 - fix for rc.sysinit on machines that pass arguments to mingetty
2021 (<nalin@redhat.com>)
2022
2023 * Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
2024 - move system font setting sooner (<milan.kerslager@pslib.cz>)
2025 - fix link checking for dhcp, use both ethtool and mii-tool
2026 - fix CJK text on the console, and locale-archive held open
2027 on shutdown
2028 - IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
2029 - speedup tweaks (<drepper@redhat.com>)
2030 - use glib2 for ppp-watch (#78690, <kisch@mindless.com>)
2031 - add zeroconf route (#81738)
2032 - fix ifup-ppp for dial-on-demand, and onboot (<goeran@uddeborg.pp.se>)
2033 - tweak raidtab parsing, don't worry about not-in-fstab RAID devices
2034 (#71087, #78467, <aja@mit.edu>)
2035 - don't automatically bring up aliases if 'ONPARENT=no' is set (#78992)
2036 - getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
2037 - rework halt_get_remaining (#76831, <michal@harddata.com>)
2038 - ipcalc: fix calculation of /32 addresses (#76646)
2039 - various other tweaks and fixes
2040
2041 * Fri Dec 20 2002 Bill Nottingham <notting@redhat.com> 7.01-1
2042 - %%config(noreplace) inittab
2043
2044 * Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com>
2045 - add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb"
2046
2047 * Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1
2048 - tweaks for potential GUI bootup
2049 - loop checking for network link state, don't unilterally wait five
2050 seconds
2051
2052 * Fri Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1
2053 - remove call to /sbin/update for S/390, too
2054
2055 * Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
2056 - remove call to /sbin/update
2057 - fix netprofile
2058
2059 * Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
2060 - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
2061 - devlabel support (<Gary_Lerhaupt@Dell.com>)
2062 - do lazy NFS umounts
2063
2064 * Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2065 - correctly remove non-packaged files for mainframe
2066
2067 * Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1
2068 - fix various static-routes brokeness (#74317, #74318, #74320, #76619,
2069 #75604)
2070 - fix handling of SYSFONTACM in setsysfont (#75662)
2071 - fix lang.csh for CJK (#76908, <ynakai@redhat.com>)
2072 - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
2073 - other minor tweaks
2074
2075 * Mon Sep 16 2002 Than Ngo <than@redhat.com>
2076 - owns directory /etc/ppp/peers (bug #74037)
2077
2078 * Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
2079 - fix syntax error in duplicate route removal section of ifup
2080
2081 * Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
2082 - fix syntax error calling unicode_start when SYSFONTACM isn't set
2083
2084 * Mon Sep 2 2002 Bill Nottingham <notting@redhat.com>
2085 - fix calling of unicode_start in lang.{sh,csh}
2086 - ipv6 tweak
2087
2088 * Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
2089 - don't infinite loop on ifdown
2090 - remove disabling of DMA; this can cause problems
2091 - move swap startup to after LVM (#66588)
2092
2093 * Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
2094 - don't cycle through eth0-eth9 on dhcp link check (#68127)
2095 - don't retry indefinitely on ppp startup
2096 - activate network profile passed on kernel commandline via netprofile=
2097 - fix iptables invocations again
2098 - translation refresh
2099
2100 * Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
2101 - fix silly typo in rc.sysinit
2102 - increase timeout for link to 5 seconds (#70545)
2103
2104 * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com>
2105 - require /etc/redhat-release (#68903)
2106 - fix tty2-tty6 (sort of)
2107 - fix iptables invocations (#70807, #71201, #68368)
2108 - other minor tweaks
2109
2110 * Wed Jul 24 2002 Bill Nottingham <notting@redhat.com>
2111 - fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro
2112
2113 * Tue Jul 16 2002 Bill Nottingham <notting@redhat.com>
2114 - use iptables, not ipchains
2115
2116 * Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2117 - /sbin/service: set PATH before calling startup scripts
2118 HOME and TERM are also set during bootup, but they should not make
2119 a difference for well-written daemons.
2120
2121 * Mon Jul 15 2002 Bill Nottingham <notting@redhat.com>
2122 - fix boot-time cleanup of /var
2123 - update po files
2124
2125 * Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2126 - /etc/init.d/functions:
2127 daemon(): avoid starting another bash
2128 killproc(): avoid starting another bash for the default case
2129 - do not call "insmod -p" before loading the "st" module
2130
2131 * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2132 - allow an option for ups poweroff #68123
2133 - change grep for ONBOOT= #63903
2134 - allow building with a cross-compiler #64362,#64255
2135 - faster check in network-functions:check_default_route()
2136 - better checks for backup files
2137 - drastically reduce the number of consoletype invocations
2138 - do not export "GATEWAY" in network-functions
2139 - code cleanups in rc.sysinit
2140
2141 * Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2142 - rc.sysinit: do not load raid modules unless /etc/raidtab exists
2143 - many cleanups for more consistent shell programming and also
2144 many smaller speedups within network scripts, no un-necessary sourcing
2145 of files etc
2146 - nearly re-code /etc/rc.d/rc
2147
2148 * Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
2149 - a couple minor unicode tweaks in rc.sysinit
2150
2151 * Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
2152 - move /proc/bus/usb mount, in case USB is in the initrd
2153
2154 * Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
2155 - don't try to set wireless freq/channel when in Managed mode
2156
2157 * Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
2158 - start some sh coding cleanups
2159 - change to /etc/init.d/functions
2160 - eliminate some un-necessary PATH settings
2161 - eliminate some TEXTDOMAIN settings
2162
2163 * Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1
2164 - fix UTF-8 checks
2165
2166 * Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1
2167 - fixed a bug in setting defaultgateway
2168
2169 * Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1
2170 - call unicode_start in lang.{sh,csh}, setsysfont when necessary
2171
2172 * Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1
2173 - add check for link for dhcp back in
2174
2175 * Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1
2176 - fix silly cut&paste bug in hdparm settings in initscripts
2177
2178 * Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1
2179 - Update translations
2180
2181 * Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1
2182 - make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>)
2183 - allow tweaking of more devices with hdparm (#53511), and
2184 tweak non-disk devices iff they explicitly have a config file
2185 for that device (#56575, #63415)
2186 - some translation updates
2187
2188 * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1
2189 - ipcalc cleanups (#58410)
2190 - quit stripping binaries
2191 - do LVM init after RAID init too (#63238)
2192 - export all locale variables (#56142)
2193 - run sysctl -p after network init as well
2194
2195 * Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1
2196 - delete X/VNC locks on startup (#63035)
2197 - shut up DMA disabling, move it to after ide-scsi (#62873, #62956)
2198 - use full path to /sbin/ifconfig (#59457)
2199 - /sbin/service: change to root directory before staring/stopping;
2200 also sanitize environment
2201
2202 * Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1
2203 - when disabling DMA, don't use things in /usr
2204
2205 * Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1
2206 - disable DMA on CD-ROMs at bootup
2207
2208 * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1
2209 - add local hook to halt
2210
2211 * Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1
2212 - fix usernetctl for working with neat
2213
2214 * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1
2215 - update translations
2216
2217 * Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1
2218 - use nameif for interfaces where we don't agree on HWADDR with the
2219 config file (<harald@redhat.com>)
2220 - LSB support tweaks
2221
2222 * Tue Mar 12 2002 Mike A. Harris <mharris@redhat.com> 6.55-1
2223 - Removed process accounting stuff from rc.sysinit and halt scripts as it is
2224 now handled by the psacct initscript in the psacct package
2225
2226 * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com>
2227 - conflict with older psacct
2228
2229 * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
2230 - fix invocation of need_hostname (#58946), a couple other minor tweaks
2231
2232 * Tue Feb 12 2002 Mike A. Harris <mharris@redhat.com>
2233 - rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance
2234
2235 * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
2236 - run /bin/setfont, not /usr/bin/setfont (kbd)
2237 - lots-o-random bugfixes/tweaks (see ChangeLog)
2238
2239 * Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
2240 - Added support for libredhat-kernel.so.* symlink handling
2241
2242 * Wed Nov 7 2001 Than Ngo <than@redhat.com>
2243 - fix bug in setting netmask on s390/s390x (bug #55421)
2244 nmbd daemon works now ;-)
2245
2246 * Fri Nov 2 2001 Than Ngo <than@redhat.com>
2247 - fixed typo bug ifup-ippp
2248
2249 * Mon Oct 29 2001 Than Ngo <than@redhat.com>
2250 - fix bug in channel bundling if MSN is missed
2251 - support DEBUG option
2252
2253 * Wed Sep 19 2001 Than Ngo <than@redhat.com>
2254 - don't show user name by DSL connection
2255
2256 * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com>
2257 - don't run hwclock --adjust on a read-only filesystem
2258
2259 * Thu Sep 6 2001 Than Ngo <than@redhat.com>
2260 * update initscripts-s390.patch for s390/s390x
2261
2262 * Wed Sep 5 2001 Bill Nottingham <notting@redhat.com>
2263 - translation updates
2264 - quota and hwclock tweaks (<pbrown@redhat.com>)
2265
2266 * Mon Sep 3 2001 Bill Nottingham <notting@redhat.com>
2267 - fix severe alias problems (#52882)
2268
2269 * Mon Sep 3 2001 Than Ngo <than@redhat.com>
2270 - don't start pppbind if encapsulation is rawip (bug #52491)
2271
2272 * Sun Sep 2 2001 Than Ngo <than@redhat.com>
2273 - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
2274 - fix handling of ISDN LSZ Compresssion
2275
2276 * Thu Aug 30 2001 Than Ngo <than@redhat.com>
2277 - po/de.po: fix typo bug, lo instead 1o
2278
2279 * Wed Aug 29 2001 David Sainty <dsainty@redhat.com>
2280 - fix ifdown for multiple dhcpcd interfaces
2281
2282 * Wed Aug 29 2001 Than Ngo <than@redhat.com>
2283 - fix ISDN dial on demand bug
2284 - fix typo bug in network-functions
2285
2286 * Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com>
2287 - document /etc/sysconfig/authconfig
2288
2289 * Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1
2290 - message un-tweaks (<johnsonm@redhat.com>)
2291 - make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>)
2292
2293 * Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
2294 - autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
2295
2296 * Mon Aug 27 2001 Than Ngo <than@redhat.com>
2297 - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
2298
2299 * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
2300 - sort output of halt_get_remaining (#52180)
2301 - fix bad translation (#52503)
2302
2303 * Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
2304 - fix ifup-wireless (#52135)
2305
2306 * Wed Aug 22 2001 Than Ngo <than@redhat.com>
2307 - fix return code of isdnctrl (bug #52225)
2308
2309 * Tue Aug 21 2001 Than Ngo <than@redhat.com>
2310 - fix Bringing up isdn device again. It works now correct.
2311
2312 * Tue Aug 21 2001 Than Ngo <than@redhat.com>
2313 - fix shutdown/Bringing up isdn device
2314
2315 * Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
2316 - fix syntax error in lang.csh
2317 - set codeset by echoing to /dev/tty instead of /proc/self/fd/15
2318
2319 * Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
2320 - fix a broken call to check_device_down
2321 - make all loopback addresses have host scope, not global scope.
2322 Fixes #49374, possibly others
2323
2324 * Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
2325 - add is_available() network function, use it; cleans up ugly modprobe
2326 error messages
2327 - update translation info
2328 - fix #51787
2329
2330 * Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
2331 - adjust s390 patch
2332 - fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific)
2333
2334 * Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com>
2335 - don't display Chinese Korean if we aren't on a pty
2336
2337 * Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2338 - adjust s390 patches to current sources
2339
2340 * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
2341 - use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
2342
2343 * Fri Aug 10 2001 Than Ngo <than@redhat.com>
2344 - don't set MSN if it' empty (it's now optional)
2345 - don't give login name as a cmdline-option (Bug #23066)
2346 - remove peer device file if ppp connection is down
2347 - fix channel bundling
2348
2349 * Thu Aug 9 2001 Bill Nottingham <notting@redhat.com>
2350 - require SysVinit (#51335)
2351
2352 * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
2353 - tweak raittab grep slightly (#51231)
2354 - allow resetting of default route for DHCP addresses (#48994)
2355 - save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
2356 - when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
2357 - allow shell characters in ppp names (#43719)
2358 - allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
2359 - behave sanely if ifup called when dhcpcd is running (#49392, #51038)
2360
2361 * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
2362 - honor HOTPLUG=no if running under hotplug (#47483)
2363 - use awk, not grep, for modprobe -c checks (#49616)
2364 - don't print ugly messages for the case where the device doesn't exist,
2365 and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
2366 - run kbdconfig in /.unconfigured mode (#43941)
2367 - use a bigger buffer size argument to dmesg (#44024)
2368 - detach loopback devices on shutdown (#43919, #45826)
2369
2370 * Thu Aug 2 2001 Bill Nottingham <notting@redhat.com>
2371 - fix halt_get_remaining() (#50720)
2372
2373 * Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
2374 - mount all FS types r/o at halt (#50461)
2375 - don't use mii-tool at all (#various)
2376
2377 * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
2378 - don't use kbd commands in setsysfont now that we've switched back to
2379 console-tools (#50075)
2380 - sleep in check_link_down; some devices require it
2381 - only bring link down if check_link_down fails
2382
2383 * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
2384 - set link up before checking with mii-tool (#49949)
2385
2386 * Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
2387 - update netdev stuff to use _netdev
2388 - IPv6 updates (<pekkas@netcore.fi>)
2389 - fix downing of devices with static IPs (#49777, #49783)
2390 - put ifcfg-lo back in the package
2391
2392 * Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06
2393 - updates for quota
2394
2395 * Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
2396 - own some more directories
2397 - use -O nonetdev, require mount package that understands this
2398 - fix do_netreport when called as non-root
2399 - remove ip addresses from interfaces on ifdown
2400 - oops, fix ifup/ifdown
2401
2402 * Mon Jul 16 2001 Than Ngo <than@redhat.com>
2403 - fix country_code for ISDN
2404
2405 * Tue Jul 9 2001 Bill Nottingham <notting@redhat.com>
2406 - fix '--check'
2407 - prereq sh-utils (#43065)
2408 - fix some invocations of reboot/halt (#45966)
2409 - fix typo in ifup-wireless
2410 - don't muck with /etc/issue each boot
2411 - big IPv6 update (<pekkas@netcore.fi>)
2412
2413 * Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
2414 - Add new directories required by new network tool
2415
2416 * Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de>
2417 - disable hwclock on S390 (no such executable)
2418 - Fix up kernel versioning on binary-only modules (S390)
2419 - don't use newt scripts on S390 console
2420
2421 * Sat Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
2422 - reenable pump, but make sure dhcpcd is the default. This
2423 way, upgrades of systems without dhcpcd has a better chance at
2424 working.
2425
2426 * Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
2427 - Disable pump completely
2428
2429 * Wed Jun 27 2001 Than Ngo <than@redhat.com>
2430 - fix pap/chap authentication for syncppp
2431 - support ippp options
2432
2433 * Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
2434 - add ifup-wireless
2435
2436 * Fri Jun 22 2001 Than Ngo <than@redhat.com>
2437 - add support xDSL
2438
2439 * Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
2440 - more networking script fixes (#45364)
2441 - add stuff for unmounting /initrd
2442
2443 * Thu Jun 21 2001 Than Ngo <than@redhat.com>
2444 - add support ISDN
2445
2446 * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
2447 - fix extremely broken new network scripts
2448
2449 * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
2450 - bump version to 5.89
2451 - make it build
2452
2453 * Thu May 17 2001 Bill Nottingham <notting@redhat.com>
2454 - don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru)
2455 - fix do_netreport (#37716, #39603 <crlf@aeiou.pt>)
2456
2457 * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
2458 - copyright: GPL -> license: GPL
2459 - fix a syntax error in lang.csh
2460 - skip commented-out i18n configuration lines in lang.csh
2461
2462 * Fri May 11 2001 Preston Brown <pbrown@redhat.com>
2463 - new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking
2464
2465 * Wed May 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1
2466 - support kbd in setsysfont
2467 - bzip2 source
2468
2469 * Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2470 - add further s390 changes:
2471 - ifup-iucv
2472 - mkkerneldoth.s390
2473
2474 * Tue Apr 24 2001 Than Ngo <than@redhat.com>
2475 - add shutdown UPS into halt (bug #34312)
2476
2477 * Sat Apr 7 2001 Preston Brown <pbrown@redhat.com>
2478 - broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth
2479
2480 * Fri Apr 6 2001 Bill Nottingham <notting@redhat.com>
2481 - be a little more careful in do_netreport (#34933)
2482
2483 * Tue Apr 3 2001 Bill Nottingham <notting@redhat.com>
2484 - set umask explicitly to 022 in /etc/init.d/functions
2485
2486 * Mon Apr 2 2001 Bill Nottingham <notting@redhat.com>
2487 - fix segfault in usernetctl (#34353)
2488
2489 * Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
2490 - don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist
2491
2492 * Thu Mar 22 2001 Erik Troan <ewt@redhat.com>
2493 - take advantage of new swapon behaviors
2494
2495 * Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
2496 - add cipe interfaces last (#31597)
2497
2498 * Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
2499 - fix typo in ifup (#31627)
2500 - update translation source
2501
2502 * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
2503 - fix typo in rc.sysinit
2504 - fix ifup-routes not setting DEVICE properly
2505
2506 * Mon Mar 12 2001 Preston Brown <pbrown@redhat.com>
2507 - Work properly with new quota utilities
2508
2509 * Mon Mar 5 2001 Bill Nottingham <notting@redhat.com>
2510 - IPv6 fixes (#30506)
2511 - make static-routes handling more sane and consistent (#29500, #29549)
2512 - handle multiple USB controllers *correctly*
2513
2514 * Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com>
2515 - usernetctl, ppp-watch: cleanups
2516 - netreport: use O_NOFOLLOW
2517 - ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927)
2518
2519 * Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
2520 - don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450)
2521 - disable hotplug during network initscript
2522 - don't munge wireless keys in ifup; that will be done with the
2523 PCMCIA wireless stuff
2524 - run sndconfig --mungepnp for non-native-isapnp soundcards
2525 - don't explicitly kill things in init.d/single, init will do it
2526 - don't explicitly load usb-storage; mount the usbdevfs before initializing
2527 host controller modules
2528
2529 * Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
2530 - initialize multiple USB controllers if necessary
2531
2532 * Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
2533 - close extra file descriptors before exec()ing commands in initlog
2534
2535 * Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
2536 - fix some substitions in init.d/functions (fixes various killproc issues)
2537 - make sure ipv6 module alias is available if configured
2538 - fix initlog segfaults in popt when called with bogus stuff (#28140)
2539
2540 * Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com>
2541 - make pidofproc() and killproc() try to use the PID associated with the full
2542 pathname first before killing the daemon by its basename (for daemons that
2543 share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016)
2544 - fix status() as well
2545
2546 * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
2547 - fix init.d/single to work around possible kernel problem
2548
2549 * Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
2550 - fix unmounting of loopback stuff (#26439, #14672)
2551
2552 * Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
2553 - fix ifup-post so that it will work right when not called from ifup
2554
2555 * Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
2556 - add all save changes for s390 s390x that won't break anything
2557 patches are from Oliver Paukstadt @ millenux.com
2558
2559 * Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
2560 - muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903)
2561
2562 * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
2563 - ipv6 sync ups (#26502, #25775)
2564 - fix hangs at shutdown (#25744)
2565 - fix ifup-ppp (#26323)
2566
2567 * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
2568 - modify firewall on ifup to allow any new DNS servers through (#25951)
2569 - don't muck with the font in lang.csh/lang.sh (#26349)
2570 - don't display Japanese if we aren't on a pty (#25041)
2571 - load ide-scsi if passed on /proc/cmdline
2572
2573 * Mon Feb 5 2001 Trond Eivind Glomsrød <teg@redhat.com>
2574 - i18n updates
2575
2576 * Fri Feb 2 2001 Bill Nottingham <notting@redhat.com>
2577 - actually *ship* the ipv6 (and plusb) files
2578
2579 * Thu Feb 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
2580 - i18n updates
2581
2582 * Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
2583 - various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>)
2584 - in daemon(), only look at pidfile to determine if process is running
2585 (#17244, others)
2586 - ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>)
2587 - ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>)
2588 - lots of other minor fixes (see ChangeLog)
2589
2590 * Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
2591 - add plusb support (#18892, patch from <eric.ayers@compgen.com>)
2592 - don't ignore RETRYTIMEOUT when we never connect (#14071, patch from
2593 <ak@cave.hop.stu.neva.ru>)
2594
2595 * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
2596 - quiet LVM setup (#24841)
2597 - fix inability to shutdown cleanly (#24889)
2598
2599 * Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
2600 - new i18n mechanism
2601
2602 * Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
2603 - fixed typo in init.d/network - missing | in pipeline
2604
2605 * Mon Jan 22 2001 Bill Nottingham <notting@redhat.com>
2606 - do LVM setup through normal initscripts mechanisms
2607 - ignore backup files in /etc/sysconfig/network-scripts
2608 - lots of .po file updates
2609
2610 * Tue Jan 2 2001 Bill Nottingham <notting@redhat.com>
2611 - initial i18n support - originally from Conectiva
2612
2613 * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
2614 - only load sound if persistent DMA buffers are necessary
2615 - fix lots of bugs: #18619, #21187, #21283, #12097
2616 - integrate MAXFAIL option for ppp-watch
2617 - don't load keymaps/fonts on a serial console
2618
2619 * Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de>
2620 - changed hdparm section in rc.sysinit to allow different
2621 parameters for each disk (if needed) by copying
2622 /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..)
2623 - fix RFE #20967
2624
2625 * Tue Oct 31 2000 Than Ngo <than@redhat.com>
2626 - fix the adding default route if GATEWAY=0.0.0.0
2627
2628 * Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
2629 - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
2630 - fix top-level makefile install target
2631 - make usernetctl just fall-through if getuid() == 0
2632
2633 * Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
2634 - /etc/init.d is already provided by chkconfig
2635
2636 * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
2637 - set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
2638
2639 * Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
2640 - update documentation (#15475)
2641
2642 * Tue Aug 22 2000 Than Ngo <than@redhat.de>
2643 - add KDE2 support to prefdm
2644
2645 * Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
2646 - add usleep after kill -KILL in pidofproc, works around lockd issues (#14847)
2647 - add some fallback logic to prefdm (#16464)
2648
2649 * Fri Aug 18 2000 Bill Nottingham <notting@redhat.com>
2650 - don't load usb drivers if they're compiled statically
2651 - don't call ifdown-post twice for ppp (#15285)
2652
2653 * Wed Aug 16 2000 Bill Nottingham <notting@redhat.com>
2654 - fix /boot/kernel.h generation (#16236, #16250)
2655
2656 * Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
2657 - be more careful about creating files in netreport (#16164)
2658
2659 * Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2660 - move documentation for the DEMAND and IDLETIMEOUT values to the right
2661 section of sysconfig.txt
2662
2663 * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com>
2664 - load agpgart if necessary (hack)
2665 - fix /boot/kernel.h stuff (jakub)
2666
2667 * Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
2668 - remove console-tools requirement
2669 - in netfs, start portmap if needed
2670 - cosmetic cleanups, minor tweaks
2671 - don't probe USB controllers
2672
2673 * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2674 - fix demand-dialing support for PPP devices
2675 - change updetach back to nodetach
2676
2677 * Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
2678 - add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie)
2679
2680 * Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
2681 - fix unclean shutdown
2682
2683 * Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
2684 - s/nill/null/g
2685
2686 * Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
2687 - unmount usb filesystem on halt
2688 - run /sbin/ifup-pre-local if it exists
2689
2690 * Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
2691 - add "nousb" command line parameter
2692 - fix some warnings when mounting /proc/bus/usb
2693
2694 * Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
2695 - kill all the PreTransaction stuff
2696 - directory ownership cleanups, add more LSB symlinks
2697 - move all the stuff back in to /etc/rc.d/
2698
2699 * Thu Jul 13 2000 Bill Nottingham <notting@redhat.com>
2700 - fix == tests in rc.sysinit
2701 - more %%pretrans tweaks
2702
2703 * Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
2704 - test if /etc/rc.d is a symlink already in pre-transaction syscalls.
2705
2706 * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
2707 - implement the %%pre with RPM Magic(tm)
2708
2709 * Sat Jul 8 2000 Bill Nottingham <notting@redhat.com>
2710 - fix it to not follow /etc/rc.d
2711
2712 * Fri Jul 7 2000 Bill Nottingham <notting@redhat.com>
2713 - fix %%pre, again
2714
2715 * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
2716 - tweak %%pre back to a mv (rpm is fun!)
2717 - do USB initialization before fsck, so keyboard works if it fails
2718
2719 * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com>
2720 - rebuild; allow 'fastboot' kernel command line option to skip fsck
2721
2722 * Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
2723 - fix demand-dialing with PPP
2724
2725 * Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
2726 - don't use tail
2727
2728 * Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
2729 - add support for USB controllers and HID devices
2730 (mice, keyboards)
2731
2732 * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
2733 - add support for EIDE optimization
2734
2735 * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
2736 - tweak %%pre
2737
2738 * Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
2739 - noreplace for adjtime file
2740
2741 * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
2742 - ifup-ppp: add hooks for demand-dialing PPP
2743 - functions: use basename of process when looking for its PID file
2744
2745 * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
2746 - move from /etc/rc.d/init.d -> /etc/init.d
2747
2748 * Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
2749 - set soft limit, not hard, in daemon function
2750 - /var/shm -> /dev/shm
2751
2752 * Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
2753 - use dhcpcd if pump fails.
2754 - use depmod -A (faster)
2755
2756 * Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2757 - add autologin support to prefdm
2758
2759 * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com>
2760 - random networking fixes (alias routes, others)
2761 - conf.modules -> modules.conf
2762
2763 * Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2764 - fix incorrect grep invocation in rc.sysinit (bug #11267)
2765
2766 * Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
2767 - fix lang.csh, again (oops)
2768 - use /poweroff, /halt to determine whether to poweroff
2769
2770 * Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
2771 - fix testing of RESOLV_MODS (which shouldn't be used anyways)
2772
2773 * Tue Apr 04 2000 Ngo Than <than@redhat.de>
2774 - fix overwrite problem of resolv.conf on ippp/ppp/slip connections
2775
2776 * Mon Apr 3 2000 Bill Nottingham <notting@redhat.com>
2777 - fix typo in functions file
2778 - explicitly set --localtime when calling hwclock if necessary
2779
2780 * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
2781 - fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)
2782
2783 * Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
2784 - remove compatiblity chkconfig links
2785 - run 'netfs stop' on 'network stop' if necessary
2786
2787 * Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2788 - Mount /var/shm if required (2.3.99, 2.4)
2789
2790 * Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
2791 - don't create resolv.conf 0600
2792 - don't run ps as much (speed issues)
2793 - allow setting of MTU
2794 - other minor fixes
2795
2796 * Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2797 - Start devfsd if installed and needed (Kernel 2.4...)
2798
2799 * Wed Mar 8 2000 Bill Nottingham <notting@redhat.com>
2800 - check that network devices are up before bringing them down
2801
2802 * Wed Mar 8 2000 Jakub Jelinek <jakub@redhat.com>
2803 - update sysconfig.txt
2804
2805 * Tue Mar 7 2000 Bill Nottingham <notting@redhat.com>
2806 - rerun sysctl on network start (for restarts)
2807
2808 * Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
2809 - don't read commented raid devices
2810
2811 * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
2812 - fix typo in resolv.conf munging
2813
2814 * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
2815 - sanitize repair prompt
2816 - initial support for isdn-config stuff
2817
2818 * Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
2819 - add which as a package dependency (bug #9416)
2820
2821 * Tue Feb 8 2000 Bill Nottingham <notting@redhat.com>
2822 - fixes for sound module loading
2823
2824 * Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2825 - check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
2826 - fix check for /var/*/news, work around for bug #9140
2827
2828 * Fri Feb 4 2000 Nalin Dahyabhai <nalin@redhat.com>
2829 - fix bug #9102
2830
2831 * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
2832 - if LC_ALL/LINGUAS == LANG, don't set them
2833
2834 * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com>
2835 - fix problems with linuxconf static routes
2836
2837 * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
2838 - shvar cleaning
2839 - fix wrong default route ip in network-functions
2840
2841 * Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
2842 - attempt to restore default route if PPP takes it over
2843 - man page fix for ipcalc
2844 - shvar cleaning
2845 - automate maintaining /boot/System.map symlinks
2846
2847 * Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
2848 - fix hanging ppp-watch
2849 - fix issues with cleaning of /var/{run,lock}
2850
2851 * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
2852 - fix pidof calls in pidofproc
2853
2854 * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
2855 - fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it
2856
2857 * Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
2858 - link popt statically
2859
2860 * Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
2861 - don't try to umount /loopfs
2862
2863 * Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
2864 - switch to using sysctl
2865
2866 * Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
2867 - umount /proc *after* trying to turn off raid
2868
2869 * Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2870 - improvements in clone device handling
2871 - better signal handling in ppp-watch
2872 - yet another attempt to fix those rare PAP/CHAP problems
2873
2874 * Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
2875 - impressive. Three new features, three new bugs.
2876
2877 * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
2878 - fix more possible failed CHAP authentication (with chat scripts)
2879 - fix ppp default route problem
2880 - added ppp-watch man page, fixed usernetctl man page
2881 - make ifup-ppp work again when called from netcfg and linuxconf
2882 - try to keep ppp-watch from filling up logs by respawning pppd too fast
2883 - handle all linuxconf-style alias files with linuxconf
2884
2885 * Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
2886 - load mixer settings for monolithic sound
2887 - man page for ppp-watch
2888 - add ARP variable for ifup
2889 - some i18n fixes
2890
2891 * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
2892 - control stop-a separately from sysrq
2893
2894 * Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2895 - fix some failed CHAP authentication
2896 - fix extremely unlikely, but slightly possible kill-random-process
2897 bug in ppp-watch
2898 - allow DNS{1,2} in any ifcfg-* file, not just PPP, and
2899 add nameserver entries, don't just replace them
2900 - don't use /tmp/confirm, use /var/run/confirm instead
2901
2902 * Tue Nov 2 1999 Bill Nottingham <notting@redhat.com>
2903 - fix lang.csh /tmp race oops
2904
2905 * Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
2906 - we now ship hwclock on alpha.
2907
2908 * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
2909 - fix check for serial console, don't use -C argument to fsck
2910 on serial console.
2911
2912 * Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
2913 - do something useful with linuxconf 'any' static routes.
2914
2915 * Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
2916 - added patch from Owen to source i18n configuration before starting prefdm
2917
2918 * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
2919 - support for linuxconf alias files
2920 - add support for Jensen clocks.
2921
2922 * Tue Oct 5 1999 Bill Nottingham <notting@redhat.com>
2923 - assorted brown paper bag fixes
2924 - check for programs/files before executing/sourcing them
2925 - control stop-a like magic sysrq
2926
2927 * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
2928 - req. e2fsprogs >= 1.15
2929
2930 * Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
2931 - munge C locale definitions to en_US
2932 - use fsck's completion bar
2933
2934 * Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
2935 - ppp-watch now always kills pppd pgrp to make sure dialers are dead,
2936 and tries to hang up the modem
2937
2938 * Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
2939 - add a DEFRAG_IPV4 option
2940
2941 * Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
2942 - changed to more modern defaults for PPP connections
2943
2944 * Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
2945 - kill processes for umount in halt, too.
2946 - fixes to remove /usr dependencies
2947
2948 * Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
2949 - load/save mixer settings in rc.sysinit, halt
2950
2951 * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2952 - add --remotename option to wvdial code
2953 - make sure we do not have an earlier version of wvdial that doesn't
2954 know how handle --remotename
2955 - make ppp-watch background itself after 30 seconds even if
2956 connection does not come up, at boot time only, so that a
2957 non-functional PPP connection cannot hang boot.
2958
2959 * Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
2960 - a couple of /bin/sh -> /bin/bash fixes
2961 - fix swapoff silliness
2962
2963 * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
2964 - chkconfig --del in %%preun, not %%postun
2965 - use killall5 in halt
2966 - swapoff non-/etc/fstab swap
2967
2968 * Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2969 - ifdown now synchronous (modulo timeouts)
2970 - several unrelated cleanups, primarily in ifdown
2971
2972 * Tue Sep 7 1999 Bill Nottingham <notting@redhat.com>
2973 - add an 'unconfigure' sort of thing
2974
2975 * Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2976 - added ppp-watch to make "ifup ppp*" synchronous
2977
2978 * Fri Sep 3 1999 Bill Nottingham <notting@redhat.com>
2979 - require lsof
2980
2981 * Wed Sep 1 1999 Bill Nottingham <notting@redhat.com>
2982 - add interactive prompt
2983
2984 * Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
2985 - disable magic sysrq by default
2986
2987 * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
2988 - new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com>
2989 - fix ifup-sl/dip confusion
2990 - more raid startup cleanup
2991 - make utmp group 22
2992
2993 * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
2994 - pass hostname to pump
2995 - add lang.csh
2996
2997 * Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
2998 - more wvdial updates
2999 - fix a *stupid* bug in process reading
3000
3001 * Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
3002 - add new /boot/kernel.h boot kernel version file
3003 - new RAID startup
3004
3005 * Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
3006 - use new linkname argument to pppd to make if{up,down}-ppp
3007 reliable -- requires ppp-2.3.9 or higher
3008
3009 * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com>
3010 - fix typo.
3011 - add 'make check'
3012
3013 * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
3014 - simple wvdial support for ppp connections
3015
3016 * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
3017 - stability fixes for initlog
3018 - initlog now has a config file
3019 - add alias speedup from dharris@drh.net
3020 - move netfs links
3021 - usleep updates
3022
3023 * Thu Jul 8 1999 Bill Nottingham <notting@redhat.com>
3024 - remove timeconfig dependency
3025 - i18n fixes from nkbj@image.dk
3026 - move inputrc to setup package
3027
3028 * Tue Jul 6 1999 Bill Nottingham <notting@redhat.com>
3029 - fix killall links, some syntax errors
3030
3031 * Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
3032 - don't make module-info, System.map links
3033 - handle utmpx/wtmpx
3034 - fix lots of bugs in 4.21 release :)
3035
3036 * Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
3037 - set clock as soon as possible
3038 - use INITLOG_ARGS everywhere
3039 - other random fixes in networking
3040
3041 * Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
3042 - oops, don't create /var/run/utmp and then remove it.
3043 - stomp RAID bugs flat. Sort of.
3044
3045 * Mon May 24 1999 Bill Nottingham <notting@redhat.com>
3046 - clean out /var better
3047 - let everyone read /var/run/ppp*.dev
3048 - fix network startup so it doesn't depend on /usr
3049
3050 * Tue May 11 1999 Bill Nottingham <notting@redhat.com>
3051 - various fixes to rc.sysinit
3052 - fix raid startup
3053 - allow for multi-processor /etc/issues
3054
3055 * Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
3056 - fixed typo - "Determing" to "Determining"
3057
3058 * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
3059 - updated inputrc so that home/end/del work on console, not just X
3060
3061 * Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
3062 - fix more logic in initlog
3063 - fix for kernel versions in ifup-aliases
3064 - log to /var/log/boot.log
3065
3066 * Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
3067 - fix daemon() function so you can specify pid to look for
3068
3069 * Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
3070 - changed utmp,wtmp to be group writeable and owned by group utmp
3071
3072 * Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
3073 - fix loading of consolefonts/keymaps
3074 - three changelogs. three developers. one day. Woohoo!
3075
3076 * Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
3077 - fixed ifup-ipx mix-up over . and _
3078
3079 * Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
3080 - run /sbin/ifup-local after bringing up an interface (if that file exists)
3081
3082 * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
3083 - load keymaps & console font early
3084 - fixes for channel bonding, strange messages with non-boot network interfaces
3085
3086 * Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
3087 - added sysvinitfiles as a documenattaion file
3088
3089 * Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
3090 - nfsfs -> netfs
3091
3092 * Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
3093 - don't source /etc/sysconfig/init if $BOOTUP is already set
3094
3095 * Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
3096 - don't run linuxconf if /usr isn't mounted
3097 - set macaddr before bootp
3098 - zero in the /var/run/utmpx file (gafton)
3099 - don't set hostname on ppp/slip (kills X)
3100
3101 * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
3102 - exit ifup if pump fails
3103 - fix stupid errors in reading commands from subprocess
3104
3105 * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
3106 - fix ROFS logging
3107 - make fsck produce more happy output
3108 - fix killproc logic
3109
3110 * Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
3111 - doc updates
3112 - support for SYSFONTACM, other console-tools stuff
3113 - add net route for interface if it isn't there.
3114 - fix for a bash/bash2 issue
3115
3116 * Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
3117 - pam_console lockfile cleanup added to rc.sysinit
3118
3119 * Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
3120 - fixes in functions for 'action'
3121 - fixes for pump
3122
3123 * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
3124 - Mmm. Must always remove debugging code. before release. *thwap*
3125 - pump support
3126 - mount -a after mount -a -t nfs
3127
3128 * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
3129 - put preferred support back in
3130
3131 * Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
3132 - fix single-user mode (source functions, close if)
3133
3134 * Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
3135 - turn off xdm in runlevel 5 (now a separate service)
3136
3137 * Thu Feb 4 1999 Bill Nottingham <notting@redhat.com>
3138 - bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
3139 - add initlog support. Now everything is logged (and bootup looks different)
3140
3141 * Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
3142 - halt now passed the '-i' flag so that network interfaces disabled
3143
3144 * Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
3145 - handle new linuxconf output for ipaliases
3146
3147 * Mon Oct 15 1998 Erik Troan <ewt@redhat.com>
3148 - fixed raid start stuff
3149 - added raidstop to halt
3150
3151 * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
3152 - handle LC_ALL
3153
3154 * Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
3155 - adjusted setsysfont to always run setfont, even if only w/default font
3156
3157 * Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
3158 - rc.sysvinit should be working with all kernel versions now
3159 - requires e2fsprogs (for fsck)
3160 - set INPUTRC and LESSCHARSET on linux-lat
3161
3162 * Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
3163 - /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
3164 - /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
3165 - /sbin/setsysfont: permit unicode fonts.
3166
3167 * Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
3168 - don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is
3169
3170 * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
3171 - paranoia improvements to .rhkmvtag
3172 - if psacct with /sbin/accton, than turn off accounting
3173
3174 * Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
3175 - start/stop run levels changed.
3176 - ipx_configure/ipx_internal_net moved to /sbin.
3177
3178 * Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
3179 - usernetctl didn't understand "" around USERCTL attribute
3180
3181 * Wed Jul 1 1998 Jeff Johnson <jbj@redhat.com>
3182 - Use /proc/version to find preferred modules.
3183 - Numerous buglets fixed.
3184
3185 * Sun Jun 07 1998 Erik Troan <ewt@redhat.com>
3186 - rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set
3187 /lib/modules/preferred symlink
3188
3189 * Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
3190 - ipcalc should *never* have been setgid anything
3191 - depmod isn't run properly for non-serial numbered kernels
3192
3193 * Wed May 06 1998 Donnie Barnes <djb@redhat.com>
3194 - added system font and language setting
3195
3196 * Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
3197 - Added missing files to packagelist.
3198
3199 * Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
3200 - Added lots of linuxconf support. Should still work on systems that
3201 do not have linuxconf installed, but linuxconf gives enhanced support.
3202 - In concert with linuxconf, added IPX support. Updated docs to reflect it.
3203
3204 * Fri May 01 1998 Erik Troan <ewt@redhat.com>
3205 - rc.sysinit uses preferred directory
3206
3207 * Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
3208 - updated rc.sysinit to deal with kernel versions with release numbers
3209
3210 * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
3211 - use ipcalc to calculate the netmask if one isn't specified
3212
3213 * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
3214 - added and made use of ipcalc
3215
3216 * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
3217 - removed unnecessary dhcp log from /tmp
3218
3219 * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
3220 - if bootpc fails, take down the device
3221
3222 * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
3223 - added check for mktemp failure
3224
3225 * Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
3226 - fixed support for user manageable cloned devices
3227
3228 * Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
3229 - /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes
3230
3231 * Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
3232 - touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
3233 - the logic for when /var/lock/subsys/kerneld is touched was backwards
3234
3235 * Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
3236 - tried to get /proc stuff right one more time (uses -t nonfs,proc now)
3237 - added support for /fsckoptions
3238 - changed 'yse' to 'yes' in KERNELD= line
3239
3240 * Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
3241 - set domainname to "" if none is specified in /etc/sysconfig/network
3242 - fix /proc mounting to get it in /etc/mtab
3243
3244 * Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
3245 - fixed inheritance for clone devices
3246
3247 * Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
3248 - added sound support to rc.sysinit
3249
3250 * Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
3251 - Added missing "then" clause
3252
3253 * Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
3254 - Fixed DEBUG option in ifup-ppp
3255 - Fixed PPP persistance
3256 - Only change IP forwarding if necessary
3257
3258 * Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
3259 - removed the skeleton init script
3260 - added the ability to 'nice' daemons
3261
3262 * Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
3263 - touch /var/lock/subsys/kerneld if it's running, and after mounting /var
3264 - applied dhcp fix
3265
3266 * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
3267 - added status|restart to init scripts
3268
3269 * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
3270 - touch random seed file before chmod'ing it.
3271
3272 * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
3273 - run domainname if NISDOMAIN is set
3274
3275 * Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
3276 - Make the random seed file mode 600.
3277
3278 * Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
3279 - bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.
3280
3281 * Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
3282 - moved to new chkconfig conventions
3283
3284 * Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
3285 - fixed rc.sysinit for hwclock compatibility
3286
3287 * Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
3288 - run 'ulimit -c 0' before running scripts in daemon function
3289
3290 * Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
3291 - added chkconfig support
3292 - made all rc*.d symlinks have missingok flag
3293
3294 * Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
3295 - fixed network-scripts to allow full pathnames as config files
3296 - removed some old 3.0.3 pcmcia device handling
3297
3298 * Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
3299 - /var/run/netreport needs to be group-writable now that /sbin/netreport
3300 is setguid instead of setuid.
3301
3302 * Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
3303 - Added network-functions to spec file.
3304 - Added report functionality to usernetctl.
3305 - Fixed bugs I introduced into usernetctl while adding clone device support.
3306 - Clean up entire RPM_BUILD_ROOT directory in %%clean.
3307
3308 * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
3309 - Clone device support in network scripts, rc scripts, and usernetctl.
3310 - Disassociate from controlling tty in PPP and SLIP startup scripts,
3311 since they act as daemons.
3312 - Spec file now provides start/stop symlinks, since they don't fit in
3313 the CVS archive.
3314
3315 * Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
3316 - added mktemp support to ifup
3317
3318 * Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
3319 - fixed some init.d/functions bugs for stopping httpd
3320
3321 * Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
3322 - reworked status() to adjust for processes that change their argv[0] in
3323 the process table. The process must still have it's "name" in the argv[0]
3324 string (ala sendmail: blah blah).
3325
3326 * Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
3327 - fixed bug in FORWARD_IPV4 support
3328
3329 * Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
3330 - added support for FORWARD_IPV4 variable
3331
3332 * Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
3333 - added status function to functions along with better killproc
3334 handling.
3335 - added /sbin/usleep binary (written by me) and man page
3336 - changed BuildRoot to /var/tmp instead of /tmp
3337
3338 * Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
3339 - /sbin/netreport sgid rather than suid.
3340 - /var/run/netreport writable by group root.
3341
3342 - /etc/ppp/ip-{up|down} no longer exec their local versions, so
3343 now ifup-post and ifdown-post will be called even if ip-up.local
3344 and ip-down.local exist.
3345
3346 * Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
3347 - Added missing -f to [ invocation in ksyms check.
3348
3349 * Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
3350 - Support for net event notification:
3351 Call /sbin/netreport to request that SIGIO be sent to you whenever
3352 a network interface changes status (won't work for brining up SLIP
3353 devices).
3354 Call /sbin/netreport -r to remove the notification request.
3355 - Added ifdown-post, and made all the ifdown scrips call it, and
3356 added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
3357 if it exists, then calls ifdown-post.
3358 - Moved ifup and ifdown to /sbin
3359
3360 * Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
3361 - usernetctl put back in ifdown
3362 - support for slaved interfaces
3363
3364 * Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
3365 - Created ifup-post from old ifup
3366 - PPP, PLIP, and generic ifup use ifup-post
3367
3368 * Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
3369 - Added DHCP support
3370 - Set hostname via reverse name lookup after configuring a networking
3371 device if the current hostname is (none) or localhost
3372
3373 * Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
3374 - Got rid of xargs dependency in halt script
3375 - Don't mount /proc twice (unmount it in between)
3376 - sulogin and filesystem unmounting only happened for a corrupt root
3377 filesystem -- it now happens when other filesystems are corrupt as well
3378
3379 * Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
3380 - PPP fixes and additions
3381
3382 * Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
3383 - Mount proc before trying to start kerneld so we can test for /proc/ksyms
3384 properly.
3385
3386 * Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
3387 - Added MTU for PPP.
3388 - Put PPPOPTIONS at the end of the options string instead of at the
3389 beginning so that they override other options. Gives users more rope...
3390 - Don't do module-based stuff on non-module systems. Ignore errors if
3391 st module isn't there and we try to load it.
3392
3393 * Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
3394 - Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
3395 provided by doexec goes away when pppd gets swapped out.
3396 - ifup-ppp now sets remotename to the logical name of the device.
3397 This will BREAK current PAP setups on netcfg-managed interfaces,
3398 but we needed to do this to add a reasonable interface-specific
3399 PAP editor to netcfg.
3400
3401 * Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
3402 - Added usernetctl wrapper for user mode ifup and ifdown's and man page
3403 - Rewrote ppp and slip kill and retry code
3404 - Added doexec and man page

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