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

Contents of /rpms/initscripts/sme8/initscripts.spec

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


Revision 1.21 - (show annotations) (download)
Sun Oct 27 23:56:32 2013 UTC (10 years, 7 months ago) by wellsi
Branch: MAIN
CVS Tags: initscripts-8_45_44-3_el5_sme, HEAD
Changes since 1.20: +29 -9 lines
* Sun Oct 27 2013 Ian Wells <esmith@wellsi.com> 8.45.44-3.sme
- Update to 8.45.44-3 [SME: 7920]
- Exit with zero exit status for services not listed in configuration
  database to avoid failures in post scriptlets [SME: 1653]
- Merge in SME Server /sbin/e-smith/service wrapper so that only
  initscripts which exist in run-level 7 can be run. This ensures
  that the supervised service is run, if one exists, and protects
  against running "service httpd restart" [SME: 61, 1495]

1 Summary: The inittab file and the /etc/init.d scripts.
2 Name: initscripts
3 Version: 8.45.44
4 # ppp-watch is GPLv2+, everything else is GPLv2
5 License: GPLv2 and GPLv2+
6 Group: System Environment/Base
7 Release: 3%{?dist}
8 Source: initscripts-%{version}.tar.bz2
9 Patch0: 0001-Fix-comments-in-sysctl.conf.ppc-862597.patch
10 Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch
11 Patch10: initscripts-centos-branding.patch
12
13 # SME specific patches
14 Patch1001: initscripts-8.45.38-smepatches.patch
15
16 # git source repository
17 URL: http://git.fedorahosted.org/git/initscripts.git
18 BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
19 Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
20 Requires: /sbin/sysctl, syslog
21 Requires: /sbin/fuser, /bin/grep
22 Requires: module-init-tools
23 Requires: util-linux >= 2.10s-11, mount >= 2.11l
24 Requires: bash >= 3.0, SysVinit >= 2.85-38
25 Requires: /sbin/ip, /sbin/arping, net-tools
26 Requires: /etc/redhat-release, dev
27 Requires: ethtool >= 1.8-2, /sbin/runuser
28 Requires: udev >= 078-1
29 Conflicts: mkinitrd < 4.0, kernel < 2.6.12
30 Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
31 Conflicts: dhclient < 3.0.3-7
32 Conflicts: tcsh < 6.13-5
33 Conflicts: xorg-x11, glib2 < 2.11.1-2
34 Obsoletes: rhsound sapinit
35 Obsoletes: hotplug
36 Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils
37 BuildRequires: glib2-devel popt gettext pkgconfig
38
39 %description
40 The initscripts package contains the basic system scripts used to boot
41 your Linux system, change runlevels, and shut the system down
42 cleanly. Initscripts also contains the scripts that activate and
43 deactivate most network interfaces.
44
45 %prep
46 %setup -q
47 %patch0 -p1
48 %patch1 -p1
49 %patch10 -p1
50
51 # SME specific patches
52 %patch1001 -p1
53
54 %build
55 make
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
60
61 %find_lang %{name}
62
63 %ifnarch s390 s390x
64 rm -f \
65 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
66 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
67 $RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \
68 $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \
69 $RPM_BUILD_ROOT/lib/udev/ccw_init
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 /var/run/utmp /var/log/btmp
81 chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
82 chmod 664 /var/log/wtmp /var/run/utmp
83 chmod 600 /var/log/btmp
84
85 /sbin/chkconfig --add netfs
86 /sbin/chkconfig --add network
87 /sbin/chkconfig --add netconsole
88 /sbin/chkconfig --add rawdevices
89
90
91 %preun
92 if [ $1 = 0 ]; then
93 /sbin/chkconfig --del netfs
94 /sbin/chkconfig --del network
95 /sbin/chkconfig --del netconsole
96 /sbin/chkconfig --del rawdevices
97 fi
98
99 %triggerun -- initscripts < 7.62
100 /sbin/chkconfig --del random
101 exit 0
102
103 %clean
104 rm -rf $RPM_BUILD_ROOT
105
106 %files -f %{name}.lang
107 %defattr(-,root,root)
108 %dir /etc/sysconfig/network-scripts
109 %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
110 %config(noreplace) /etc/sysconfig/init
111 %config(noreplace) /etc/sysconfig/netconsole
112 %config(noreplace) /etc/sysconfig/readonly-root
113 /etc/sysconfig/network-scripts/ifdown
114 /sbin/ifdown
115 %config /etc/sysconfig/network-scripts/ifdown-post
116 /etc/sysconfig/network-scripts/ifup
117 /sbin/ifup
118 %dir /etc/sysconfig/console
119 %dir /etc/sysconfig/modules
120 %dir /etc/sysconfig/networking
121 %dir /etc/sysconfig/networking/devices
122 %dir /etc/sysconfig/networking/profiles
123 %dir /etc/sysconfig/networking/profiles/default
124 %config(noreplace) /etc/sysconfig/rawdevices
125 %config /etc/sysconfig/network-scripts/network-functions
126 %config /etc/sysconfig/network-scripts/network-functions-ipv6
127 %config /etc/sysconfig/network-scripts/init.ipv6-global
128 %config /etc/sysconfig/network-scripts/ifcfg-lo
129 %config /etc/sysconfig/network-scripts/ifup-ipx
130 %config /etc/sysconfig/network-scripts/ifup-post
131 %config /etc/sysconfig/network-scripts/ifdown-ppp
132 %config /etc/sysconfig/network-scripts/ifdown-sl
133 %config /etc/sysconfig/network-scripts/ifup-ppp
134 %config /etc/sysconfig/network-scripts/ifup-sl
135 %config /etc/sysconfig/network-scripts/ifup-routes
136 %config /etc/sysconfig/network-scripts/ifdown-routes
137 %config /etc/sysconfig/network-scripts/ifup-plip
138 %config /etc/sysconfig/network-scripts/ifup-plusb
139 %config /etc/sysconfig/network-scripts/ifup-bnep
140 %config /etc/sysconfig/network-scripts/ifdown-bnep
141 %config /etc/sysconfig/network-scripts/ifup-eth
142 %config /etc/sysconfig/network-scripts/ifdown-eth
143 %config /etc/sysconfig/network-scripts/ifup-ipv6
144 %config /etc/sysconfig/network-scripts/ifdown-ipv6
145 %config /etc/sysconfig/network-scripts/ifup-ipsec
146 %config /etc/sysconfig/network-scripts/ifdown-ipsec
147 %config /etc/sysconfig/network-scripts/ifup-sit
148 %config /etc/sysconfig/network-scripts/ifdown-sit
149 %config /etc/sysconfig/network-scripts/ifup-tunnel
150 %config /etc/sysconfig/network-scripts/ifdown-tunnel
151 %config /etc/sysconfig/network-scripts/ifup-aliases
152 %config /etc/sysconfig/network-scripts/ifup-ippp
153 %config /etc/sysconfig/network-scripts/ifdown-ippp
154 %config /etc/sysconfig/network-scripts/ifup-wireless
155 /etc/sysconfig/network-scripts/ifup-isdn
156 /etc/sysconfig/network-scripts/ifdown-isdn
157 /etc/sysconfig/network-scripts/net.hotplug
158 %ifarch s390 s390x
159 %config /etc/sysconfig/network-scripts/ifup-ctc
160 %config /etc/sysconfig/network-scripts/ifup-iucv
161 %endif
162 /etc/rwtab
163 %dir /etc/rwtab.d
164 /etc/udev/rules.d/*
165 %config /etc/X11/prefdm
166 %config(noreplace) /etc/inittab
167 %dir /etc/rc.d
168 %dir /etc/rc.d/rc[0-9].d
169 %config(missingok) /etc/rc.d/rc[0-9].d/*
170 /etc/rc[0-9].d
171 /etc/rc
172 %dir /etc/rc.d/init.d
173 /etc/rc.local
174 /etc/rc.sysinit
175 %config /etc/rc.d/init.d/*
176 %config /etc/rc.d/rc
177 %config(noreplace) /etc/rc.d/rc.local
178 %config /etc/rc.d/rc.sysinit
179 %config(noreplace) /etc/sysctl.conf
180 %config /etc/profile.d/lang.sh
181 %config /etc/profile.d/lang.csh
182 /usr/sbin/sys-unconfig
183 /sbin/setsysfont
184 /bin/doexec
185 /bin/ipcalc
186 /bin/usleep
187 %attr(4755,root,root) /usr/sbin/usernetctl
188 /sbin/consoletype
189 /sbin/fstab-decode
190 /sbin/genhostid
191 /sbin/getkey
192 %attr(2755,root,root) /sbin/netreport
193 /sbin/initlog
194 /lib/udev/rename_device
195 %ifarch s390 s390x
196 /lib/udev/ccw_init
197 %endif
198 /sbin/service
199 /sbin/ppp-watch
200 %{_mandir}/man*/*
201 %dir %attr(775,root,root) /var/run/netreport
202 %dir /etc/ppp
203 %dir /etc/ppp/peers
204 %config /etc/ppp/ip-up
205 %config /etc/ppp/ip-down
206 %config /etc/ppp/ip-up.ipv6to4
207 %config /etc/ppp/ip-down.ipv6to4
208 %config /etc/ppp/ipv6-up
209 %config /etc/ppp/ipv6-down
210 %config /etc/initlog.conf
211 %doc sysconfig.txt sysvinitfiles ChangeLog static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6
212 /var/lib/stateless
213 %ghost %attr(0600,root,utmp) /var/log/btmp
214 %ghost %attr(0664,root,utmp) /var/log/wtmp
215 %ghost %attr(0664,root,utmp) /var/run/utmp
216
217 %changelog
218 * Sun Oct 27 2013 Ian Wells <esmith@wellsi.com> 8.45.44-3.sme
219 - Update to 8.45.44-3 [SME: 7920]
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 * Tue Oct 01 2013 Karanbir Singh <kbsingh@centos.org> - 8.45.44-3.el5.centos
228 - Roll in CentOS Branding
229
230 * Fri Aug 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 8.45.44-3
231 - create /tmp/.X11-unix in rc.sysinit (#988498, CVE-2013-4169)
232
233 * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-2
234 - fix comments in sysctl.conf.ppc (#862597)
235
236 * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-1
237 - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network (#860252)
238 - fix comments in sysctl.conf (#862597)
239 - sysctl.d manpage (#735982)
240 - check_device_down: Don't bother calling ip to check link state if the device doesn't exist (#814058)
241 - test if there is /dev/rtc before syncing hardware clock (#636861)
242 - sysconfig.txt advised saslauthd -a instad of -v (#957109)
243
244 * Thu Apr 18 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.43-1
245 - add a -l option to status to pass the lock file name (#852967)
246 - clarify docs around IPV6INIT=yes/no (#545881)
247 - support ipv6 routing rules by merging IPv4/IPv6, and route/rule code (#853038)
248 - make killproc more granular when delay is passed (#843386)
249 - don't accidentally match other bonding devices (#880890)
250 - set NIS domain (#705218)
251 - don't set primary before we enslave devices (#747418)
252
253 * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
254 - changed exchange_mode to "main, aggressive" (#435274)
255
256 * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
257 - fix check for dhcp6c pid (#568896)
258
259 * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
260 - exit arping on first response (#744734)
261
262 * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
263 - suppress remove error message during boot (#679998)
264 - fix logic error with removing arp_ip_target (#745681)
265
266 * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
267 - don't use existing LANG when in startx/xinit (#713988)
268
269 * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
270 - revert patch from #705236
271
272 * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
273 - add /etc/sysctl.d/ support
274 Resolves: rhbz#624385
275
276 * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
277 - add net_log
278 Resolves: rhbz#507515
279 - do not umount mount points with nfs in the path
280 Resolves: rhbz#703203
281 - remove /var/run/subsys/rhsm on startup
282 Resolves: rhbz#705236
283
284 * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
285 - fixed support "#" in interface names
286
287 * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
288 - fix VLAN configs with non-numeric interface names
289 Resolves: rhbz#462095
290 - do not ignore IPv6 aliases
291 Resolves: rhbz#612877
292 - support vlan tag 0
293 Resolves: rhbz#624704
294 - clarify comment of checkpid()
295 Resolves: rhbz#637176
296 - specify DEVICETYPE for InfiniBand
297 Resolves: rhbz#648524
298 - fix grep in lang.csh
299 Resolves: rhbz#649995
300 - support "#" in interface names
301 Resolves: rhbz#664091
302 - fixed sysctl calls fail with VLANs
303 Resolves: rhbz#665601
304 - fixed loop for switched MACs
305 Resolves: rhbz#669728
306 - fixed dmraid output parsing
307 Resolves: rhbz#671386
308 - fixed MASTER in double quotes
309 Resolves: rhbz#674221
310 - don't do force/lazy umount for the first nfs umount
311 Resolves: rhbz#676851 rhbz#687890
312 - fixed DHCPv6 if no IPv4 address configured
313 Resolves: rhbz#684909
314 - disable link checking when PERSISTENT_DHCLIENT is set
315 Resolves: rhbz#685038
316 - no more noisy output for iscsid check during shutdown or reboot
317 Resolves: rhbz#687849
318 - clarified mount option in netfs
319 Resolves: rhbz#689898
320
321 * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
322 - if $LANG is set, don't override it
323 Resolves: rhbz#692893
324 - fix arp_ip_target for ifup/ifdown
325 Resolves: rhbz#604669
326 - add udev rules for OSX Devices (1731/2)
327 Resolves: rhbz#653621
328
329 * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
330 - don't turn of net on shutdown if iscsi is running
331 Resolves: rhbz#583218
332
333 * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
334 - readded missing 54-cu3088-fix.rules
335 Related: rhbz#475721
336
337 * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
338 - do not killall racoon with the full path
339 Resolves: rhbz#567295
340 - fixed the interactive startup keys in translation
341 Resolves: rhbz#566579
342 - do not clear the environment for daemon()
343 Resolves: rhbz#564093
344 - call unicode_start with $UNIMAP instead of $SYSFONTACM
345 Resolves: rhbz#557089
346 - fixed the network interface name grep in checks
347 Resolves: rhbz#538863
348 - make /var/lib/xend a bind mount for read-only root systems
349 Resolves: rhbz#526046
350 - do not try to activate individual dmraid subsets
351 Resolves: rhbz#524356
352 - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
353 Resolves: rhbz#519748
354 - load the bonding driver, if bonding options are present in the ifcfg file
355 Resolves: rhbz#516569
356 - run quotacheck after the local filesystems have been mounted
357 Resolves: rhbz#499207
358 - add DHCP_HOSTNAME documentation to sysconfig.txt
359 Resolves: rhbz#498052
360 - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
361 Resolves: rhbz#492994
362
363 * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
364 - fix raw path in initscript (#472891)
365 - remove deprecation comments (#472891)
366 - applied missing ipcalc patch for IPv6 address validation (#464268)
367 - Resolves: rhbz#472891 rhbz#464268
368
369 * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
370 - Final fixes for IP address validation (#464268)
371 - Added required 54-cu3088-fix.rules udev rules file (#475721)
372 - Resolves: #464268,#475721
373
374 * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
375 - cleanup /var/run/libvirt (#505600)
376 - Resolves: rhbz#505600
377
378 * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
379 - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
380 - Resolves: rhbz#475006
381
382 * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
383 - undeprecate rawdevices (#472891)
384 - Resolves: rhbz#472891
385
386 * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
387 - add md activation before lvm/device-mapper in netfs (#480627)
388 - fixed SUBCHANNEL grep for s390
389 - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
390 - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
391 - add gfs2 to rc.sysinit mount (#494963)
392 - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
393 - Add vlan support for s390 HSI interfaces. (#490584)
394 - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
395 - Remove arp_ip_target on ifdown for bonding devices. (#483711)
396 - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
397 - Bring up ipsec interfaces last. (#481733)
398 - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
399 - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
400 - Add some docs on BONDING_OPTS. (#472480)
401 - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
402 - remove empty bridges (#463325)
403 - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
404 - fail if HWADDR specified in ifcfg is not present in the system (#487718)
405 - fix ifdown of vlan iface which is a bridge member (#481557)
406 - add proper return codes for /etc/init.d/network (#481002)
407 - fixed brigde setup (bug #463014)
408 - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
409 - Use the pidfile before running pidof in status(). (#440658)
410 - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
411 - Remove /.suspended as well on boot (#270861)
412 - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
413 - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
414 rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
415 rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
416 rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
417 rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
418
419 * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
420 - fixed SUBCHANNEL grep statement (bug #459044)
421 - Resolves: rhbz#459044
422
423 * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
424 - fixed SUBCHANNEL grep statement (bug #459044)
425 - Resolves: rhbz#459044
426
427 * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
428 - fixed SUBCHANNEL grep statement (bug #459044)
429 - Resolves: rhbz#459044
430
431 * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
432 - refined SUBCHANNEL grep statement (bug #459044)
433 - blkid has a -l option to pick a single device. Use it. (#470027)
434 - don't mkswap on halt (#469823)
435 - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
436 - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
437
438 * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
439 - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
440 - Resolves: #466115
441
442 * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
443 - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
444 - call logger with full path (#447928, Mihai Vintila)
445 - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
446 - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
447 - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
448
449 * Mon Mar 3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
450 - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
451
452 * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
453 - IKE_DHGROUP is now an option for IPsec configuration files, which allows
454 to set the dh group used during PHASE 1 of IPsec SA (#251506)
455 - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
456 - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
457 - the check for the need of remounting the root file system read-writable
458 is now refined (#334171)
459 - quoted SUBCHANNELS and HWADDR options in network configuration files are
460 now handled properly (#351291)
461 - support for resuming from an encrypted swap has been added (#360071)
462 - rc.sysinit now executes the proper configuration tools, if /.unconfigured
463 is present (#426372)
464 - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
465
466 * Tue Aug 7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
467 - fix netconsole service status (#223742)
468
469 * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1
470 - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285)
471 - network-functions: fix logic error in install_bonding_driver (#229643)
472 - add init script for netconsole (#223742)
473 - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
474 - init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>)
475
476 * Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> 8.45.14.EL-1
477 - set MACADDR, if specified, before bringing up bonding master/slaves (#218792)
478
479 * Thu Jan 4 2007 Bill Nottingham <notting@redhat.com> 8.45.13.EL-1
480 - release bonding slaves properly (#220525)
481
482 * Thu Dec 14 2006 Bill Nottingham <notting@redhat.com> 8.45.12.EL-1
483 - translation updates: ml, mr, zh_CN, zh_TW (#216097)
484
485 * Fri Dec 1 2006 Bill Nottingham <notting@redhat.com> 8.45.11.EL-1
486 - translation updates: bn, fr, hi, ko, ml, te, zh_CN, zh_TW (#216097)
487
488 * Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.45.10.EL-1
489 - add a step to rename any temporarily renamed devices (#208740, #204803, #214817)
490 - rc.sysinit: fix reversed dmraid test (#216490)
491 - translation updates (#216097)
492 - don't automatically reload modules on module reomvals (#211474)
493 - don't unmount network file systems (#217625)
494
495 * Fri Nov 3 2006 Bill Nottingham <notting@redhat.com> 8.45.9.EL-1
496 - fix ppc limits (#184820)
497 - handle sinhalese as well (#212438)
498
499 * Wed Nov 1 2006 Bill Nottingham <notting@redhat.com> 8.45.7.EL-1
500 - fix gdm in CJKI (#209579, #213196)
501 - rename_device: correctly ignore backup interface files
502 - mount tmpfs with -n (#213132)
503
504 * Mon Oct 30 2006 Bill Nottingham <notting@redhat.com> 8.45.6.EL-1
505 - further refinement of the SUBCHANNELS support (#204803)
506
507 * Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.45.5.EL-1
508 - fix handling of undisplayable locales on the console some more (#209579, #212438)
509 - use SUBCHANNEL as the primary identifier for s390 networking (#204803)
510
511 * Thu Oct 19 2006 Bill Nottingham <notting@redhat.com> 8.45.4.EL-1
512 - don't set CJKI as the language on virtual consoles (#209579)
513 - use dmraid.static in rc.sysinit (#211297)
514 - use sysfs interface for bonding, so multiple bonds work again (#202443, <agospoda@redhat.com>)
515
516 * Mon Oct 16 2006 Bill Nottingham <notting@redhat.com> 8.45.3.EL-1
517 - remove early-login code
518 - Handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
519 - translation updates: da, fi, zh_CN, ja, ml, ms
520 - restorecon on moved dhclient lease file (#209853)
521 - set different limits for shmmax, etc. based on arch (#184820)
522
523 * Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
524 - lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
525 (reverts: #186961; fixes #209469)
526 - translation updates: ms
527
528 * Wed Oct 4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
529 - separate tmpfs-usage for state from readonly-root
530 - set keymap correctly in non-utf8 locale (#167363)
531 - setsysfont: run unicode_stop if in non-unicode locale
532 - lang.csh/lang.sh: set iutf8 if appropriate (#186961)
533 - lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
534 - rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
535 - rwtab: fix iscsi file location (#208864)
536 - translation updates: el, da, as, or
537 - fix stateless updates (#206331, <law@redhat.com>)
538
539 * Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
540 - move ccwgroup initialization to a udev rule (should fix #199139,
541 #199655, #169161)
542 - init.d/functions: don't write to gdmfifo
543 - remove unused-since-RHL-7 consolechars code, update docs (#206106)
544 - stateless updates (#206331, <law@redhat.com>)
545 - translation updates (el, ms, hr, sl)
546
547 * Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
548 - run rc.sysinit, /etc/rc in monitor mode (part of #184340)
549 - use a better check for 'native' services (#190989, #110761, adapted
550 from <matthias@rpmforge.net>)
551
552 * Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
553 - fix network ipv6 hang (#207137, others)
554 - rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab
555 - rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>)
556 - sysconfig.txt: clarify onboot/onparent usage
557
558 * Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1
559 - translation updates
560 - rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device
561 name to avoid any realistic namespace clashes
562 - rc.sysinit: set default affinity if specified on commandline (#203359)
563 - always pass path to '.' (#206035)
564 - run setsysfont, loadkeys always when /dev/tty{0,1} exist (#150769)
565 - allow going to a shell when system is shut down cleanly (from <dwalsh@redhat.com>)
566
567 * Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
568 - translation updates
569 - Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
570 - make /dev/mapper/control ourselves (<pjones@redhat.com>)
571 - init.d/network: simplify 'status' call
572 - fix actual 169.254 networks (#203591)
573 - rc.sysinit: don't run vgscan (#191879)
574 - init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>)
575 - rc.sysinit: catch more dmraid errors (#200683)
576 - support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
577 <lv@lekv.de>)
578 - IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
579
580 * Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
581 - translation updates
582 - bring down bonding slaves on ifdown (#199706)
583 - support LINKDELAY for dhcp (#191137)
584 - netfs: run multipath on netdev devices (#180977)
585 - halt: use /proc/mounts instead of /etc/mtab (#198426, <mitr@redhat.com>)
586 - rc.sysinit: fix getkey race (#191453, <mitr@redhat.com>)
587 - spec cleanups (#188614, <kloczek@rudy.mif.pg.gda.pl>)
588 - support aliases on vlan (#193133, <mitr@redhat.com>)
589 - clean up ifcfg file handling (<mitr@redhat.com>, <michal@harddata.com>)
590 - GRE and IPIP tunnel support (#168990, <mitr@redhat.com>,
591 <razvan.vilt@linux360.ro>, <aaron.hope@unh.edu>, <sean@enertronllc.com>)
592 - rc.sysinit: don't format encrypted swap always (#127378)
593 - don't try to add routes to alias devices (#199825, #195656)
594
595 * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.37-1
596 - update translations
597
598 * Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.36-1
599 - rework automatic swapon - only run if AUTOSWAP=yes, and fix errors
600 (#198695, #196179, #196208)
601 - redo single so it starts last in runlevel 1, and doesn't kill/start
602 services itself
603 - add configurable delay for killproc() (#198429, <jorton@redhat.com>)
604 - fix loop in rename_device (#199242, <markmc@redhat.com>)
605 - rc.sysinit: stateless updates (#197972, <law@redhat.com>)
606 - support for copying dhcp leases from initramfs (#198601, <markmc@redhat.com>)
607 - readonly-root: SELinux works now in the kernel, allow it
608 - init.d/network: don't bring down network if root is on a network device
609 - init.d/halt: don't use -i to halt; causes problems with iscsi
610 - add support for routing rule-$device (#132252, <mitr@redhat.com>)
611 - fix rhgb output (#192604, <tonynelson@georgeanelson.com>)
612 - fix crypttab options for LUKS (#197656, <mitr@redhat.com>)
613 - ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>)
614 - ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)
615 - rename_device: ignore alias devices, fix race (#186355)
616 - ifup/ifdown: don't mark as %config
617 - rwtab: some additions/cleanup
618
619 * Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
620 - readonly root enhancments (modified from <law@redhat.com>, #193164)
621 - encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
622 - clarify killproc usage (#193711, <mitr@redhat.com>)
623 - document BRIDGE= (#192576, <mitr@redhat.com>)
624 - rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
625
626 * Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
627 - link glib2 dynamically now that it's in /lib, conflict with older
628 versions
629 - handle cups specially when cleaning /var (#189168)
630 - remove ifdown-aliases (<mitr@redhat.com>)
631 - ifup-ipsec: fix key handling when only one of AH or ESP is used
632 (#166257, <mituc@iasi.rdsnet.ro>)
633 - IPv6 updates, including RFC 3041 support (<pb@bieringer.de>)
634 - routing fixes, add METRIC support for default routes (#124045, <mitr@redhat.com>)
635 - fix handling of mount points with white space (#186713, <mitr@redhat.com>)
636
637 * Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1
638 - support for readonly root
639 - rc.sysinit: remove call to zfcpconf.sh - that should be udev rules
640 - ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>)
641 - rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>)
642
643 * Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1
644 - netfs: fix redirect (#187505)
645 - rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>)
646 - functions/pidof: various fixes (#182623, others <mitr@redhat.com>)
647 - add support for DHCP on bridges (#125259, <mitr@redhat.com>,
648 anders@kaseorg.com>)
649 - rc.sysinit: use pidof, not killall (#185429, <pjones@redhat.com>)
650 - ppp fixes (#129195, #163950, #92023, <mitr@redhat.com>, <avi@argo.co.il>)
651 - ifup/ifdown: unset $WINDOW (#174336, <mitr@redhat.com>)
652
653 * Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1
654 - add udev helper to rename network devices on device creation
655
656 * Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1
657 - fix context of /dev/pts (#185436)
658 - translation updates
659
660 * Sun Mar 5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
661 - fix kexec support (<jmoyer@redhat.com>)
662 - translation updates
663
664 * Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
665 - hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
666 - fix endless loops in ifup/ifdown (#177792, #182466)
667 - fix enabling of enforcing SELinux mode after relabel (#181893)
668 - remove debugging code from ifup-bnep
669 - add /proc, /sys mounting back to rc.sysinit
670 Note: booting without an initrd is deprecated
671 - translation updates
672
673 * Tue Feb 14 2006 Peter Jones <pjones@redhat.com> 8.29-1
674 - scrub another possible error message from dmraid output
675
676 * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.28-1
677 - kill nash-hotplug before starting udev (<pjones@redhat.com>)
678 - silence warnings on /dev/pts remount (<pjones@redhat.com>)
679 - more translation updates
680
681 * Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1
682 - translation updates
683 - lang.sh: revert fix for #176832, it's broken
684 - ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>)
685
686 * Tue Feb 7 2006 Bill Nottingham <notting@redhat.com> 8.26-1
687 - revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change
688 - add some ugly hacks to make sure net hotplug doesn't run after unclean
689 shutdown (#177795)
690 - don't mount /sys and /proc in rc.sysinit - the initrd already does
691 (<pjones@redhat.com>)
692 - halt: try to unmount tmpfs filesystems before swapoff (#174000,
693 <mitr@redhat.com>)
694
695 * Thu Feb 2 2006 Bill Nottingham <notting@redhat.com> 8.25-1
696 - ifup: don't run the arping check if the address is already on the device
697
698 * Wed Feb 1 2006 Bill Nottingham <notting@redhat.com> 8.24-1
699 - init.d/functions: fix sendmail startup
700 - sysconfig.txt: fix typos (<mitr@redhat.com>)
701
702 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 8.23-1
703 - rc.sysinit: do a better job of not activating already active dmraids
704
705 * Tue Jan 31 2006 Bill Nottingham <notting@redhat.com> 8.22-1
706 - remove references to /usr/X11R6/bin (#177938)
707 - rc.sysinit: fix SELinux message formatting (#178532)
708 - rc.sysinit: clean cvs as well (#178539, <ville.skytta@iki.fi>)
709 - init.d/halt: move halt.local so that it runs before / is remounted r/o (#179314)
710 - rc.sysinit: don't activate already active dmraids (<pjones@redhat.com>)
711 - rc.sysinit: don't mount usbfs, libusb no longer uses it
712 - init.d/functions: Add -p to status() (#134363, <mitr@redhat.com>)
713 - init.d/functions: Separate /var/run/*.pid handling and pidof calls
714 to private functions (#63440, <mitr@redhat.com>)
715 - init.d/functions: update for current LSB, including -p pidfile
716 (#99325, #134363, <mitr@redhat.com>, <tobias.burnus@physik.fu-berlin.de>)
717 - getkey: various cleanups, add man page (#54481, <mitr@redhat.com>)
718 - lang.sh: don't always call consoletype (<laroche@redhat.com>)
719
720 * Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
721 - move handling of network hotplug events here, add appropriate udev
722 rules, obsolete hotplug
723 - get rid of some path lookups (#178321, <mclasen@redhat.com>)
724 - get hwaddrs from sysfs as opposed to ip | sed
725 - translation updates
726 - lang.sh: don't run unicode_start for subshells (#176832)
727 - halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
728 - add service(8) man page (#44857) <mitr@redhat.com>
729
730 * Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
731 - remove kmodule. udev handles module loading now
732 - require appropriate udev
733
734 * Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 8.19-1
735 - Require syslog, for alternate implementations thereof (#172885)
736 - Fix fsck invocation for weeding out netdev devices (#175803)
737
738 * Fri Dec 2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
739 - use new dhclient file paths, add appropriate conflict (#169164)
740
741 * Wed Oct 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
742 - make sure corefile limiting works for user processes as well
743 (#166511, <ville.skytta@iki.fi>)
744 - ifup-routes: handle no EOF in the route file (#156972)
745 - rc.sysinit: tweak mesage (#156972)
746 - ifdown-eth: clean up error message (#135167)
747 - rc.sysinit: call kpartx on multipath devices (#160227)
748 - ifup-eth: move wireless options before bridge options (#122801)
749 - ifup-wireless: silence error (#90601)
750 - init.d/functions: change translated string (#54682)
751
752 * Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
753 - fix typo bug
754
755 * Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
756 - support proper dial-in configuration, thanks to Peter Bieringer (#158380)
757
758 * Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
759 - kmodule: don't probe for uninteresting devices. speeds things up
760 - network-functions: deal with broken networks better (#168947)
761 - rc.sysinit: automatically reboot if labels are really out of date
762 (<dwalsh@redhat.com>)
763 - network-functions: throw out nameif error messages
764 - rc.sysinit: use multipath.static (#168321)
765 - rc.sysinit: use ignorelocking (#168195)
766
767 * Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
768 - fix usage of the module blacklist (#168020)
769
770 * Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
771 - fix on-boot relabelling (<dwalsh@redhat.com>)
772
773 * Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
774 - ifup-eth: fix interface renaming (#158774)
775 - rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
776 - remove workaround for the fonts-not-initialized-on-secondary-consoles
777 problem (fixed in 2.6.12-rc4 and later)
778 - setsysfont: correctly bracket systfontacm (#159706)
779 - rc.sysinit: always use udevsend, even if no modules (#160987)
780 - ifdown-aliases: add 'cd' to the proper dir (#161170)
781 - add diskdump restore support (<tuchida@redhat.com>),
782 conflict with appropriate diskdumputils
783 - rc.sysinit: dmraid/multipath support
784 - remove LVM1 support
785 - init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
786 - ifup-wireless: set rate in quotes (#163123)
787 - handle lvm & fsck for network block devices (#148764,
788 <alewis@redhat.com>)
789 - initlog: fix invalid free calls, (#165033), (#163973,<dwalsh@redhat.com>)
790 - sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
791 - updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
792
793 * Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
794 - fix mis-bringup of interfaces due to accidentally matched HWADDR
795 (a.k.a. ONBOOT=no not working) (#153669, #157252)
796 - support automatic relabeling later if rebooted w/o SELinux
797 (<dwalsh@redhat.com>)
798 - rc.sysinit: fix fixfiles invocation (#157182)
799 - btmp should be 0600 (#156900)
800 - translation updates: fr, bg, ru, mk, pa, es
801
802 * Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 8.10-1
803 - fix hang on stale GDM sockets (#156355)
804
805 * Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> 8.09-1
806 - rc.sysinit: clean up screen sockets (#155969)
807 - functions: use pidof -c in various functions
808 - ifup-ppp: fix static routes with ppp demand dialing (#20142,
809 <ohrn+redhat@chalmers.se>)
810 - add btmp support (#155537)
811 - don't send dhcp hostname (revert of fix for #149667)
812 - more early-login modifications (<mclasen@redhat.com>)
813 - functions: fix echo (#155270)
814
815 * Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 8.08-3
816 - fix ifup-routes script (#155195)
817
818 * Mon Apr 18 2005 Florian La Roche <laroche@redhat.com>
819 - fix strstr call in rc.sysinit
820
821 * Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 8.08-1
822 - update translation base
823 - automatically send hostname for DHCP if it's available and not
824 overridden (#149667)
825 - load user-defined module scripts from /etc/sysconfig/modules at
826 boot (#123927)
827 - halt: reverse sort the mount list, avoiding errors
828 (#147254, <jamesodhunt@hotmail.com>)
829 - ifup-wireless: add SECURITYMODE (#145407)
830 - network-functions: don't error out if hotplug doesn't exist (#140008)
831 - ifup: always return errors on trying to bring up nonexistent devices (#131461)
832 - ifup: fix error message (#143674)
833 - rc.sysinit: add a autorelabel boot target (#154496)
834 - prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
835 - remove support for the old firewall type
836 - network: optimize some (#138557, <drepper@redhat.com>)
837 - prefdm: fix prefdm arg handling (#154312, <khc@pm.waw.pl>)
838 - gdm early-login support (adapted from <rstrode@redhat.com>)
839 - ifup-routes: make sure commented lines are handled correctly (#154353,
840 #114548, <link@pobox.com>)
841 - some sysconfig.txt updates (<link@pobox.com>, <jvdias@redhat.com>)
842 - rc.sysinit: fix restorecon invocation (#153100)
843 - initlog: free some of the more egregious memory leaks (#85935)
844 - initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)
845 - remove some conflicts, %post scripts, etc. that were only relelvant
846 for upgrades from pre-7.0
847 - other minor fixes, see ChangeLog
848
849 * Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
850 - bring back initlog for third-party scripts until a new framework is
851 in place
852
853 * Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
854 - handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
855 - ifup-ipsec: handle non-ascii keys (#150552)
856 - add proper ipsec route (#146169, #140654)
857 - add a restorecon for /tmp to rc.sysinit
858 - document ONHOTPLUG in sysconfig.txt
859 - fix mistranslation (#151120)
860 - don't return 1 for stopping a process if it isn't running at all
861 - don't explicitly set fwd polices for ipsec traffic. Let setkey
862 handle it.
863
864 * Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
865 - ipv6 cleanups (<pb@bieringer.de>)
866 - rc.sysinit: fix rngd check (#130350)
867 ... then turn it off entirely
868 - rc.sysinit: get rid of duplicate date printout (#149795)
869 - ifdown: handle being called on down devices better
870 - handle saved resolv.conf on all device types
871 - fix network-functions cleanup
872 - netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
873 - dhcp release cleanups (<jvdias@redhat.com>)
874 - ifup-bnep: bluetooth update <dwmw2@infradead.org>
875 - more ipsec stuff (#147001, <ckjohnson@gwi.net>)
876
877 * Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
878 - split out ifup/ifdown general case to ifup/ifdown-eth;
879 add ifup/ifdown-bnep (<dwmw2@redhat.com>)
880 - ifup-ipsec: add fwd policies (#145507)
881 - fix multiple scsi_hostadapter loads (#145432)
882 - enable syncookies in sysctl.conf (#145201)
883
884 * Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
885 - use udevsend to handle hotplug events (requires recent udev)
886 - remove pump, dhcpcd support
887 - fix ONxxx (#136531, <cww@redhat.com>)
888 - fix various fgreps to not catch commented lines (#136531, expanded
889 from <cww@redhat.com>)
890 - set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
891 - kill dhcp client even if BOOTOPROTO is now static (#127726, others)
892 - replace the use of route/ifconfig with ip in IPv6 code, remove support
893 for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
894 - fix quoting in daemon() (#144634)
895 - make sysctl be silent (#144483)
896
897 * Mon Jan 3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
898 - remove initlog, minilogd
899 - add a flag to kmodule for use with kudzu's socket mode, use it
900 - change setting of IPv6 default route (#142308, <pb@bieringer.de>)
901 - netfs: don't unmount NFS root FS (#142169)
902
903 * Mon Dec 6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
904 - further bootup noise reductions
905 - rc.d/rc.sysinit: do implicit unicode conversion on keymap
906
907 * Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
908 - fix previous fix (#139656)
909
910 * Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1
911 - clear and repopulate mtab before mounting other filesystems (#139656)
912 - remove more devfs compat
913
914 * Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
915 - various kmodule speedups
916 - rc.d/init.d/netfs: don't mount GFS (#140281)
917 - fix various minilogd bogosities (#106338)
918
919 * Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1
920 - configure CTC protocol if CTCPROT is set (#133088)
921
922 * Mon Nov 15 2004 Bill Nottingham <notting@redhat.com>
923 - fix check_link_down to still check negotiation if link is
924 listed as "up" on entering (#110164, <dbaron@dbaron.org>)
925
926 * Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1
927 - parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)
928
929 * Tue Nov 9 2004 Bill Nottingham <notting@redhat.com>
930 - fix typo (#134787, <bnocera@redhat.com>)
931
932 * Sun Nov 7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
933 - various translation updates
934
935 * Tue Nov 2 2004 Bill Nottingham <notting@redhat.com>
936 - take an axe to rc.sysinit:
937 - remove delay on unclean startup
938 - remove hdparm code
939 - remove LVM1 code
940 - remove old raidtab code in favor of mdadm
941 - remove support for old isapnp tools
942 - move all block device mangling before fsck. run fsck *once*, not twice
943 - some more LC_ALL=C stuff
944
945 * Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
946 - /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup
947 - /etc/rc.d/rc.sysinit:
948 - do not read udev.conf, this seems to be all in the start_udev script
949 - fix detection of "nomodules" kernel command line option
950 - read /proc/cmdline earlier and convert rhgb to use that, too
951 - load_module(): change redirection to /dev/null
952 - some checks for RHGB_STARTED="" looked strange
953 - /etc/sysconfig/network-scripts/ifup-ppp:
954 - remove a call to basename with shell builtins
955 - /etc/sysconfig/network-scripts/network-functions:
956 - remove some calls to basename/sed with shell builtins
957
958 * Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
959 - fix prefdm fallback to installed display managers (#137274)
960 - fix incorrect rhgb temporary path (#137391)
961
962 * Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93-1
963 - translation updates
964 - fix handling of GATEWAYDEV (#133575, <pekkas@netcore.fi>)
965
966 * Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1
967 - rc.d/rc.sysinit: remove devlabel call
968 - mdadm support, now that raidtools is gone (#126636, #88785)
969 - call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>)
970 - cleanup a couple of nits that could affect bug #134754
971 - make sure we return to rhgb after fsck (#133966, #112839, #134449)
972 - automatically reboot when fsck calls for it, instead of requiring
973 manual intervention (#117641 and duplicates)
974 - ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>)
975 - translation updates
976
977 * Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1
978 - fix portname for LCS devices
979
980 * Fri Oct 08 2004 Bill Nottingham <notting@redhat.com>
981 - remove sysconfig/rawdevices, as initscript is removed
982
983 * Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
984 - change /etc/sysctl.conf to not allow source routed packets per default
985
986 * Fri Oct 6 2004 Bill Nottingham <notting@redhat.com> - 7.88-1
987 - fix requires
988
989 * Tue Oct 5 2004 Dan Walsh <dwalsh@redhat.com> - 7.87-1
990 - Change SELinux relabel to not remount /
991
992 * Mon Oct 4 2004 Bill Nottingham <notting@redhat.com>
993 - use runuser instead of su; require it
994 - init.d/halt: use right file name for random seed (#134432)
995
996 * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
997 - use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
998 - filter indic locales on the console (#134198)
999
1000 * Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1
1001 - ifup, network-functions: fix worked-by-accident shell quoting
1002 - lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>)
1003 - SELinux fixes
1004 - clean up prefdm
1005 - init.d/functions: export LC_MESSAGES (#133786)
1006 - allow daemon to coredump if requested (#130175)
1007 - network-functions: be more liberal in what we accept for link types (#90602, #127984)
1008 - fix overzealousness with -range aliases (#65415)
1009 - rc.sysinit: use s-c-keyboard, not kbdconfig (#133929)
1010 - fix checkpid logic, clean up potential errors (#134030)
1011 - translation updates
1012
1013 * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1
1014 - only start udev once
1015
1016 * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1
1017 - conflict with old udev
1018 - use udev if it's present
1019
1020 * Tue Sep 21 2004 Bill Nottingham <notting@redhat.com>
1021 - don't mount usbfs without usb. also, at least be consistent in filesystem type
1022
1023 * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1
1024 - fix handling of nonexistent devices (#132839)
1025 - rhgb enhancements (<veillard@redhat.com>, #132665)
1026 - initscripts.spec: require nash (#132513)
1027 - translation updates
1028
1029 * Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1
1030 - load iucv device config after /etc/sysconfig/network so that
1031 GATEWAY doesn't get overwritten
1032
1033 * Fri Sep 10 2004 Bill Nottingham <notting@redhat.com> - 7.80-1
1034 - fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)
1035
1036 * Fri Sep 10 2004 Karsten Hopp <karsten@redhat.com> - 7.79-1
1037 - load ctc device config after /etc/sysconfig/network so that
1038 GATEWAY doesn't get overwritten
1039
1040 * Wed Sep 8 2004 Dan Walsh <dwalshg@redhat.com> - 7.78-2
1041 - fix setting SELinux contexts on udev-created-in-initrd devices
1042 - Let restorecon check if selinux is enabled.
1043
1044 * Wed Sep 8 2004 Bill Nottingham <notting@redhat.com> - 7.78-1
1045 - set SELinux contexts on udev-created-in-initrd devices, if necessary
1046
1047 * Wed Sep 1 2004 Bill Nottingham <notting@redhat.com> - 7.77-1
1048 - mount usbfs (#131347)
1049 - start any automatic raid devices
1050 - remove triggers for ancient releases, bulletproof remaining ones (#131356)
1051
1052 * Wed Sep 1 2004 Jeremy Katz <katzj@redhat.com> - 7.76-1
1053 - udev uses UDEV_TMPFS now
1054
1055 * Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 7.75-1
1056 - fix sysfs configuration of qeth and lcs network interfaces
1057 (eth, tr, hsi)
1058
1059 * Mon Aug 30 2004 Karsten Hopp <karsten@redhat.de> 7.74-1
1060 - fix support for LCS portnumbers (mainframe)
1061
1062 * Fri Aug 27 2004 Jason Vas Dias <jvdias@redhat.com> 7.73-1
1063 - Add support for running the DHCPv6 client to ifup
1064 - (new DHCPV6C=yes/no ifcfg-${IF} variable) + update sysconfig.txt
1065
1066 * Fri Aug 27 2004 Bill Nottingham <notting@redhat.com> 7.72-1
1067 - flip the kernel conflict to a Requires:
1068
1069 * Thu Aug 26 2004 Karsten Hopp <karsten@redhat.de> 7.71-1
1070 - ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead
1071
1072 * Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
1073 - autoload hardware modules on startup
1074 - minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
1075 - ifup: support STP bridging (#123324)
1076 - rc.sysinit: do a SELinux relabel if forced
1077 - rc.sysinit: remove devfs compat and the remaining 2.4 compat
1078 - ifup-wireless: support multiple keys (#127957)
1079 - fix firmware loading (#129155, <bnocera@redhat.com>)
1080
1081 * Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
1082 - execute zfcfconf.sh if available (mainframe)
1083
1084 * Mon Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.67-1
1085 - fix change_resolv_conf: if pre-existing /etc/resolv.conf
1086 - non-existent or empty, replace with new file contents.
1087
1088 * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1089 - Allow users to use generic /etc/dhclient.conf if per-device
1090 - /etc/dhclient-${DEVICE}.conf is non-existent or empty
1091
1092 * Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
1093 - Preserve "options" settings in resolv.conf (bug 125712)
1094
1095 * Fri Aug 20 2004 Jeremy Katz <katzj@redhat.com> - 7.65-1
1096 - look at /etc/udev/udev.conf, not /etc/sysconfig/udev (#130431)
1097
1098 * Fri Aug 20 2004 Bill Nottingham <notting@redhat.com> 7.64-1
1099 - rc.d/rc.sysinit: check for dev file too (#130350)
1100
1101 * Thu Aug 19 2004 Than Ngo <than@redhat.com> 7.63-1
1102 - allow CBCP with own number (#125710)
1103
1104 * Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
1105 - fix up resolv.conf munging (#129921)
1106 - use rngd if available
1107 - run start_udev if necessary (#120605)
1108 - readonly root updates (#129893, <markmc@redhat.com>)
1109 - ifup-wireless: quote key (#129930)
1110 - remove rawdevices (#130048)
1111 - handle binfmt_misc in rc.sysinit for the case where it's built in (#129954)
1112 - remove mkkerneldoth
1113 - don't remove linguas in lang.* (part of #9733)
1114 - fix nfs unmounting (#129765)
1115 - fix URL (#129433)
1116
1117 * Tue Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
1118 - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
1119
1120 * Tue Aug 3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
1121 - write peerid into sysfs for IUCV devices (mainframe)
1122
1123 * Tue Aug 3 2004 Bill Nottingham <notting@redhat.com>
1124 - don't remove /dev/mapper/control - nash will do it if it has to (#127115)
1125
1126 * Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
1127 - fix for bug 125712: add 'change_resolv.conf' function
1128
1129 * Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
1130 - rc.d/init.d/network: don't bring interfaces down twice (#127487)
1131
1132 * Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
1133 - fix bonding + no IP (#127285)
1134 - wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
1135
1136 * Wed Jul 7 2004 Bill Nottingham <notting@redhat.com>
1137 - move random stuff to rc.sysinit/halt; move all swap to after this.
1138 prereq of bug #123278
1139
1140 * Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
1141 - set context on ICE directory after making it (#127099, <concert@europe.com>)
1142 - don't mount GFS filesystems in rc.sysinit
1143
1144 * Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1
1145 - rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
1146 - set devicetype for xDSL (#126194)
1147 - ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>)
1148 - unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>)
1149 - bonding fixes
1150 - setsysfont: remove error (#100559)
1151 - remove duplicate setting of network routes (#125450)
1152 - vlan fixes (#107504, <hrunting@texas.net>)
1153 - ifup-aliases: remove bogus route setting (#120908)
1154
1155 * Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1
1156 - readonly root fixes (<alexl@redhat.com>)
1157
1158 * Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
1159 - special TYPE for qeth devices to differenciate them from ethX
1160
1161 * Mon May 24 2004 Bill Nottingham <notting@redhat.com>
1162 - fix pppd vs. ppp typo in conflicts (#123680)
1163
1164 * Fri May 21 2004 Bill Nottingham <notting@redhat.com>
1165 - fix bridging confusing module order (#122848, <luto@myrealbox.com>)
1166 - rc.d/rc.sysinit: don't mount cifs (#122501)
1167
1168 * Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1
1169 - add support for ccwgroup devices on mainframe
1170
1171 * Thu May 13 2004 Than Ngo <than@redhat.com> 7.54-1
1172 - add patch to enable PIE build of usernetctl
1173
1174 * Fri May 7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1
1175 - little lvm tweak (#121963)
1176
1177 * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.52-1
1178 - ipv4 addresses are ints, not longs (#122479)
1179
1180 * Tue May 4 2004 Bill Nottingham <notting@redhat.com> 7.51-1
1181 - get rid of LVM error when no volumes are defined (#121197)
1182 - fix selinux short-circuit test (#121143, <michal@harddata.com>)
1183 - /dev/mapper/control is a special file, check it accordingly (#121963)
1184 - support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)
1185 - handle multiple spaces correctly in rc.sysinit, network-functions
1186 (#118583, <pallas@kadan.cz>)
1187 - cleanup fd leaks, mem leaks, other bogosities
1188 (#119987, <linux_4ever@yahoo.com>)
1189 - rc.d/init.d/network: remove ipv6 bogosity (#114128)
1190 - translation updates
1191
1192 * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1
1193 - fix LVM issues in rc.sysinit (#120458, #119975)
1194 - deal with fixed racoon parser
1195 - translation updates from translators
1196 - fix USB loading (#120911)
1197
1198 * Fri Mar 26 2004 Bill Nottingham <notting@redhat.com> 7.49-1
1199 - use alsa for mixer saving in halt
1200 - don't umount /proc in halt (#118880)
1201 - various translation updates from translators
1202
1203 * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
1204 - disable enforcing in emergency mode for now, relabel some commonly
1205 mislabeled files on boot
1206
1207 * Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
1208 - translation: catch more input strings (#106285, <mitr@volny.cz>)
1209 - remove autologin from prefdm (#108969)
1210 - return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>)
1211 - handle iso15 in setsysfont (#110243)
1212 - clean up samba & vmware in rc.sysinit (#113104)
1213 - some sysconfig.txt documentation (#110427, #118063)
1214 - fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>)
1215 - handle CIFS in netfs (#115691)
1216 - make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>)
1217 - handle network fs better in rc.sysinit (#111290)
1218 - nomodules applies to usb/firewire too (#113278)
1219 - ipsec fix (#116922, <felipe_alfaro@linuxmail.org>)
1220 - make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>)
1221 - fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>)
1222
1223 * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
1224 - Use ':' instead of '.' as separator for chown.
1225
1226 * Mon Feb 2 2004 Bill Nottingham <notting@redhat.com> 7.46-1
1227 - some more rc.sysinit tweaks and refactoring
1228
1229 * Fri Jan 30 2004 Bill Nottingham <notting@redhat.com> 7.45-1
1230 - fix rc.sysinit typo
1231 - rc.d/init.d/network: clear out environment (#113937, #111584)
1232
1233 * Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 7.44-1
1234 - NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)
1235 - handle 2.6-style 'install ethX ...' lines correctly
1236 - mount sysfs by default
1237 - time to clean up the cruft. remove:
1238 - boot-time depmod
1239 - linking of /boot/System.map to /boot/System.map-`uname -r`
1240 - /var/log/ksyms.X
1241 - libredhat-kernel support
1242
1243 * Fri Jan 16 2004 Dan Walsh <dwalsh@redhat.com> 7.43-2
1244 - Remove selinux run_init code from service script. It is no longer needed.
1245
1246 * Fri Dec 5 2003 Jeremy Katz <katzj@redhat.com> 7.43-1
1247 - basic lvm2 support
1248
1249 * Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1
1250 - show rhgb details on service failures
1251
1252 * Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1
1253 - tweak some rhgb interactions (#100894, #107725)
1254 - fix dvorak keymap loading (#106854)
1255
1256 * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1
1257 - add better fix to support nickname (#105785)
1258
1259 * Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.39-1
1260 - add support nickname (#105785)
1261
1262 * Fri Oct 17 2003 Bill Nottingham <notting@redhat.com> 7.38-1
1263 - rhgb updates, now pass 'rhgb' to use it, instead of passing 'nogui'
1264 to disable it
1265
1266 * Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 7.37-1
1267 - bridging updates (#104421, <dwmw2@redhat.com>)
1268
1269 * Wed Oct 8 2003 Bill Nottingham <notting@redhat.com> 7.36-1
1270 - mount /dev/pts before starting rhgb
1271
1272 * Wed Oct 1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
1273 - load acpi modules on startup if necessary
1274 - fix typo in ipsec comments & sysconfig.txt
1275
1276 * Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
1277 - use upsdrvctl to start the shutdown process
1278
1279 * Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
1280 - ipsec fixes (#104227, <harald@redhat.com>)
1281 - ppp fixes (#104128, #97845, #85447)
1282
1283 * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1
1284 - fix ip calls for some device names (#104187)
1285 - ipsec fixes
1286
1287 * Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 7.31-1
1288 - fix bonding + dhcp (#91399)
1289 - fix typo (#103781)
1290 - sysconfig/network-scripts/ifup: fix use of local
1291
1292 - fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
1293 - remove /var/run/confirm when done with /etc/rc (#100898)
1294 - ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
1295 - handle sorting > 10 network devices (#98209)
1296 - unset ONPARENT after use (#101384)
1297 - random other fixes
1298 - bridging support (<dwmw2@redhat.com>)
1299
1300 * Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30-1
1301 - IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)
1302
1303 * Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
1304 - setsysfont: don't echo to /dev/console (#102004)
1305 - fix ethernet device renaming deadlock (#101566)
1306 - consoletype: don't return 'vt' on vioconsole (#90465)
1307 - ifup: fix short-circuit (#101445)
1308
1309 * Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
1310 - ifup-routes: pass the interface name to handle_file() so that we don't try
1311 to use the routes file's name as an interface name
1312
1313 * Wed Jul 9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
1314 - switch from $CONFIG.keys to keys-$CONFIG
1315
1316 * Tue Jul 8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
1317 - add a check to consoletype for the current foreground console
1318 - use it when running unicode_start (#98753)
1319
1320 * Wed Jul 2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
1321 - ipsec support (see sysconfig.txt, ifup-ipsec)
1322 - read $CONFIG.keys, for non-world-readable keys
1323 - allow default window size for routes to be set with WINDOW= (#98112)
1324 - support setting device options with ethtool opts
1325 - fix s390 bootup spew (#98078)
1326 - support renaming interfaces with nameif based on hwaddr
1327
1328 * Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
1329 - fix DNS punching in the case of other rules for the DNS server
1330 (#97686, <martin@zepler.org>)
1331 - initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
1332 - fix grep for mingetty (#97188)
1333 - fix rhgb-client bad syntax
1334 - change network device searching, use correct naming, fix route issues
1335 (<harald@redhat.com>)
1336 - other random tweaks
1337
1338 * Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
1339 - now even still yet more tweaks for graphical boot
1340
1341 * Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1
1342 - even still yet more tweaks for graphical boot
1343
1344 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.22-1
1345 - still yet more tweaks for graphical boot
1346
1347 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.21-1
1348 - yet more tweaks for graphical boot
1349
1350 * Fri May 2 2003 Bill Nottingham <notting@redhat.com> 7.20-1
1351 - more tweaks for graphical boot
1352
1353 * Wed Apr 30 2003 Bill Nottingham <notting@redhat.com> 7.18-1
1354 - some tweaks for graphical boot
1355
1356 * Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1357 - initscripts-s390.patch: remove not needed parts about PNP=
1358 - inittab.390: sync with normal version
1359 - rc.sysinit: remove two further calls to /sbin/consoletype with $CONSOLETYPE
1360
1361 * Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1362 - sysconfig/init.s390: set LOGLEVEL=3 as for other archs
1363 - rc.d/init.d/network, rc.d/rc: change confirmation mode to
1364 not use an environment variable
1365 - rc.d/init.d/functions: make strstr() even shorter, remove old
1366 "case" version that has been already commented out
1367 - rc.d/rc.sysinit:
1368 - no need to set NETWORKING=no, it is not used/exported
1369 - do not export BOOTUP
1370 - delete two "sleep 1" calls that wants to add time to go
1371 into confirmation mode. There is enough time to press a
1372 key anyway or use "confirm" in /proc/cmdline.
1373 - read /proc/cmdline into a variable
1374 - use strstr() to search in /proc/cmdline
1375 - add "forcefsck" as possible option in /proc/cmdline
1376 - while removing lock files, no need to call `basename`
1377 - add unamer=`uname -r` and reduce number of forks
1378 - do not fork new bash to create /var/log/ksyms.0
1379
1380 * Thu Apr 03 2003 Karsten Hopp <karsten@redhat.de> 7.15-1
1381 - Mainframe has no /dev/ttyX devices and no mingetty, don't
1382 initialize them. This gave error messages during startup
1383
1384 * Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
1385 - init.d/network: don't advertise "probe: true" in the header if we don't
1386 recognize "probe" as an argument
1387
1388 * Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
1389 * - do not handle changed chain name; change was reverted
1390
1391 * Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
1392 - handle 7.x SYSFONTACM settings in setsysfont (#84183)
1393
1394 * Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.12-1
1395 - handle changed chain name
1396 - init vts used in all cases
1397
1398 * Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
1399 - handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)
1400
1401 * Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
1402 - initialize two ttys past # of mingettys (for GDM)
1403 - fix zeroconf route
1404 - redhat-config-network writes $NAME.route for some static routes
1405 (e.g., ppp); handle that (#84193)
1406
1407 * Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
1408 - load keybdev & mousedev even if hid is already loaded/static
1409 - run fewer scripts through action (#49670, #75279, #81531)
1410
1411 * Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1
1412 - fix nicknames & profiles (#82246)
1413 - fix check_device_down (#83780, <pzb@datstacks.com>)
1414 - vlan fixes (<tis@foobar.fi>)
1415 - fix groff macros (#83531, <tsekine@sdri.co.jp>)
1416 - various updated translations
1417 - fix checkpid for multiple pids (#83401)
1418
1419 * Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
1420 - 802.1Q VLAN support (<tis@foobar.fi>, #82593)
1421 - update translations
1422
1423 * Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
1424 - fix syntax error in rc.sysinit when there are fsck errors
1425 - fix zh_TW display on console (#82235)
1426
1427 * Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
1428 - tweak some translatable strings
1429 - fix for rc.sysinit on machines that pass arguments to mingetty
1430 (<nalin@redhat.com>)
1431
1432 * Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
1433 - move system font setting sooner (<milan.kerslager@pslib.cz>)
1434 - fix link checking for dhcp, use both ethtool and mii-tool
1435 - fix CJK text on the console, and locale-archive held open
1436 on shutdown
1437 - IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
1438 - speedup tweaks (<drepper@redhat.com>)
1439 - use glib2 for ppp-watch (#78690, <kisch@mindless.com>)
1440 - add zeroconf route (#81738)
1441 - fix ifup-ppp for dial-on-demand, and onboot (<goeran@uddeborg.pp.se>)
1442 - tweak raidtab parsing, don't worry about not-in-fstab RAID devices
1443 (#71087, #78467, <aja@mit.edu>)
1444 - don't automatically bring up aliases if 'ONPARENT=no' is set (#78992)
1445 - getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
1446 - rework halt_get_remaining (#76831, <michal@harddata.com>)
1447 - ipcalc: fix calculation of /32 addresses (#76646)
1448 - various other tweaks and fixes
1449
1450 * Fri Dec 20 2002 Bill Nottingham <notting@redhat.com> 7.01-1
1451 - %%config(noreplace) inittab
1452
1453 * Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com>
1454 - add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb"
1455
1456 * Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1
1457 - tweaks for potential GUI bootup
1458 - loop checking for network link state, don't unilterally wait five
1459 seconds
1460
1461 * Fri Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1
1462 - remove call to /sbin/update for S/390, too
1463
1464 * Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
1465 - remove call to /sbin/update
1466 - fix netprofile
1467
1468 * Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
1469 - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1470 - devlabel support (<Gary_Lerhaupt@Dell.com>)
1471 - do lazy NFS umounts
1472
1473 * Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1474 - correctly remove non-packaged files for mainframe
1475
1476 * Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1
1477 - fix various static-routes brokeness (#74317, #74318, #74320, #76619,
1478 #75604)
1479 - fix handling of SYSFONTACM in setsysfont (#75662)
1480 - fix lang.csh for CJK (#76908, <ynakai@redhat.com>)
1481 - IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
1482 - other minor tweaks
1483
1484 * Mon Sep 16 2002 Than Ngo <than@redhat.com>
1485 - owns directory /etc/ppp/peers (bug #74037)
1486
1487 * Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
1488 - fix syntax error in duplicate route removal section of ifup
1489
1490 * Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
1491 - fix syntax error calling unicode_start when SYSFONTACM isn't set
1492
1493 * Mon Sep 2 2002 Bill Nottingham <notting@redhat.com>
1494 - fix calling of unicode_start in lang.{sh,csh}
1495 - ipv6 tweak
1496
1497 * Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
1498 - don't infinite loop on ifdown
1499 - remove disabling of DMA; this can cause problems
1500 - move swap startup to after LVM (#66588)
1501
1502 * Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
1503 - don't cycle through eth0-eth9 on dhcp link check (#68127)
1504 - don't retry indefinitely on ppp startup
1505 - activate network profile passed on kernel commandline via netprofile=
1506 - fix iptables invocations again
1507 - translation refresh
1508
1509 * Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
1510 - fix silly typo in rc.sysinit
1511 - increase timeout for link to 5 seconds (#70545)
1512
1513 * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com>
1514 - require /etc/redhat-release (#68903)
1515 - fix tty2-tty6 (sort of)
1516 - fix iptables invocations (#70807, #71201, #68368)
1517 - other minor tweaks
1518
1519 * Wed Jul 24 2002 Bill Nottingham <notting@redhat.com>
1520 - fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro
1521
1522 * Tue Jul 16 2002 Bill Nottingham <notting@redhat.com>
1523 - use iptables, not ipchains
1524
1525 * Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1526 - /sbin/service: set PATH before calling startup scripts
1527 HOME and TERM are also set during bootup, but they should not make
1528 a difference for well-written daemons.
1529
1530 * Mon Jul 15 2002 Bill Nottingham <notting@redhat.com>
1531 - fix boot-time cleanup of /var
1532 - update po files
1533
1534 * Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1535 - /etc/init.d/functions:
1536 daemon(): avoid starting another bash
1537 killproc(): avoid starting another bash for the default case
1538 - do not call "insmod -p" before loading the "st" module
1539
1540 * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1541 - allow an option for ups poweroff #68123
1542 - change grep for ONBOOT= #63903
1543 - allow building with a cross-compiler #64362,#64255
1544 - faster check in network-functions:check_default_route()
1545 - better checks for backup files
1546 - drastically reduce the number of consoletype invocations
1547 - do not export "GATEWAY" in network-functions
1548 - code cleanups in rc.sysinit
1549
1550 * Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1551 - rc.sysinit: do not load raid modules unless /etc/raidtab exists
1552 - many cleanups for more consistent shell programming and also
1553 many smaller speedups within network scripts, no un-necessary sourcing
1554 of files etc
1555 - nearly re-code /etc/rc.d/rc
1556
1557 * Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
1558 - a couple minor unicode tweaks in rc.sysinit
1559
1560 * Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
1561 - move /proc/bus/usb mount, in case USB is in the initrd
1562
1563 * Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
1564 - don't try to set wireless freq/channel when in Managed mode
1565
1566 * Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1567 - start some sh coding cleanups
1568 - change to /etc/init.d/functions
1569 - eliminate some un-necessary PATH settings
1570 - eliminate some TEXTDOMAIN settings
1571
1572 * Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1
1573 - fix UTF-8 checks
1574
1575 * Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1
1576 - fixed a bug in setting defaultgateway
1577
1578 * Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1
1579 - call unicode_start in lang.{sh,csh}, setsysfont when necessary
1580
1581 * Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1
1582 - add check for link for dhcp back in
1583
1584 * Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1
1585 - fix silly cut&paste bug in hdparm settings in initscripts
1586
1587 * Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1
1588 - Update translations
1589
1590 * Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1
1591 - make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>)
1592 - allow tweaking of more devices with hdparm (#53511), and
1593 tweak non-disk devices iff they explicitly have a config file
1594 for that device (#56575, #63415)
1595 - some translation updates
1596
1597 * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1
1598 - ipcalc cleanups (#58410)
1599 - quit stripping binaries
1600 - do LVM init after RAID init too (#63238)
1601 - export all locale variables (#56142)
1602 - run sysctl -p after network init as well
1603
1604 * Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1
1605 - delete X/VNC locks on startup (#63035)
1606 - shut up DMA disabling, move it to after ide-scsi (#62873, #62956)
1607 - use full path to /sbin/ifconfig (#59457)
1608 - /sbin/service: change to root directory before staring/stopping;
1609 also sanitize environment
1610
1611 * Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1
1612 - when disabling DMA, don't use things in /usr
1613
1614 * Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1
1615 - disable DMA on CD-ROMs at bootup
1616
1617 * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1
1618 - add local hook to halt
1619
1620 * Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1
1621 - fix usernetctl for working with neat
1622
1623 * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1
1624 - update translations
1625
1626 * Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1
1627 - use nameif for interfaces where we don't agree on HWADDR with the
1628 config file (<harald@redhat.com>)
1629 - LSB support tweaks
1630
1631 * Tue Mar 12 2002 Mike A. Harris <mharris@redhat.com> 6.55-1
1632 - Removed process accounting stuff from rc.sysinit and halt scripts as it is
1633 now handled by the psacct initscript in the psacct package
1634
1635 * Thu Feb 28 2002 Bill Nottingham <notting@redhat.com>
1636 - conflict with older psacct
1637
1638 * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
1639 - fix invocation of need_hostname (#58946), a couple other minor tweaks
1640
1641 * Tue Feb 12 2002 Mike A. Harris <mharris@redhat.com>
1642 - rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance
1643
1644 * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
1645 - run /bin/setfont, not /usr/bin/setfont (kbd)
1646 - lots-o-random bugfixes/tweaks (see ChangeLog)
1647
1648 * Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
1649 - Added support for libredhat-kernel.so.* symlink handling
1650
1651 * Wed Nov 7 2001 Than Ngo <than@redhat.com>
1652 - fix bug in setting netmask on s390/s390x (bug #55421)
1653 nmbd daemon works now ;-)
1654
1655 * Fri Nov 2 2001 Than Ngo <than@redhat.com>
1656 - fixed typo bug ifup-ippp
1657
1658 * Mon Oct 29 2001 Than Ngo <than@redhat.com>
1659 - fix bug in channel bundling if MSN is missed
1660 - support DEBUG option
1661
1662 * Wed Sep 19 2001 Than Ngo <than@redhat.com>
1663 - don't show user name by DSL connection
1664
1665 * Sat Sep 8 2001 Bill Nottingham <notting@redhat.com>
1666 - don't run hwclock --adjust on a read-only filesystem
1667
1668 * Thu Sep 6 2001 Than Ngo <than@redhat.com>
1669 * update initscripts-s390.patch for s390/s390x
1670
1671 * Wed Sep 5 2001 Bill Nottingham <notting@redhat.com>
1672 - translation updates
1673 - quota and hwclock tweaks (<pbrown@redhat.com>)
1674
1675 * Mon Sep 3 2001 Bill Nottingham <notting@redhat.com>
1676 - fix severe alias problems (#52882)
1677
1678 * Mon Sep 3 2001 Than Ngo <than@redhat.com>
1679 - don't start pppbind if encapsulation is rawip (bug #52491)
1680
1681 * Sun Sep 2 2001 Than Ngo <than@redhat.com>
1682 - add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
1683 - fix handling of ISDN LSZ Compresssion
1684
1685 * Thu Aug 30 2001 Than Ngo <than@redhat.com>
1686 - po/de.po: fix typo bug, lo instead 1o
1687
1688 * Wed Aug 29 2001 David Sainty <dsainty@redhat.com>
1689 - fix ifdown for multiple dhcpcd interfaces
1690
1691 * Wed Aug 29 2001 Than Ngo <than@redhat.com>
1692 - fix ISDN dial on demand bug
1693 - fix typo bug in network-functions
1694
1695 * Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com>
1696 - document /etc/sysconfig/authconfig
1697
1698 * Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1
1699 - message un-tweaks (<johnsonm@redhat.com>)
1700 - make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>)
1701
1702 * Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
1703 - autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
1704
1705 * Mon Aug 27 2001 Than Ngo <than@redhat.com>
1706 - fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
1707
1708 * Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
1709 - sort output of halt_get_remaining (#52180)
1710 - fix bad translation (#52503)
1711
1712 * Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
1713 - fix ifup-wireless (#52135)
1714
1715 * Wed Aug 22 2001 Than Ngo <than@redhat.com>
1716 - fix return code of isdnctrl (bug #52225)
1717
1718 * Tue Aug 21 2001 Than Ngo <than@redhat.com>
1719 - fix Bringing up isdn device again. It works now correct.
1720
1721 * Tue Aug 21 2001 Than Ngo <than@redhat.com>
1722 - fix shutdown/Bringing up isdn device
1723
1724 * Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
1725 - fix syntax error in lang.csh
1726 - set codeset by echoing to /dev/tty instead of /proc/self/fd/15
1727
1728 * Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
1729 - fix a broken call to check_device_down
1730 - make all loopback addresses have host scope, not global scope.
1731 Fixes #49374, possibly others
1732
1733 * Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
1734 - add is_available() network function, use it; cleans up ugly modprobe
1735 error messages
1736 - update translation info
1737 - fix #51787
1738
1739 * Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
1740 - adjust s390 patch
1741 - fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific)
1742
1743 * Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com>
1744 - don't display Chinese Korean if we aren't on a pty
1745
1746 * Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1747 - adjust s390 patches to current sources
1748
1749 * Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
1750 - use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
1751
1752 * Fri Aug 10 2001 Than Ngo <than@redhat.com>
1753 - don't set MSN if it' empty (it's now optional)
1754 - don't give login name as a cmdline-option (Bug #23066)
1755 - remove peer device file if ppp connection is down
1756 - fix channel bundling
1757
1758 * Thu Aug 9 2001 Bill Nottingham <notting@redhat.com>
1759 - require SysVinit (#51335)
1760
1761 * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
1762 - tweak raittab grep slightly (#51231)
1763 - allow resetting of default route for DHCP addresses (#48994)
1764 - save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
1765 - when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
1766 - allow shell characters in ppp names (#43719)
1767 - allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
1768 - behave sanely if ifup called when dhcpcd is running (#49392, #51038)
1769
1770 * Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
1771 - honor HOTPLUG=no if running under hotplug (#47483)
1772 - use awk, not grep, for modprobe -c checks (#49616)
1773 - don't print ugly messages for the case where the device doesn't exist,
1774 and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
1775 - run kbdconfig in /.unconfigured mode (#43941)
1776 - use a bigger buffer size argument to dmesg (#44024)
1777 - detach loopback devices on shutdown (#43919, #45826)
1778
1779 * Thu Aug 2 2001 Bill Nottingham <notting@redhat.com>
1780 - fix halt_get_remaining() (#50720)
1781
1782 * Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
1783 - mount all FS types r/o at halt (#50461)
1784 - don't use mii-tool at all (#various)
1785
1786 * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
1787 - don't use kbd commands in setsysfont now that we've switched back to
1788 console-tools (#50075)
1789 - sleep in check_link_down; some devices require it
1790 - only bring link down if check_link_down fails
1791
1792 * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
1793 - set link up before checking with mii-tool (#49949)
1794
1795 * Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
1796 - update netdev stuff to use _netdev
1797 - IPv6 updates (<pekkas@netcore.fi>)
1798 - fix downing of devices with static IPs (#49777, #49783)
1799 - put ifcfg-lo back in the package
1800
1801 * Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06
1802 - updates for quota
1803
1804 * Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
1805 - own some more directories
1806 - use -O nonetdev, require mount package that understands this
1807 - fix do_netreport when called as non-root
1808 - remove ip addresses from interfaces on ifdown
1809 - oops, fix ifup/ifdown
1810
1811 * Mon Jul 16 2001 Than Ngo <than@redhat.com>
1812 - fix country_code for ISDN
1813
1814 * Tue Jul 9 2001 Bill Nottingham <notting@redhat.com>
1815 - fix '--check'
1816 - prereq sh-utils (#43065)
1817 - fix some invocations of reboot/halt (#45966)
1818 - fix typo in ifup-wireless
1819 - don't muck with /etc/issue each boot
1820 - big IPv6 update (<pekkas@netcore.fi>)
1821
1822 * Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
1823 - Add new directories required by new network tool
1824
1825 * Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de>
1826 - disable hwclock on S390 (no such executable)
1827 - Fix up kernel versioning on binary-only modules (S390)
1828 - don't use newt scripts on S390 console
1829
1830 * Sat Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
1831 - reenable pump, but make sure dhcpcd is the default. This
1832 way, upgrades of systems without dhcpcd has a better chance at
1833 working.
1834
1835 * Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
1836 - Disable pump completely
1837
1838 * Wed Jun 27 2001 Than Ngo <than@redhat.com>
1839 - fix pap/chap authentication for syncppp
1840 - support ippp options
1841
1842 * Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
1843 - add ifup-wireless
1844
1845 * Fri Jun 22 2001 Than Ngo <than@redhat.com>
1846 - add support xDSL
1847
1848 * Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
1849 - more networking script fixes (#45364)
1850 - add stuff for unmounting /initrd
1851
1852 * Thu Jun 21 2001 Than Ngo <than@redhat.com>
1853 - add support ISDN
1854
1855 * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
1856 - fix extremely broken new network scripts
1857
1858 * Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
1859 - bump version to 5.89
1860 - make it build
1861
1862 * Thu May 17 2001 Bill Nottingham <notting@redhat.com>
1863 - don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru)
1864 - fix do_netreport (#37716, #39603 <crlf@aeiou.pt>)
1865
1866 * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
1867 - copyright: GPL -> license: GPL
1868 - fix a syntax error in lang.csh
1869 - skip commented-out i18n configuration lines in lang.csh
1870
1871 * Fri May 11 2001 Preston Brown <pbrown@redhat.com>
1872 - new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking
1873
1874 * Wed May 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1
1875 - support kbd in setsysfont
1876 - bzip2 source
1877
1878 * Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1879 - add further s390 changes:
1880 - ifup-iucv
1881 - mkkerneldoth.s390
1882
1883 * Tue Apr 24 2001 Than Ngo <than@redhat.com>
1884 - add shutdown UPS into halt (bug #34312)
1885
1886 * Sat Apr 7 2001 Preston Brown <pbrown@redhat.com>
1887 - broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth
1888
1889 * Fri Apr 6 2001 Bill Nottingham <notting@redhat.com>
1890 - be a little more careful in do_netreport (#34933)
1891
1892 * Tue Apr 3 2001 Bill Nottingham <notting@redhat.com>
1893 - set umask explicitly to 022 in /etc/init.d/functions
1894
1895 * Mon Apr 2 2001 Bill Nottingham <notting@redhat.com>
1896 - fix segfault in usernetctl (#34353)
1897
1898 * Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
1899 - don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist
1900
1901 * Thu Mar 22 2001 Erik Troan <ewt@redhat.com>
1902 - take advantage of new swapon behaviors
1903
1904 * Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
1905 - add cipe interfaces last (#31597)
1906
1907 * Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
1908 - fix typo in ifup (#31627)
1909 - update translation source
1910
1911 * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
1912 - fix typo in rc.sysinit
1913 - fix ifup-routes not setting DEVICE properly
1914
1915 * Mon Mar 12 2001 Preston Brown <pbrown@redhat.com>
1916 - Work properly with new quota utilities
1917
1918 * Mon Mar 5 2001 Bill Nottingham <notting@redhat.com>
1919 - IPv6 fixes (#30506)
1920 - make static-routes handling more sane and consistent (#29500, #29549)
1921 - handle multiple USB controllers *correctly*
1922
1923 * Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com>
1924 - usernetctl, ppp-watch: cleanups
1925 - netreport: use O_NOFOLLOW
1926 - ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927)
1927
1928 * Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
1929 - don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450)
1930 - disable hotplug during network initscript
1931 - don't munge wireless keys in ifup; that will be done with the
1932 PCMCIA wireless stuff
1933 - run sndconfig --mungepnp for non-native-isapnp soundcards
1934 - don't explicitly kill things in init.d/single, init will do it
1935 - don't explicitly load usb-storage; mount the usbdevfs before initializing
1936 host controller modules
1937
1938 * Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
1939 - initialize multiple USB controllers if necessary
1940
1941 * Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
1942 - close extra file descriptors before exec()ing commands in initlog
1943
1944 * Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
1945 - fix some substitions in init.d/functions (fixes various killproc issues)
1946 - make sure ipv6 module alias is available if configured
1947 - fix initlog segfaults in popt when called with bogus stuff (#28140)
1948
1949 * Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com>
1950 - make pidofproc() and killproc() try to use the PID associated with the full
1951 pathname first before killing the daemon by its basename (for daemons that
1952 share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016)
1953 - fix status() as well
1954
1955 * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
1956 - fix init.d/single to work around possible kernel problem
1957
1958 * Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
1959 - fix unmounting of loopback stuff (#26439, #14672)
1960
1961 * Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
1962 - fix ifup-post so that it will work right when not called from ifup
1963
1964 * Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1965 - add all save changes for s390 s390x that won't break anything
1966 patches are from Oliver Paukstadt @ millenux.com
1967
1968 * Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
1969 - muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903)
1970
1971 * Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
1972 - ipv6 sync ups (#26502, #25775)
1973 - fix hangs at shutdown (#25744)
1974 - fix ifup-ppp (#26323)
1975
1976 * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
1977 - modify firewall on ifup to allow any new DNS servers through (#25951)
1978 - don't muck with the font in lang.csh/lang.sh (#26349)
1979 - don't display Japanese if we aren't on a pty (#25041)
1980 - load ide-scsi if passed on /proc/cmdline
1981
1982 * Mon Feb 5 2001 Trond Eivind Glomsrød <teg@redhat.com>
1983 - i18n updates
1984
1985 * Fri Feb 2 2001 Bill Nottingham <notting@redhat.com>
1986 - actually *ship* the ipv6 (and plusb) files
1987
1988 * Thu Feb 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
1989 - i18n updates
1990
1991 * Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
1992 - various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>)
1993 - in daemon(), only look at pidfile to determine if process is running
1994 (#17244, others)
1995 - ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>)
1996 - ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>)
1997 - lots of other minor fixes (see ChangeLog)
1998
1999 * Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
2000 - add plusb support (#18892, patch from <eric.ayers@compgen.com>)
2001 - don't ignore RETRYTIMEOUT when we never connect (#14071, patch from
2002 <ak@cave.hop.stu.neva.ru>)
2003
2004 * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
2005 - quiet LVM setup (#24841)
2006 - fix inability to shutdown cleanly (#24889)
2007
2008 * Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
2009 - new i18n mechanism
2010
2011 * Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
2012 - fixed typo in init.d/network - missing | in pipeline
2013
2014 * Mon Jan 22 2001 Bill Nottingham <notting@redhat.com>
2015 - do LVM setup through normal initscripts mechanisms
2016 - ignore backup files in /etc/sysconfig/network-scripts
2017 - lots of .po file updates
2018
2019 * Tue Jan 2 2001 Bill Nottingham <notting@redhat.com>
2020 - initial i18n support - originally from Conectiva
2021
2022 * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
2023 - only load sound if persistent DMA buffers are necessary
2024 - fix lots of bugs: #18619, #21187, #21283, #12097
2025 - integrate MAXFAIL option for ppp-watch
2026 - don't load keymaps/fonts on a serial console
2027
2028 * Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de>
2029 - changed hdparm section in rc.sysinit to allow different
2030 parameters for each disk (if needed) by copying
2031 /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..)
2032 - fix RFE #20967
2033
2034 * Tue Oct 31 2000 Than Ngo <than@redhat.com>
2035 - fix the adding default route if GATEWAY=0.0.0.0
2036
2037 * Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
2038 - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
2039 - fix top-level makefile install target
2040 - make usernetctl just fall-through if getuid() == 0
2041
2042 * Sun Sep 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
2043 - /etc/init.d is already provided by chkconfig
2044
2045 * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
2046 - set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
2047
2048 * Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
2049 - update documentation (#15475)
2050
2051 * Tue Aug 22 2000 Than Ngo <than@redhat.de>
2052 - add KDE2 support to prefdm
2053
2054 * Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
2055 - add usleep after kill -KILL in pidofproc, works around lockd issues (#14847)
2056 - add some fallback logic to prefdm (#16464)
2057
2058 * Fri Aug 18 2000 Bill Nottingham <notting@redhat.com>
2059 - don't load usb drivers if they're compiled statically
2060 - don't call ifdown-post twice for ppp (#15285)
2061
2062 * Wed Aug 16 2000 Bill Nottingham <notting@redhat.com>
2063 - fix /boot/kernel.h generation (#16236, #16250)
2064
2065 * Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
2066 - be more careful about creating files in netreport (#16164)
2067
2068 * Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2069 - move documentation for the DEMAND and IDLETIMEOUT values to the right
2070 section of sysconfig.txt
2071
2072 * Wed Aug 9 2000 Bill Nottingham <notting@redhat.com>
2073 - load agpgart if necessary (hack)
2074 - fix /boot/kernel.h stuff (jakub)
2075
2076 * Mon Aug 7 2000 Bill Nottingham <notting@redhat.com>
2077 - remove console-tools requirement
2078 - in netfs, start portmap if needed
2079 - cosmetic cleanups, minor tweaks
2080 - don't probe USB controllers
2081
2082 * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2083 - fix demand-dialing support for PPP devices
2084 - change updetach back to nodetach
2085
2086 * Sun Aug 6 2000 Bill Nottingham <notting@redhat.com>
2087 - add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie)
2088
2089 * Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
2090 - fix unclean shutdown
2091
2092 * Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
2093 - s/nill/null/g
2094
2095 * Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
2096 - unmount usb filesystem on halt
2097 - run /sbin/ifup-pre-local if it exists
2098
2099 * Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
2100 - add "nousb" command line parameter
2101 - fix some warnings when mounting /proc/bus/usb
2102
2103 * Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
2104 - kill all the PreTransaction stuff
2105 - directory ownership cleanups, add more LSB symlinks
2106 - move all the stuff back in to /etc/rc.d/
2107
2108 * Thu Jul 13 2000 Bill Nottingham <notting@redhat.com>
2109 - fix == tests in rc.sysinit
2110 - more %pretrans tweaks
2111
2112 * Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
2113 - test if /etc/rc.d is a symlink already in pre-transaction syscalls.
2114
2115 * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
2116 - implement the %pre with RPM Magic(tm)
2117
2118 * Sat Jul 8 2000 Bill Nottingham <notting@redhat.com>
2119 - fix it to not follow /etc/rc.d
2120
2121 * Fri Jul 7 2000 Bill Nottingham <notting@redhat.com>
2122 - fix %pre, again
2123
2124 * Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
2125 - tweak %pre back to a mv (rpm is fun!)
2126 - do USB initialization before fsck, so keyboard works if it fails
2127
2128 * Mon Jul 3 2000 Bill Nottingham <notting@redhat.com>
2129 - rebuild; allow 'fastboot' kernel command line option to skip fsck
2130
2131 * Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
2132 - fix demand-dialing with PPP
2133
2134 * Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
2135 - don't use tail
2136
2137 * Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
2138 - add support for USB controllers and HID devices
2139 (mice, keyboards)
2140
2141 * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
2142 - add support for EIDE optimization
2143
2144 * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
2145 - tweak %%pre
2146
2147 * Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
2148 - noreplace for adjtime file
2149
2150 * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
2151 - ifup-ppp: add hooks for demand-dialing PPP
2152 - functions: use basename of process when looking for its PID file
2153
2154 * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
2155 - move from /etc/rc.d/init.d -> /etc/init.d
2156
2157 * Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
2158 - set soft limit, not hard, in daemon function
2159 - /var/shm -> /dev/shm
2160
2161 * Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
2162 - use dhcpcd if pump fails.
2163 - use depmod -A (faster)
2164
2165 * Sun Jun 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2166 - add autologin support to prefdm
2167
2168 * Thu Jun 1 2000 Bill Nottingham <notting@redhat.com>
2169 - random networking fixes (alias routes, others)
2170 - conf.modules -> modules.conf
2171
2172 * Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
2173 - fix incorrect grep invocation in rc.sysinit (bug #11267)
2174
2175 * Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
2176 - fix lang.csh, again (oops)
2177 - use /poweroff, /halt to determine whether to poweroff
2178
2179 * Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
2180 - fix testing of RESOLV_MODS (which shouldn't be used anyways)
2181
2182 * Tue Apr 04 2000 Ngo Than <than@redhat.de>
2183 - fix overwrite problem of resolv.conf on ippp/ppp/slip connections
2184
2185 * Mon Apr 3 2000 Bill Nottingham <notting@redhat.com>
2186 - fix typo in functions file
2187 - explicitly set --localtime when calling hwclock if necessary
2188
2189 * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
2190 - fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)
2191
2192 * Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
2193 - remove compatiblity chkconfig links
2194 - run 'netfs stop' on 'network stop' if necessary
2195
2196 * Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2197 - Mount /var/shm if required (2.3.99, 2.4)
2198
2199 * Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
2200 - don't create resolv.conf 0600
2201 - don't run ps as much (speed issues)
2202 - allow setting of MTU
2203 - other minor fixes
2204
2205 * Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
2206 - Start devfsd if installed and needed (Kernel 2.4...)
2207
2208 * Wed Mar 8 2000 Bill Nottingham <notting@redhat.com>
2209 - check that network devices are up before bringing them down
2210
2211 * Wed Mar 8 2000 Jakub Jelinek <jakub@redhat.com>
2212 - update sysconfig.txt
2213
2214 * Tue Mar 7 2000 Bill Nottingham <notting@redhat.com>
2215 - rerun sysctl on network start (for restarts)
2216
2217 * Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
2218 - don't read commented raid devices
2219
2220 * Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
2221 - fix typo in resolv.conf munging
2222
2223 * Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
2224 - sanitize repair prompt
2225 - initial support for isdn-config stuff
2226
2227 * Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
2228 - add which as a package dependency (bug #9416)
2229
2230 * Tue Feb 8 2000 Bill Nottingham <notting@redhat.com>
2231 - fixes for sound module loading
2232
2233 * Mon Feb 7 2000 Nalin Dahyabhai <nalin@redhat.com>
2234 - check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
2235 - fix check for /var/*/news, work around for bug #9140
2236
2237 * Fri Feb 4 2000 Nalin Dahyabhai <nalin@redhat.com>
2238 - fix bug #9102
2239
2240 * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
2241 - if LC_ALL/LINGUAS == LANG, don't set them
2242
2243 * Wed Feb 2 2000 Bill Nottingham <notting@redhat.com>
2244 - fix problems with linuxconf static routes
2245
2246 * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
2247 - shvar cleaning
2248 - fix wrong default route ip in network-functions
2249
2250 * Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
2251 - attempt to restore default route if PPP takes it over
2252 - man page fix for ipcalc
2253 - shvar cleaning
2254 - automate maintaining /boot/System.map symlinks
2255
2256 * Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
2257 - fix hanging ppp-watch
2258 - fix issues with cleaning of /var/{run,lock}
2259
2260 * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
2261 - fix pidof calls in pidofproc
2262
2263 * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
2264 - fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it
2265
2266 * Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
2267 - link popt statically
2268
2269 * Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
2270 - don't try to umount /loopfs
2271
2272 * Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
2273 - switch to using sysctl
2274
2275 * Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
2276 - umount /proc *after* trying to turn off raid
2277
2278 * Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2279 - improvements in clone device handling
2280 - better signal handling in ppp-watch
2281 - yet another attempt to fix those rare PAP/CHAP problems
2282
2283 * Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
2284 - impressive. Three new features, three new bugs.
2285
2286 * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
2287 - fix more possible failed CHAP authentication (with chat scripts)
2288 - fix ppp default route problem
2289 - added ppp-watch man page, fixed usernetctl man page
2290 - make ifup-ppp work again when called from netcfg and linuxconf
2291 - try to keep ppp-watch from filling up logs by respawning pppd too fast
2292 - handle all linuxconf-style alias files with linuxconf
2293
2294 * Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
2295 - load mixer settings for monolithic sound
2296 - man page for ppp-watch
2297 - add ARP variable for ifup
2298 - some i18n fixes
2299
2300 * Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
2301 - control stop-a separately from sysrq
2302
2303 * Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2304 - fix some failed CHAP authentication
2305 - fix extremely unlikely, but slightly possible kill-random-process
2306 bug in ppp-watch
2307 - allow DNS{1,2} in any ifcfg-* file, not just PPP, and
2308 add nameserver entries, don't just replace them
2309 - don't use /tmp/confirm, use /var/run/confirm instead
2310
2311 * Tue Nov 2 1999 Bill Nottingham <notting@redhat.com>
2312 - fix lang.csh /tmp race oops
2313
2314 * Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
2315 - we now ship hwclock on alpha.
2316
2317 * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
2318 - fix check for serial console, don't use -C argument to fsck
2319 on serial console.
2320
2321 * Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
2322 - do something useful with linuxconf 'any' static routes.
2323
2324 * Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
2325 - added patch from Owen to source i18n configuration before starting prefdm
2326
2327 * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
2328 - support for linuxconf alias files
2329 - add support for Jensen clocks.
2330
2331 * Tue Oct 5 1999 Bill Nottingham <notting@redhat.com>
2332 - assorted brown paper bag fixes
2333 - check for programs/files before executing/sourcing them
2334 - control stop-a like magic sysrq
2335
2336 * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
2337 - req. e2fsprogs >= 1.15
2338
2339 * Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
2340 - munge C locale definitions to en_US
2341 - use fsck's completion bar
2342
2343 * Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
2344 - ppp-watch now always kills pppd pgrp to make sure dialers are dead,
2345 and tries to hang up the modem
2346
2347 * Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
2348 - add a DEFRAG_IPV4 option
2349
2350 * Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
2351 - changed to more modern defaults for PPP connections
2352
2353 * Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
2354 - kill processes for umount in halt, too.
2355 - fixes to remove /usr dependencies
2356
2357 * Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
2358 - load/save mixer settings in rc.sysinit, halt
2359
2360 * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2361 - add --remotename option to wvdial code
2362 - make sure we do not have an earlier version of wvdial that doesn't
2363 know how handle --remotename
2364 - make ppp-watch background itself after 30 seconds even if
2365 connection does not come up, at boot time only, so that a
2366 non-functional PPP connection cannot hang boot.
2367
2368 * Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
2369 - a couple of /bin/sh -> /bin/bash fixes
2370 - fix swapoff silliness
2371
2372 * Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
2373 - chkconfig --del in %preun, not %postun
2374 - use killall5 in halt
2375 - swapoff non-/etc/fstab swap
2376
2377 * Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
2378 - ifdown now synchronous (modulo timeouts)
2379 - several unrelated cleanups, primarily in ifdown
2380
2381 * Tue Sep 7 1999 Bill Nottingham <notting@redhat.com>
2382 - add an 'unconfigure' sort of thing
2383
2384 * Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2385 - added ppp-watch to make "ifup ppp*" synchronous
2386
2387 * Fri Sep 3 1999 Bill Nottingham <notting@redhat.com>
2388 - require lsof
2389
2390 * Wed Sep 1 1999 Bill Nottingham <notting@redhat.com>
2391 - add interactive prompt
2392
2393 * Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
2394 - disable magic sysrq by default
2395
2396 * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
2397 - new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com>
2398 - fix ifup-sl/dip confusion
2399 - more raid startup cleanup
2400 - make utmp group 22
2401
2402 * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
2403 - pass hostname to pump
2404 - add lang.csh
2405
2406 * Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
2407 - more wvdial updates
2408 - fix a *stupid* bug in process reading
2409
2410 * Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
2411 - add new /boot/kernel.h boot kernel version file
2412 - new RAID startup
2413
2414 * Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
2415 - use new linkname argument to pppd to make if{up,down}-ppp
2416 reliable -- requires ppp-2.3.9 or higher
2417
2418 * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com>
2419 - fix typo.
2420 - add 'make check'
2421
2422 * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
2423 - simple wvdial support for ppp connections
2424
2425 * Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
2426 - stability fixes for initlog
2427 - initlog now has a config file
2428 - add alias speedup from dharris@drh.net
2429 - move netfs links
2430 - usleep updates
2431
2432 * Thu Jul 8 1999 Bill Nottingham <notting@redhat.com>
2433 - remove timeconfig dependency
2434 - i18n fixes from nkbj@image.dk
2435 - move inputrc to setup package
2436
2437 * Tue Jul 6 1999 Bill Nottingham <notting@redhat.com>
2438 - fix killall links, some syntax errors
2439
2440 * Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
2441 - don't make module-info, System.map links
2442 - handle utmpx/wtmpx
2443 - fix lots of bugs in 4.21 release :)
2444
2445 * Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
2446 - set clock as soon as possible
2447 - use INITLOG_ARGS everywhere
2448 - other random fixes in networking
2449
2450 * Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
2451 - oops, don't create /var/run/utmp and then remove it.
2452 - stomp RAID bugs flat. Sort of.
2453
2454 * Mon May 24 1999 Bill Nottingham <notting@redhat.com>
2455 - clean out /var better
2456 - let everyone read /var/run/ppp*.dev
2457 - fix network startup so it doesn't depend on /usr
2458
2459 * Tue May 11 1999 Bill Nottingham <notting@redhat.com>
2460 - various fixes to rc.sysinit
2461 - fix raid startup
2462 - allow for multi-processor /etc/issues
2463
2464 * Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
2465 - fixed typo - "Determing" to "Determining"
2466
2467 * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
2468 - updated inputrc so that home/end/del work on console, not just X
2469
2470 * Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
2471 - fix more logic in initlog
2472 - fix for kernel versions in ifup-aliases
2473 - log to /var/log/boot.log
2474
2475 * Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
2476 - fix daemon() function so you can specify pid to look for
2477
2478 * Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
2479 - changed utmp,wtmp to be group writeable and owned by group utmp
2480
2481 * Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
2482 - fix loading of consolefonts/keymaps
2483 - three changelogs. three developers. one day. Woohoo!
2484
2485 * Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
2486 - fixed ifup-ipx mix-up over . and _
2487
2488 * Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
2489 - run /sbin/ifup-local after bringing up an interface (if that file exists)
2490
2491 * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
2492 - load keymaps & console font early
2493 - fixes for channel bonding, strange messages with non-boot network interfaces
2494
2495 * Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
2496 - added sysvinitfiles as a documenattaion file
2497
2498 * Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
2499 - nfsfs -> netfs
2500
2501 * Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
2502 - don't source /etc/sysconfig/init if $BOOTUP is already set
2503
2504 * Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
2505 - don't run linuxconf if /usr isn't mounted
2506 - set macaddr before bootp
2507 - zero in the /var/run/utmpx file (gafton)
2508 - don't set hostname on ppp/slip (kills X)
2509
2510 * Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
2511 - exit ifup if pump fails
2512 - fix stupid errors in reading commands from subprocess
2513
2514 * Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
2515 - fix ROFS logging
2516 - make fsck produce more happy output
2517 - fix killproc logic
2518
2519 * Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
2520 - doc updates
2521 - support for SYSFONTACM, other console-tools stuff
2522 - add net route for interface if it isn't there.
2523 - fix for a bash/bash2 issue
2524
2525 * Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
2526 - pam_console lockfile cleanup added to rc.sysinit
2527
2528 * Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
2529 - fixes in functions for 'action'
2530 - fixes for pump
2531
2532 * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
2533 - Mmm. Must always remove debugging code. before release. *thwap*
2534 - pump support
2535 - mount -a after mount -a -t nfs
2536
2537 * Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
2538 - put preferred support back in
2539
2540 * Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
2541 - fix single-user mode (source functions, close if)
2542
2543 * Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
2544 - turn off xdm in runlevel 5 (now a separate service)
2545
2546 * Thu Feb 4 1999 Bill Nottingham <notting@redhat.com>
2547 - bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
2548 - add initlog support. Now everything is logged (and bootup looks different)
2549
2550 * Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
2551 - halt now passed the '-i' flag so that network interfaces disabled
2552
2553 * Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
2554 - handle new linuxconf output for ipaliases
2555
2556 * Mon Oct 15 1998 Erik Troan <ewt@redhat.com>
2557 - fixed raid start stuff
2558 - added raidstop to halt
2559
2560 * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
2561 - handle LC_ALL
2562
2563 * Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
2564 - adjusted setsysfont to always run setfont, even if only w/default font
2565
2566 * Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
2567 - rc.sysvinit should be working with all kernel versions now
2568 - requires e2fsprogs (for fsck)
2569 - set INPUTRC and LESSCHARSET on linux-lat
2570
2571 * Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
2572 - /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
2573 - /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
2574 - /sbin/setsysfont: permit unicode fonts.
2575
2576 * Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
2577 - don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is
2578
2579 * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
2580 - paranoia improvements to .rhkmvtag
2581 - if psacct with /sbin/accton, than turn off accounting
2582
2583 * Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
2584 - start/stop run levels changed.
2585 - ipx_configure/ipx_internal_net moved to /sbin.
2586
2587 * Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
2588 - usernetctl didn't understand "" around USERCTL attribute
2589
2590 * Wed Jul 1 1998 Jeff Johnson <jbj@redhat.com>
2591 - Use /proc/version to find preferred modules.
2592 - Numerous buglets fixed.
2593
2594 * Sun Jun 07 1998 Erik Troan <ewt@redhat.com>
2595 - rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set
2596 /lib/modules/preferred symlink
2597
2598 * Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
2599 - ipcalc should *never* have been setgid anything
2600 - depmod isn't run properly for non-serial numbered kernels
2601
2602 * Wed May 06 1998 Donnie Barnes <djb@redhat.com>
2603 - added system font and language setting
2604
2605 * Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
2606 - Added missing files to packagelist.
2607
2608 * Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
2609 - Added lots of linuxconf support. Should still work on systems that
2610 do not have linuxconf installed, but linuxconf gives enhanced support.
2611 - In concert with linuxconf, added IPX support. Updated docs to reflect it.
2612
2613 * Fri May 01 1998 Erik Troan <ewt@redhat.com>
2614 - rc.sysinit uses preferred directory
2615
2616 * Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
2617 - updated rc.sysinit to deal with kernel versions with release numbers
2618
2619 * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
2620 - use ipcalc to calculate the netmask if one isn't specified
2621
2622 * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
2623 - added and made use of ipcalc
2624
2625 * Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
2626 - removed unnecessary dhcp log from /tmp
2627
2628 * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
2629 - if bootpc fails, take down the device
2630
2631 * Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
2632 - added check for mktemp failure
2633
2634 * Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
2635 - fixed support for user manageable cloned devices
2636
2637 * Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
2638 - /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes
2639
2640 * Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
2641 - touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
2642 - the logic for when /var/lock/subsys/kerneld is touched was backwards
2643
2644 * Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
2645 - tried to get /proc stuff right one more time (uses -t nonfs,proc now)
2646 - added support for /fsckoptions
2647 - changed 'yse' to 'yes' in KERNELD= line
2648
2649 * Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
2650 - set domainname to "" if none is specified in /etc/sysconfig/network
2651 - fix /proc mounting to get it in /etc/mtab
2652
2653 * Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
2654 - fixed inheritance for clone devices
2655
2656 * Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
2657 - added sound support to rc.sysinit
2658
2659 * Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
2660 - Added missing "then" clause
2661
2662 * Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
2663 - Fixed DEBUG option in ifup-ppp
2664 - Fixed PPP persistance
2665 - Only change IP forwarding if necessary
2666
2667 * Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
2668 - removed the skeleton init script
2669 - added the ability to 'nice' daemons
2670
2671 * Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
2672 - touch /var/lock/subsys/kerneld if it's running, and after mounting /var
2673 - applied dhcp fix
2674
2675 * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
2676 - added status|restart to init scripts
2677
2678 * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
2679 - touch random seed file before chmod'ing it.
2680
2681 * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
2682 - run domainname if NISDOMAIN is set
2683
2684 * Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
2685 - Make the random seed file mode 600.
2686
2687 * Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
2688 - bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.
2689
2690 * Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
2691 - moved to new chkconfig conventions
2692
2693 * Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
2694 - fixed rc.sysinit for hwclock compatibility
2695
2696 * Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
2697 - run 'ulimit -c 0' before running scripts in daemon function
2698
2699 * Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
2700 - added chkconfig support
2701 - made all rc*.d symlinks have missingok flag
2702
2703 * Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
2704 - fixed network-scripts to allow full pathnames as config files
2705 - removed some old 3.0.3 pcmcia device handling
2706
2707 * Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
2708 - /var/run/netreport needs to be group-writable now that /sbin/netreport
2709 is setguid instead of setuid.
2710
2711 * Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
2712 - Added network-functions to spec file.
2713 - Added report functionality to usernetctl.
2714 - Fixed bugs I introduced into usernetctl while adding clone device support.
2715 - Clean up entire RPM_BUILD_ROOT directory in %clean.
2716
2717 * Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
2718 - Clone device support in network scripts, rc scripts, and usernetctl.
2719 - Disassociate from controlling tty in PPP and SLIP startup scripts,
2720 since they act as daemons.
2721 - Spec file now provides start/stop symlinks, since they don't fit in
2722 the CVS archive.
2723
2724 * Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
2725 - added mktemp support to ifup
2726
2727 * Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
2728 - fixed some init.d/functions bugs for stopping httpd
2729
2730 * Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
2731 - reworked status() to adjust for processes that change their argv[0] in
2732 the process table. The process must still have it's "name" in the argv[0]
2733 string (ala sendmail: blah blah).
2734
2735 * Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
2736 - fixed bug in FORWARD_IPV4 support
2737
2738 * Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
2739 - added support for FORWARD_IPV4 variable
2740
2741 * Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
2742 - added status function to functions along with better killproc
2743 handling.
2744 - added /sbin/usleep binary (written by me) and man page
2745 - changed BuildRoot to /var/tmp instead of /tmp
2746
2747 * Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
2748 - /sbin/netreport sgid rather than suid.
2749 - /var/run/netreport writable by group root.
2750
2751 - /etc/ppp/ip-{up|down} no longer exec their local versions, so
2752 now ifup-post and ifdown-post will be called even if ip-up.local
2753 and ip-down.local exist.
2754
2755 * Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
2756 - Added missing -f to [ invocation in ksyms check.
2757
2758 * Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
2759 - Support for net event notification:
2760 Call /sbin/netreport to request that SIGIO be sent to you whenever
2761 a network interface changes status (won't work for brining up SLIP
2762 devices).
2763 Call /sbin/netreport -r to remove the notification request.
2764 - Added ifdown-post, and made all the ifdown scrips call it, and
2765 added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
2766 if it exists, then calls ifdown-post.
2767 - Moved ifup and ifdown to /sbin
2768
2769 * Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
2770 - usernetctl put back in ifdown
2771 - support for slaved interfaces
2772
2773 * Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
2774 - Created ifup-post from old ifup
2775 - PPP, PLIP, and generic ifup use ifup-post
2776
2777 * Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
2778 - Added DHCP support
2779 - Set hostname via reverse name lookup after configuring a networking
2780 device if the current hostname is (none) or localhost
2781
2782 * Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
2783 - Got rid of xargs dependency in halt script
2784 - Don't mount /proc twice (unmount it in between)
2785 - sulogin and filesystem unmounting only happened for a corrupt root
2786 filesystem -- it now happens when other filesystems are corrupt as well
2787
2788 * Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
2789 - PPP fixes and additions
2790
2791 * Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
2792 - Mount proc before trying to start kerneld so we can test for /proc/ksyms
2793 properly.
2794
2795 * Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
2796 - Added MTU for PPP.
2797 - Put PPPOPTIONS at the end of the options string instead of at the
2798 beginning so that they override other options. Gives users more rope...
2799 - Don't do module-based stuff on non-module systems. Ignore errors if
2800 st module isn't there and we try to load it.
2801
2802 * Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
2803 - Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
2804 provided by doexec goes away when pppd gets swapped out.
2805 - ifup-ppp now sets remotename to the logical name of the device.
2806 This will BREAK current PAP setups on netcfg-managed interfaces,
2807 but we needed to do this to add a reasonable interface-specific
2808 PAP editor to netcfg.
2809
2810 * Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
2811 - Added usernetctl wrapper for user mode ifup and ifdown's and man page
2812 - Rewrote ppp and slip kill and retry code
2813 - Added doexec and man page

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