/[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.2 - (show annotations) (download)
Sat Dec 1 02:33:46 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: initscripts-7_93_31_EL-2_centos4_el4_sme
Changes since 1.1: +20 -16 lines
Import on branch sme7 of package initscripts-7.93.31.EL-2.centos4.el4.sme.src.rpm

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

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