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

Contents of /rpms/initscripts/sme7/initscripts.spec

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


Revision 1.4 - (show annotations) (download)
Fri Sep 12 03:08:02 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.3: +14 -21 lines
Import of initscripts-7.93.33-1.centos4.src.rpm

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

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