/[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.6 - (show annotations) (download)
Mon Aug 24 14:53:53 2009 UTC (14 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-7_93_34-1_centos4
Changes since 1.5: +14 -17 lines
Import CentOS 4.8 sources

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

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