Browse code

Adding initscripts package and init support in systemd package

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