4582be3
%define with_upstart 1%{nil}
bd2effc
1837403
Summary: The inittab file and the /etc/init.d scripts
cvsdist e9944ad
Name: initscripts
f0251ff
Version: 8.85
caf8c53
# ppp-watch is GPLv2+, everything else is GPLv2
caf8c53
License: GPLv2 and GPLv2+
cvsdist e9944ad
Group: System Environment/Base
bd2effc
Release: 1
c0124b7
URL: http://fedorahosted.org/releases/i/n/initscripts/
c0124b7
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
c0124b7
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
cvsdist e9944ad
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
1cf9d1c
Requires: /sbin/sysctl, syslog
7128cf7
Requires: /sbin/fuser, /bin/grep
9173a49
Requires: /sbin/pidof
7128cf7
Requires: module-init-tools
cvsdist 76f651c
Requires: util-linux >= 2.10s-11, mount >= 2.11l
bd2effc
Requires: bash >= 3.0
bd2effc
%if with_upstart
912507e
Requires: upstart
bd2effc
%else
bd2effc
Requires: SysVinit >= 2.85-38
bd2effc
%endif
6cdbc44
Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find
cvsdist 76f651c
Requires: /etc/redhat-release, dev
c8b6ec7
Requires: ethtool >= 1.8-2, /sbin/runuser
f0251ff
Requires: udev >= 125-1
caf8c53
Requires: popt >= 1.12-2
4582be3
Requires: cpio
2f5206b
Conflicts: mkinitrd < 4.0, kernel < 2.6.12, mdadm < 2.6.4-3
cvsdist d73a89b
Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
8a7f1ad
Conflicts: dhclient < 3.0.3-7
8e9df3f
Conflicts: tcsh < 6.13-5
fe224a7
Conflicts: xorg-x11, glib2 < 2.11.1-2
f0251ff
Conflicts: alsa-utils < 1.0.18
caf8c53
# http://bugzilla.redhat.com/show_bug.cgi?id=252973
caf8c53
Conflicts: nut < 2.2.0
211c0ca
Obsoletes: hotplug
c0124b7
Requires(pre): /usr/sbin/groupadd
c0124b7
Requires(post): /sbin/chkconfig, coreutils
c0124b7
Requires(preun): /sbin/chkconfig
91724fe
BuildRequires: glib2-devel popt-devel gettext pkgconfig
cvsdist e9944ad
cvsdist e9944ad
%description
cvsdist e9944ad
The initscripts package contains the basic system scripts used to boot
104729c
your Red Hat or Fedora system, change runlevels, and shut the system down
cvsdist aa29a33
cleanly.  Initscripts also contains the scripts that activate and
cvsdist e9944ad
deactivate most network interfaces.
cvsdist e9944ad
3267a06
%package -n debugmode
3267a06
Summary: Scripts for running in debugging mode
3267a06
Requires: initscripts
3267a06
Group: System Environment/Base
3267a06
3267a06
%description -n debugmode
3267a06
The debugmode package contains some basic scripts that are used to run
3267a06
the system in a debugging mode.
3267a06
3267a06
Currently, this consists of various memory checking code.
3267a06
cvsdist e9944ad
%prep
cvsdist e9944ad
%setup -q
cvsdist e9944ad
cvsdist e9944ad
%build
cvsdist e9944ad
make
cvsdist e9944ad
cvsdist e9944ad
%install
cvsdist e9944ad
rm -rf $RPM_BUILD_ROOT
ce6f427
make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
cvsdist edbf9f0
ce6f427
%find_lang %{name}
cvsdist edbf9f0
bd2effc
%if with_upstart
bd2effc
 mv -f $RPM_BUILD_ROOT/etc/inittab.upstart $RPM_BUILD_ROOT/etc/inittab
2be1f54
 rm -f $RPM_BUILD_ROOT/etc/rc.d/rc1.d/S99single
2be1f54
 rm -f $RPM_BUILD_ROOT/etc/rc.d/init.d/single
bd2effc
%else
bd2effc
 mv -f $RPM_BUILD_ROOT/etc/inittab.sysv $RPM_BUILD_ROOT/etc/inittab
912507e
 rm -rf $RPM_BUILD_ROOT/etc/event.d
bd2effc
%endif
bd2effc
rm -f $RPM_BUILD_ROOT/etc/inittab.*
bd2effc
cvsdist 76f651c
%ifnarch s390 s390x
cvsdist 76f651c
rm -f \
cvsdist 76f651c
 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
4c2eb26
 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
c0124b7
 $RPM_BUILD_ROOT/lib/udev/rules.d/55-ccw.rules \
4c2eb26
 $RPM_BUILD_ROOT/lib/udev/ccw_init
cvsdist 76f651c
%else
cvsdist 76f651c
rm -f \
cvsdist 76f651c
 $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \
cvsdist 76f651c
 $RPM_BUILD_ROOT/etc/sysconfig/init.s390
cvsdist 76f651c
%endif
cvsdist 40c6c4f
cvsdist e9944ad
%pre
cvsdist e9944ad
/usr/sbin/groupadd -g 22 -r -f utmp
cvsdist e9944ad
cvsdist e9944ad
%post
ce6f427
touch /var/log/wtmp /var/run/utmp /var/log/btmp
73a22f8
chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
0bb4cef
chmod 664 /var/log/wtmp /var/run/utmp
0bb4cef
chmod 600 /var/log/btmp
cvsdist e9944ad
c8b6ec7
/sbin/chkconfig --add netfs
c8b6ec7
/sbin/chkconfig --add network
104729c
/sbin/chkconfig --add netconsole
cvsdist e9944ad
cvsdist e9944ad
%preun
cvsdist e9944ad
if [ $1 = 0 ]; then
cvsdist adef00b
  /sbin/chkconfig --del netfs
cvsdist adef00b
  /sbin/chkconfig --del network
104729c
  /sbin/chkconfig --del netconsole
cvsdist e9944ad
fi
cvsdist e9944ad
cvsdist 46a7d5b
%triggerun -- initscripts < 7.62
c5d3928
/sbin/chkconfig --del random
cvsdist 46a7d5b
/sbin/chkconfig --del rawdevices
cvsdist 4e01428
exit 0
cvsdist e9944ad
cvsdist e9944ad
%clean
cvsdist e9944ad
rm -rf $RPM_BUILD_ROOT
cvsdist e9944ad
ce6f427
%files -f %{name}.lang
cvsdist e9944ad
%defattr(-,root,root)
cvsdist e9944ad
%dir /etc/sysconfig/network-scripts
cvsdist e9944ad
%config(noreplace) %verify(not md5 mtime size) /etc/adjtime
cvsdist e9944ad
%config(noreplace) /etc/sysconfig/init
104729c
%config(noreplace) /etc/sysconfig/netconsole
f45f8c2
%config(noreplace) /etc/sysconfig/readonly-root
cvsdist e9944ad
/etc/sysconfig/network-scripts/ifdown
7a466d0
/sbin/ifdown
c0124b7
/etc/sysconfig/network-scripts/ifdown-post
cvsdist e9944ad
/etc/sysconfig/network-scripts/ifup
7a466d0
/sbin/ifup
cvsdist e9944ad
%dir /etc/sysconfig/console
7128cf7
%dir /etc/sysconfig/modules
cvsdist 40c6c4f
%dir /etc/sysconfig/networking
cvsdist 40c6c4f
%dir /etc/sysconfig/networking/devices
cvsdist 40c6c4f
%dir /etc/sysconfig/networking/profiles
cvsdist 40c6c4f
%dir /etc/sysconfig/networking/profiles/default
c0124b7
/etc/sysconfig/network-scripts/network-functions
c0124b7
/etc/sysconfig/network-scripts/network-functions-ipv6
c0124b7
/etc/sysconfig/network-scripts/init.ipv6-global
c0124b7
/etc/sysconfig/network-scripts/ifcfg-lo
c0124b7
/etc/sysconfig/network-scripts/ifup-ipx
c0124b7
/etc/sysconfig/network-scripts/ifup-post
c0124b7
/etc/sysconfig/network-scripts/ifdown-ppp
c0124b7
/etc/sysconfig/network-scripts/ifdown-sl
c0124b7
/etc/sysconfig/network-scripts/ifup-ppp
c0124b7
/etc/sysconfig/network-scripts/ifup-sl
c0124b7
/etc/sysconfig/network-scripts/ifup-routes
c0124b7
/etc/sysconfig/network-scripts/ifdown-routes
c0124b7
/etc/sysconfig/network-scripts/ifup-plip
c0124b7
/etc/sysconfig/network-scripts/ifup-plusb
c0124b7
/etc/sysconfig/network-scripts/ifup-bnep
c0124b7
/etc/sysconfig/network-scripts/ifdown-bnep
c0124b7
/etc/sysconfig/network-scripts/ifup-eth
c0124b7
/etc/sysconfig/network-scripts/ifdown-eth
c0124b7
/etc/sysconfig/network-scripts/ifup-ipv6
c0124b7
/etc/sysconfig/network-scripts/ifdown-ipv6
c0124b7
/etc/sysconfig/network-scripts/ifup-ipsec
c0124b7
/etc/sysconfig/network-scripts/ifdown-ipsec
c0124b7
/etc/sysconfig/network-scripts/ifup-sit
c0124b7
/etc/sysconfig/network-scripts/ifdown-sit
c0124b7
/etc/sysconfig/network-scripts/ifup-tunnel
c0124b7
/etc/sysconfig/network-scripts/ifdown-tunnel
c0124b7
/etc/sysconfig/network-scripts/ifup-aliases
c0124b7
/etc/sysconfig/network-scripts/ifup-ippp
c0124b7
/etc/sysconfig/network-scripts/ifdown-ippp
c0124b7
/etc/sysconfig/network-scripts/ifup-wireless
cvsdist 40c6c4f
/etc/sysconfig/network-scripts/ifup-isdn
cvsdist 40c6c4f
/etc/sysconfig/network-scripts/ifdown-isdn
211c0ca
/etc/sysconfig/network-scripts/net.hotplug
cvsdist edbf9f0
%ifarch s390 s390x
c0124b7
/etc/sysconfig/network-scripts/ifup-ctc
c0124b7
/etc/sysconfig/network-scripts/ifup-iucv
cvsdist edbf9f0
%endif
c0124b7
%config(noreplace) /etc/networks
f45f8c2
/etc/rwtab
f45f8c2
%dir /etc/rwtab.d
ffe76f6
/etc/statetab
ffe76f6
%dir /etc/statetab.d
912507e
%if with_upstart
f3ad963
%config(noreplace) /etc/event.d/*
912507e
%endif
cvsdist e9944ad
%config /etc/X11/prefdm
cvsdist 76f651c
%config(noreplace) /etc/inittab
cvsdist e9944ad
%dir /etc/rc.d
cvsdist e9944ad
%dir /etc/rc.d/rc[0-9].d
cvsdist e9944ad
%config(missingok) /etc/rc.d/rc[0-9].d/*
cvsdist e9944ad
/etc/rc[0-9].d
cvsdist e9944ad
/etc/rc
cvsdist e9944ad
%dir /etc/rc.d/init.d
cvsdist e9944ad
/etc/rc.local
cvsdist e9944ad
/etc/rc.sysinit
c0124b7
/etc/rc.d/init.d/*
c0124b7
/etc/rc.d/rc
cvsdist e9944ad
%config(noreplace) /etc/rc.d/rc.local
c0124b7
/etc/rc.d/rc.sysinit
cvsdist e9944ad
%config(noreplace) /etc/sysctl.conf
3267a06
%exclude /etc/profile.d/debug*
8bc7e95
/etc/profile.d/*
cvsdist e9944ad
/usr/sbin/sys-unconfig
cvsdist e9944ad
/sbin/setsysfont
cvsdist e9944ad
/bin/doexec
cvsdist e9944ad
/bin/ipcalc
cvsdist e9944ad
/bin/usleep
cvsdist e9944ad
%attr(4755,root,root) /usr/sbin/usernetctl
cvsdist e9944ad
/sbin/consoletype
fe224a7
/sbin/fstab-decode
cvsdist b89e86b
/sbin/genhostid
cvsdist e9944ad
/sbin/getkey
bd2effc
/sbin/securetty
cvsdist e9944ad
%attr(2755,root,root) /sbin/netreport
b660878
/sbin/initlog
c0124b7
/lib/udev/rules.d/*
c0c4a8c
/lib/udev/rename_device
4ff7c56
/lib/udev/console_init
f3ad963
/lib/udev/console_check
4c2eb26
%ifarch s390 s390x
4c2eb26
/lib/udev/ccw_init
4c2eb26
%endif
cvsdist e9944ad
/sbin/service
cvsdist e9944ad
/sbin/ppp-watch
cvsdist e9944ad
%{_mandir}/man*/*
cvsdist e9944ad
%dir %attr(775,root,root) /var/run/netreport
cvsdist 40c6c4f
%dir /etc/ppp
cvsdist 76f651c
%dir /etc/ppp/peers
c0124b7
/etc/ppp/ip-up
c0124b7
/etc/ppp/ip-down
c0124b7
/etc/ppp/ip-up.ipv6to4
c0124b7
/etc/ppp/ip-down.ipv6to4
c0124b7
/etc/ppp/ipv6-up
c0124b7
/etc/ppp/ipv6-down
c0124b7
%config(noreplace) /etc/initlog.conf
2f5206b
%dir /etc/NetworkManager
2f5206b
%dir /etc/NetworkManager/dispatcher.d
2f5206b
/etc/NetworkManager/dispatcher.d/00-netreport
bd2effc
/etc/NetworkManager/dispatcher.d/05-netfs
912507e
%doc sysconfig.txt sysvinitfiles ChangeLog static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6 COPYING README-event.d
f45f8c2
/var/lib/stateless
0bb4cef
%ghost %attr(0600,root,utmp) /var/log/btmp
cvsdist e9944ad
%ghost %attr(0664,root,utmp) /var/log/wtmp
cvsdist e9944ad
%ghost %attr(0664,root,utmp) /var/run/utmp
cvsdist e9944ad
3267a06
%files -n debugmode
c0124b7
%defattr(-,root,root)
3267a06
%config(noreplace) /etc/sysconfig/debug
8bc7e95
/etc/profile.d/debug*
3267a06
cvsdist e9944ad
%changelog
f0251ff
* Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
f0251ff
- add some error handling/hiding to netfs NM dispatcher script (#469197)
f0251ff
- halt: fix code that causes a syntax error on multiple sound cards (#469156)
f0251ff
- require a new enough udev version to handle where we put the rules
f0251ff
- exit 0 in /etc/rc.d/rc (#469050)
f0251ff
- don't set up encrypted devices that have already been set up under different
f0251ff
  names (#462371, <wwoods@redhat.com>)
f0251ff
- accept either the '+<addr>', or comma-separated addresses for arp_ip_target. (#467954,
f0251ff
  <darcy.sherwood@gmail.com>)
f0251ff
- translation updates: hu, kn, ko, ml, sr, sr@latin
f0251ff
8bc7e95
* Tue Oct 14 2008 Bill Nottingham <notting@redhat.com> - 8.84-1
8bc7e95
- override Arabic, Persian, and Hebrew on the console (<alsadi@ojuba.org>)
8bc7e95
- explicitly run mdadm on boot to catch degraded arrays. (<dledford@redhat.com>)
8bc7e95
- fix setting of console font/map (#458362, <ak@sensi.org>)
8bc7e95
- translations updates: hi, kn, nb, sk, sv, ta
8bc7e95
c0124b7
* Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 8.83-1
c0124b7
- various merge review fixes (#225900)
8bc7e95
  Notably: init scripts/network scripts are no longer %%config
c0124b7
- remove some extraneous device-mapper initialization
c0124b7
- use pidfile in status before calling pidof (#463205)
c0124b7
- use plymouth directly, not the rhgb-client wrapper
c0124b7
- move bridging after bonding (#449950, <djuran@redhat.com>)
c0124b7
- use alsactl to save sound settings. (#462677, <jkysela@redhat.com>)
c0124b7
- quit plymouth differently (<rstrode@redhat.com>)
c0124b7
- make sure we don't try and spawn a repair shell when there's no
c0124b7
  tty (#463161)
c0124b7
- move udev rules to /lib
c0124b7
- stateless updates (#433702, <harald@redhat.com>)
c0124b7
- call logger with a full path (#447928, <harald@redhat.com>)
c0124b7
- translation updates: as, bn_IN, ca, cz, de, es, fi, fr, gu, it, ja,
c0124b7
  lv, mr, nl, or, pa, pl, pt_BR, ru, te, zh_TW
c0124b7
4582be3
* Wed Sep 10 2008 Bill Nottingham <notting@redhat.com> - 8.82-1
4582be3
- refresh translation strings
4582be3
- plymouth updates. (#460702, <rstrode@redhat.com>)
4582be3
- translation updates: fi, lv, no
4582be3
- remove duplicate dependency (#465182)
4582be3
- ifup-eth: Change how we set the zeroconf route. (#239609)
4582be3
- ifup*: Use 0.0.0.0/0, not 0/0. (#460580)
4582be3
ab23bbf
* Fri Aug 29 2008 Bill Nottingham <notting@redhat.com> - 8.81-1
ab23bbf
- rc.sysinit: Don't use -L in find (#458652, #458504, CVE-2008-3524)
ab23bbf
- ifup: kill more code from loopback bringup
ab23bbf
3267a06
* Tue Jul 29 2008 Bill Nottingham <notting@redhat.com> - 8.80-1
3267a06
- Fix translation typo (#455804, <ruslanpisarev@gmail.com>)
3267a06
- Turn off syncookies
3267a06
- Cleanups for proper plymouth support
3267a06
- Move the mcheck code to a debugmode package, make it more generic
3267a06
22127a8
* Mon Jul 14 2008 Bill Nottingham <notting@redhat.com> - 8.79-1
22127a8
- fix mcheck stuff to be installed correctly
22127a8
- don't do an arping check for loopback interfaces
22127a8
- console_init: don't wait (<arjan@infradead.org>)
22127a8
- rc: clean up extraneous set -x noise
22127a8
- remove references to static dmraid/multipath binaries (#453987)
22127a8
- translation updates: lv
22127a8
3237568
* Fri Jun 20 2008 Bill Nottingham <notting@redhat.com> - 8.78-1
3237568
- fix mounting of /dev/pts
3237568
eb93bd6
* Thu Jun 19 2008 Bill Nottingham <notting@redhat.com> - 8.77-1
c2d1ffd
- NMDispatcher/05-netfs: fix check for default route (#445509)
eb93bd6
- service: don't set $LANG, rely on it to inherit from system locales (#422141)
eb93bd6
- init.d/functions: fix resolve_dm_raid() for older dmraid configs
eb93bd6
- Don't unmount sysfs in halt. (#446292)
eb93bd6
- rc.sysinit: don't try to startup crypto if we can't find the device
eb93bd6
- rc.sysinit: don't echo crypto stuff unless we're actually *doing* something
eb93bd6
- ifup: don't try to rename devices - udev rules are the way to go
eb93bd6
- rc.sysinit: fix typo, and don't restorecon on swap, etc. partitions (#448886)
eb93bd6
- set MALLOC_CHECK_ & MALLOC_PERTURB_ if configured (<pjones@redhat.com>)
eb93bd6
- console_init: support SYSFONTACM correctly, and support UNIMAP (#448704,
eb93bd6
  <vvv+fedora@colocall.net>)
eb93bd6
- don't export GRAPHICAL - plymouth is for all modes. also, don't start rhgb
eb93bd6
- fix clock rules to properly handle old-style RTC devices (#447019)
eb93bd6
- translation updates: ko, or, pl
c2d1ffd
a20ed9f
* Fri May  2 2008 Bill Nottingham <notting@redhat.com> - 8.76-1
c15b247
- fix tcsh syntax error (#444998)
a20ed9f
- remove debugging cruft from rcS-sulogin
c15b247
6fe63f1
* Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> - 8.74-1
6fe63f1
- use full path to /sbin/ip in NetworkManagerDispatcher script (#444378)
6fe63f1
- lang.{sh,csh}: read only user customization if LANG is already set (#372151)
6fe63f1
912507e
* Fri Apr 25 2008 Bill Nottingham <notting@redhat.com> - 8.73-1
912507e
- move event-compat-sysv events here, obsolete it
912507e
- fix ctrl-alt-del during rc.sysinit (#444050)
912507e
- fix 'telinit X' from single-user mode (#444001)
912507e
2be1f54
* Thu Apr 24 2008 Bill Nottingham <notting@redhat.com> - 8.72-1
2be1f54
- don't have a S99single when using upstart (#444001, indirectly)
2be1f54
dc2a87a
* Wed Apr 23 2008 Bill Nottingham <notting@redhat.com> - 8.71-1
dc2a87a
- adjust to gdm using LANG instead of GDM_LANG (#372151, <rstrode@redhat.com>)
dc2a87a
- rework netfs' check for networking availability to properly handle both network
dc2a87a
  and NetworkManager
dc2a87a
6cdbc44
* Tue Apr 15 2008 Bill Nottingham <notting@redhat.com> - 8.70-1
6cdbc44
- find is now in /bin. Use it. (#192991, #239914, #244941, #442178)
6cdbc44
- require event-compat-sysv for now (#442291)
6cdbc44
- fix serial event to wait properly
6cdbc44
- handle encrypted LVs properly (#441728)
6cdbc44
- add a sit tunnel type (#441635)
6cdbc44
- translation updates: ru
6cdbc44
a8e1517
* Tue Apr  8 2008 Bill Nottingham <notting@redhat.com> - 8.69-1
a8e1517
- Bring up lo whenever it shows up, not just in network/NM
a8e1517
- fix shutdown-related oddities (#438444)
a8e1517
- translation updates: el, sr, sr@latin, sv
a8e1517
bd2effc
* Fri Apr  4 2008 Bill Nottingham <notting@redhat.com> - 8.68-1
bd2effc
- netfs: umount 'ncp' filesystems as well (#437117)
bd2effc
- improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>)
bd2effc
- fix consoletype environment leak (#439546)
bd2effc
- ifdown-eth: make sure NEWCONFIG exists before grepping for it (#390271, continued)
bd2effc
- console_check: always open with NONBLOCK, clear the serial structs first,
bd2effc
  handle non-16550 ports (<dwmw2@infradead.org>)
bd2effc
- halt: don't use /etc/sysconfig/clock (#438337)
bd2effc
- ifup: don't attempt to re-enslave already-enslaved devices (#440077)
bd2effc
- netfs: run as a NetworkManagerDispatcher script (#439242)
bd2effc
- netfs: remove $local_fs from the list of provides (making it implicitly provided
bd2effc
  by booting)
bd2effc
- serial: add a crude hack to wait for runlevels to finish (#437379)
bd2effc
- serial: frob /etc/securetty when necessary (#437381)
bd2effc
- add a upstart-specific inittab
bd2effc
- translation updates: as, bn_IN, cs, de, es, fi, fr, gu, hi, it, ja, kn, ml, mr, nb,
bd2effc
  nl, pa, pl, pt_BR, ru, sk, sr, ta, te, zh_CN
4aaacfa
d6acba0
* Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.67-1
d6acba0
- actually, don't
d6acba0
0c771dc
* Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.66-1
0c771dc
- use upstart to start rhgb (#433156, <cdahlin@ncsu.edu>)
0c771dc
f3ad963
* Mon Mar 10 2008 Bill Nottingham <notting@redhat.com> - 8.65-1
f3ad963
- Add a serial console udev/upstart handler (#434764, indirectly)
f3ad963
- Add some upstart notification for sysv scripts (modified from <cjdahlin@ncsu.edu>, #431231)
f3ad963
- Handle _rnetdev correctly (#435358, <pjones@redhat.com>)
f3ad963
- various minor speedups (<arjan@infradead.org>)
f3ad963
- translation updates: el, fr
f3ad963
- disable network by default, in favor of NetworkManager
f3ad963
4ff7c56
* Tue Feb 26 2008 Bill Nottingham <notting@redhat.com> - 8.64-1
4ff7c56
- Add a console_init udev helper to do console initialization
9173a49
- add /sbin/pidof requirement (#434863)
9173a49
2f5206b
* Fri Feb  1 2008 Bill Nottingham <notting@redhat.com> - 8.63-1
2f5206b
- don't start RAID arrays in rc.sysinit, that's done by udev (corollary of #429604)
2f5206b
- add a NetworkManager-dispatcher script that does netreport on interface changes
2f5206b
- use udev rules to set the clock, avoiding issues with modular rtcs (#290731)
2f5206b
43dcf2f
* Mon Jan 21 2008 Bill Nottingham <notting@redhat.com> - 8.62-1
43dcf2f
- rc.d/rc.sysinit: fix syntax error (#429556)
43dcf2f
- migrate sr@Latn -> sr@latin (<kmilos@gmail.com>)
43dcf2f
c5d8010
* Fri Jan 18 2008 Bill Nottingham <notting@redhat.com> - 8.61-1
c5d8010
- use lvm, not lvm.static (#429222)
c5d8010
- ifup-eth: don't do something odd if we find a mac address that
c5d8010
  matches the user-set MACADDR (#251415)
c5d8010
- rc.sysinit: fix root fs check to catch 'rw,ordered,noatime,etc.' properly
c5d8010
  (#334171)
c5d8010
- rc.sysinit: Use proper invocations for authconfig, system-config-network
c5d8010
  (#426372, #428202)
c5d8010
- service: handle unreadable scripts (#427767)
c5d8010
- initscripts.spec: add requirements for stateless
c5d8010
- fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>)
c5d8010
- rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291)
c5d8010
- minor stateless fixes
c5d8010
- Makefile cleanups (from OLPC, <cscott@cscott.net>)
c5d8010
- translation updates: fr, ru, nb
c5d8010
- don't endelessly loop on ifdown (#390271)
c5d8010
- rc.sysinit: - fix encrypted swap partitions with random key
c5d8010
  (<harald@redhat.com>)
c5d8010
273d6d0
* Tue Oct  9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1
273d6d0
- don't chvt with rhgb - just kill it when needed
273d6d0
aa4de96
* Mon Oct  8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1
aa4de96
- rc.sysinit: fix rhgb check
aa4de96
- prefdm: add wdm section (#248087)
aa4de96
- init.d/functions, halt: clean up some extraneous delays (#219816)
aa4de96
- ifup-wireless: set mode before bringing link up (#254046, <linville@redhat.com>)
aa4de96
- translation updates: pt_BR, hr
aa4de96
e9b951c
* Fri Oct  5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1
e9b951c
- revert kernel conflict so that xen can still work (#319401)
e9b951c
- rename_device, 60-net.rules: only suggest an interface name (part of #264901)
e9b951c
- require newer udev for persistent net rules (part of #264901)
e9b951c
- don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219)
e9b951c
- genhostid: fix for 64-bit systems (#306811)
aa4de96
- more bash matching fixes (#220087)
e9b951c
- translation updates: is, nb
bd65e56
c05419e
* Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1
aa4de96
- work around upstream bash changes (#220087, modified from <nvigier@mandriva.com>)
c05419e
- init.d/network: add Should-Start for firewall services
c05419e
- ifup-eth: handle arp_ip_target separately (#288151, <agospoda@redhat.com>)
c05419e
- rc.sysinit: remove rc.serial support - should be udev rules
c05419e
- rc.sysinit: remove acpi module loading - now supported by the kernel automatically
c05419e
- fix en_GB translation (#271201)
c05419e
- translation updates: as, bn_IN, bg, ca, cs, de, el, es, fi, gu, hi, it, ja, ko, kn, ml,
c05419e
  mr, nb, nl, pa, pl, pt, pt_BR, ro, sl, sr, sr@Latn, sv, ta, te, zh_CN
c05419e
c0124b7
* Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 8.56-1
339b01b
- rename_device: fix open() call
caf8c53
- rc.sysinit: optimize out some excess greps (<harald@redhat.com>)
caf8c53
- halt: support newer nut syntax, conflict with old versions (#252973, <tsmetana@redhat.com>)
caf8c53
- fix buildreq from popt -> popt-devel
caf8c53
 - newer popt is in /lib|/lib64 - require it, and link dynamically
caf8c53
- rc.sysinit: added support for cryptsetup-uuids (bug #242078, <harald@redhat.com>)
caf8c53
- netconsole: fix status(), assorted other cleanups
caf8c53
- translation updates: fr, ro, sk
7670cea
eaa559a
* Fri Jul 27 2007 Bill Nottingham <notting@redhat.com>
eaa559a
- add /etc/networks (#239602)
eaa559a
- rc.sysinit: fix quotacheck, remove obsolete convertquota (#249003, <tometzky@batory.org.pl>)
eaa559a
- rc.sysinit: add gfs2 to the 'don't mount here' list (#248985)
eaa559a
- netfs: check for rpcbind, not portmap (#245595)
eaa559a
- ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
eaa559a
- translation updates: cy, en_GB, mk, ml, ms, pl, sk, ta, zh_CN
eaa559a
eaa559a
* Tue Jul 17 2007 Nils Philippsen <nphilipp@redhat.com>
eaa559a
- avoid calling unicode_start unnecessarily often during startup/shutdown which
eaa559a
  causes certain monitor/video card combos to flicker heavily (#237839)
eaa559a
ff60b9a
* Tue May 15 2007 Bill Nottingham <notting@redhat.com> 8.54-1
ff60b9a
- translation updates: as, bg, cs, ja, ms
ff60b9a
- redirect bogus errors from cryptsetup to /dev/null <karsten@redhat.com>
ff60b9a
b455cd4
* Thu Apr 19 2007 Bill Nottingham <notting@redhat.com> 8.53-1
b455cd4
- init.d/halt: use sound saving wrapper from alsa-utils, conflict with
b455cd4
  older versions (#236916)
b455cd4
- usernetctl: drop user gid (#229372)
b455cd4
- translation updates: ta, pt_BR, nb, as, hi, de
b455cd4
104729c
* Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> 8.52-1
104729c
- lang.sh: fix locales where SYSFONT is not the default (#229996)
104729c
- ifup-wireless: properly quote arguments (#234756)
104729c
- readonly-root: add options for mounting state (#234916)
104729c
- rwtab: updates (#219339, <law@redhat.com>)
104729c
- add netconsole init script (#235952)
104729c
- disable link checking when PERSISTENT_DHCLIENT is set (#234075)
104729c
- restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>)
104729c
- ifup-post: only use the first address (#230157, <michal@harddata.com>)
104729c
- ifup-ipsec: allow overriding of my_identifier (#229343, <cmadams@hiwaay.net>)
104729c
- ifup-wireless: set link up before itweaking wireless parameters (#228253)
104729c
- rc.sysinit: restorecon on mount points when relabeling (#220322)
104729c
- init.ipv6-global: cleanup & optimize sysctl usage (#217595)
104729c
- ifup-eth: support ETHTOOL_OPTS on bridge devices (#208043, <bbaetz@acm.org>)
104729c
- network-functions-ipv6: as we don't use NETWORKING_IPV6, silence errors (#195845)
104729c
- fix description (#229919)
104729c
- translation updates
104729c
d49ed7c
* Fri Feb 23 2007 Bill Nottingham <notting@redhat.com> 8.51-1
d49ed7c
- fix 'Fedora Fedora' in rc.sysinit
d49ed7c
- halt: use kexec -x to not shut down network (#223932, <mchristi@redhat.com>)
d49ed7c
- network_functions: fix is_bonding_device logic (#229643)
d49ed7c
- translation updates: nb
d49ed7c
1837403
* Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> 8.50-1
1837403
- lang.csh, lang.sh: if $LANG is set, don't override it (#229102)
1837403
- initlog.1: fix man page formatting (<esr@thyrsus.com>)
1837403
- network-functions: simplify bonding test (#215887, <herbert.xu@redhat.com>)
1837403
- fix ifup-post when lookup fails (#220318, <hiroshi.fujishima+redhat@gmail.com>)
1837403
- add bridging docs (#221412, <markmc@redhat.com>)
1837403
- release bonding slaves properly (#220525)
1837403
- fix ppp-watch with ONBOOT=yes (#216749)
1837403
- support VLAN_PLUS_VID_NO_PAD (#222975, #223011)
1837403
- remove NETWORKING_IPV6; to disable, use a modprobe rule
1837403
- translation updates: ms, de, el, pt_BR, fi, bs, sr, it, ko
1837403
a0d2d5b
* Tue Dec 19 2006 Bill Nottingham <notting@redhat.com> 8.49-1
a0d2d5b
- rc.sysinit: remove raidautorn (#219226)
a0d2d5b
- ifup-eth: set MACADDR, MTU before initializing bonding slaves, etc (#218792)
a0d2d5b
- translation updates: mr, ms, hi, te, ml
a0d2d5b
9c95f61
* Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.48-1
9c95f61
- add a step to rename any temporarily renamed devices (#208740, #214817)
9c95f61
- make sure network modules don't get accidentally reloaded (#211474)
9c95f61
- rc.sysinit: fix dmraid test (#216334)
9c95f61
- init.d/halt: don't unmount network filesystems
9c95f61
- ipsec: Add a way to manually manage racoon.conf (#159343, <mitr@redhat.com>)
9c95f61
- sysconfig.txt: Document ~/.i18n (#199323, <mitr@redhat.com>)
9c95f61
- some translation updates
9c95f61
292656c
* Mon Nov  6 2006 Bill Nottingham <notting@redhat.com> 8.47-1
292656c
- lang.{sh,csh}: handle sinhalese as well in CJKI clauses (#212438)
292656c
- rc.sysinit: add '--auto=yes' to mdadm invocation (#213671)
292656c
- rename_device: fix incorrect handling of .bak files
292656c
- mount tmpfs with -n (#213132)
292656c
- various SUBCHANNELS related s390 fixage (#204803)
292656c
- lang.{sh,csh}: support iso-8859-8 (#212738, <matan@svgalib.org>)
292656c
ffe76f6
* Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1
ffe76f6
- ifup-eth: restorecon on moved lease file
ffe76f6
- rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
ffe76f6
- revert early-login support (#210836, essentially)
ffe76f6
- blacklist CJKI on the virtual console (#120819)
ffe76f6
- rc.sysinit: use dmraid.static (#211297)
ffe76f6
- use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
ffe76f6
- use /etc/statetab, /etc/statetab.d for local state (#211839, <markmc@redhat.com>)
ffe76f6
- fix or_IN and similar locales (#212219)
ffe76f6
- use SUBCHANNELS as the primary key for s390 network devices (#204803)
ffe76f6
- translation updates
c203b73
a5fa7d5
* Fri Oct  6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
a5fa7d5
- lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
a5fa7d5
  (reverts: #186961; fixes #209469)
a5fa7d5
- translation updates: ms
a5fa7d5
10d66cc
* Wed Oct  4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
10d66cc
- separate tmpfs-usage for state from readonly-root
10d66cc
- set keymap correctly in non-utf8 locale (#167363)
10d66cc
- setsysfont: run unicode_stop if in non-unicode locale
10d66cc
- lang.csh/lang.sh: set iutf8 if appropriate (#186961)
10d66cc
- lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
10d66cc
- rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
10d66cc
- rwtab: fix iscsi file location (#208864)
10d66cc
- translation updates: el, da, as, or
76da76b
- fix stateless updates (#206331, <law@redhat.com>)
10d66cc
4c2eb26
* Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
4c2eb26
- move ccwgroup initialization to a udev rule (should fix #199139,
4c2eb26
  #199655, #169161)
4c2eb26
- init.d/functions: don't write to gdmfifo
4c2eb26
- remove unused-since-RHL-7 consolechars code, update docs (#206106)
4c2eb26
- stateless updates (#206331, <law@redhat.com>)
4c2eb26
- translation updates (el, ms, hr, sl)
4c2eb26
f2b43e7
* Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
f2b43e7
- run rc.sysinit, /etc/rc in monitor mode (part of #184340)
f2b43e7
- use a better check for 'native' services (#190989, #110761, adapted
f2b43e7
  from <matthias@rpmforge.net>)
c0124b7
 
e47919b
* Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
e47919b
- fix network ipv6 hang (#207137, others)
e47919b
- rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab
e47919b
- rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>)
e47919b
- sysconfig.txt: clarify onboot/onparent usage
e47919b
a78bbb1
* Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1
a78bbb1
- translation updates
a78bbb1
- rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device
a78bbb1
  name to avoid any realistic namespace clashes
a78bbb1
- rc.sysinit: set default affinity if specified on commandline (#203359)
a78bbb1
- always pass path to '.' (#206035)
a78bbb1
- run setsysfont, loadkeys always when /dev/tty{0,1} exist (#150769)
a78bbb1
- allow going to a shell when system is shut down cleanly (from <dwalsh@redhat.com>)
a78bbb1
c8b6ec7
* Tue Sep  5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
c8b6ec7
- translation updates
c8b6ec7
- Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
c8b6ec7
- make /dev/mapper/control ourselves (<pjones@redhat.com>)
c8b6ec7
- init.d/network: simplify 'status' call
c8b6ec7
- fix actual 169.254 networks (#203591)
c8b6ec7
- rc.sysinit: don't run vgscan (#191879)
c8b6ec7
- init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>)
c8b6ec7
- rc.sysinit: catch more dmraid errors (#200683)
c8b6ec7
- support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
c8b6ec7
  <lv@lekv.de>)
c8b6ec7
- IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
c8b6ec7
ce6f427
* Tue Aug  1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
ce6f427
- translation updates
ce6f427
- bring down bonding slaves on ifdown (#199706)
ce6f427
- support LINKDELAY for dhcp (#191137)
ce6f427
- netfs: run multipath on netdev devices (#180977)
ce6f427
- halt: use /proc/mounts instead of /etc/mtab (#198426, <mitr@redhat.com>)
ce6f427
- rc.sysinit: fix getkey race (#191453, <mitr@redhat.com>)
ce6f427
- spec cleanups (#188614, <kloczek@rudy.mif.pg.gda.pl>)
ce6f427
- support aliases on vlan (#193133, <mitr@redhat.com>)
ce6f427
- clean up ifcfg file handling (<mitr@redhat.com>, <michal@harddata.com>)
ce6f427
- GRE and IPIP tunnel support (#168990, <mitr@redhat.com>,
ce6f427
  <razvan.vilt@linux360.ro>, <aaron.hope@unh.edu>, <sean@enertronllc.com>)
ce6f427
- rc.sysinit: don't format encrypted swap always (#127378)
ce6f427
- don't try to add routes to alias devices (#199825, #195656)
ce6f427
fd4fca8
* Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.37-1
fd4fca8
- update translations
fd4fca8
7a466d0
* Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.36-1
7a466d0
- rework automatic swapon - only run if AUTOSWAP=yes, and fix errors
7a466d0
  (#198695, #196179, #196208)
7a466d0
- redo single so it starts last in runlevel 1, and doesn't kill/start
7a466d0
  services itself
7a466d0
- add configurable delay for killproc() (#198429, <jorton@redhat.com>)
7a466d0
- fix loop in rename_device (#199242, <markmc@redhat.com>)
7a466d0
- rc.sysinit: stateless updates (#197972, <law@redhat.com>)
7a466d0
- support for copying dhcp leases from initramfs (#198601, <markmc@redhat.com>)
7a466d0
- readonly-root: SELinux works now in the kernel, allow it
7a466d0
- init.d/network: don't bring down network if root is on a network device
7a466d0
- init.d/halt: don't use -i to halt; causes problems with iscsi
7a466d0
- add support for routing rule-$device (#132252, <mitr@redhat.com>)
7a466d0
- fix rhgb output (#192604, <tonynelson@georgeanelson.com>)
7a466d0
- fix crypttab options for LUKS (#197656, <mitr@redhat.com>)
7a466d0
- ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>)
7a466d0
- ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)
7a466d0
- rename_device: ignore alias devices, fix race (#186355)
c0124b7
- ifup/ifdown: don't mark as %%config
7a466d0
- rwtab: some additions/cleanup
7a466d0
f98c426
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
f98c426
- readonly root enhancments (modified from <law@redhat.com>, #193164)
f98c426
- encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
f98c426
- clarify killproc usage (#193711, <mitr@redhat.com>)
f98c426
- document BRIDGE= (#192576, <mitr@redhat.com>)
f98c426
- rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
f98c426
fe224a7
* Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
fe224a7
- link glib2 dynamically now that it's in /lib, conflict with older
fe224a7
  versions
fe224a7
- handle cups specially when cleaning /var (#189168)
fe224a7
- remove ifdown-aliases (<mitr@redhat.com>)
fe224a7
- ifup-ipsec: fix key handling when only one of AH or ESP is used
fe224a7
  (#166257, <mituc@iasi.rdsnet.ro>)
fe224a7
- IPv6 updates, including RFC 3041 support (<pb@bieringer.de>)
fe224a7
- routing fixes, add METRIC support for default routes (#124045, <mitr@redhat.com>)
fe224a7
- fix handling of mount points with white space (#186713, <mitr@redhat.com>)
fe224a7
f45f8c2
* Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1
f45f8c2
- support for readonly root
f45f8c2
- rc.sysinit: remove call to zfcpconf.sh - that should be udev rules
f45f8c2
- ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>)
f45f8c2
- rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>)
f45f8c2
c0c4a8c
* Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1
c0c4a8c
- netfs: fix redirect (#187505)
c0c4a8c
- rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>)
c0c4a8c
- functions/pidof: various fixes (#182623, others <mitr@redhat.com>)
c0c4a8c
- add support for DHCP on bridges (#125259, <mitr@redhat.com>,
c0c4a8c
  anders@kaseorg.com>)
c0c4a8c
- rc.sysinit: use pidof, not killall (#185429, <pjones@redhat.com>)
c0c4a8c
- ppp fixes (#129195, #163950, #92023, <mitr@redhat.com>, <avi@argo.co.il>)
c0c4a8c
- ifup/ifdown: unset $WINDOW (#174336, <mitr@redhat.com>)
c0c4a8c
c0c4a8c
* Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1
c0c4a8c
- add udev helper to rename network devices on device creation
c0c4a8c
eede665
* Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1
eede665
- fix context of /dev/pts (#185436)
eede665
- translation updates
eede665
49bfd29
* Sun Mar  5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
49bfd29
- fix kexec support (<jmoyer@redhat.com>)
49bfd29
- translation updates
49bfd29
a1e0ebc
* Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
a1e0ebc
- hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
a1e0ebc
- fix endless loops in ifup/ifdown (#177792, #182466)
a1e0ebc
- fix enabling of enforcing SELinux mode after relabel (#181893)
a1e0ebc
- remove debugging code from ifup-bnep
a1e0ebc
- add /proc, /sys mounting back to rc.sysinit
a1e0ebc
  Note: booting without an initrd is deprecated
a1e0ebc
- translation updates
a1e0ebc
620c06c
* Tue Feb 14 2006 Peter Jones <pjones@redhat.com> 8.29-1
620c06c
- scrub another possible error message from dmraid output
620c06c
46c834b
* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.28-1
46c834b
- kill nash-hotplug before starting udev (<pjones@redhat.com>)
46c834b
- silence warnings on /dev/pts remount (<pjones@redhat.com>)
46c834b
- more translation updates
46c834b
71f87da
* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1
71f87da
- translation updates
71f87da
- lang.sh: revert fix for #176832, it's broken
71f87da
- ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>)
ff46f1c
247f5ee
* Tue Feb  7 2006 Bill Nottingham <notting@redhat.com> 8.26-1
247f5ee
- revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change
247f5ee
- add some ugly hacks to make sure net hotplug doesn't run after unclean
247f5ee
  shutdown (#177795)
247f5ee
- don't mount /sys and /proc in rc.sysinit - the initrd already does
247f5ee
  (<pjones@redhat.com>)
247f5ee
- halt: try to unmount tmpfs filesystems before swapoff (#174000,
247f5ee
  <mitr@redhat.com>)
247f5ee
bb3dcc9
* Thu Feb  2 2006 Bill Nottingham <notting@redhat.com> 8.25-1
bb3dcc9
- ifup: don't run the arping check if the address is already on the device
bb3dcc9
59a4077
* Wed Feb  1 2006 Bill Nottingham <notting@redhat.com> 8.24-1
59a4077
- init.d/functions: fix sendmail startup
59a4077
- sysconfig.txt: fix typos (<mitr@redhat.com>)
59a4077
49507c5
* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 8.23-1
49507c5
- rc.sysinit: do a better job of not activating already active dmraids
49507c5
bb30fa1
* Tue Jan 31 2006 Bill Nottingham <notting@redhat.com> 8.22-1
bb30fa1
- remove references to /usr/X11R6/bin (#177938)
bb30fa1
- rc.sysinit: fix SELinux message formatting (#178532)
bb30fa1
- rc.sysinit: clean cvs as well (#178539, <ville.skytta@iki.fi>)
bb30fa1
- init.d/halt: move halt.local so that it runs before /  is remounted r/o (#179314)
bb30fa1
- rc.sysinit: don't activate already active dmraids (<pjones@redhat.com>)
bb30fa1
- rc.sysinit: don't mount usbfs, libusb no longer uses it
bb30fa1
- init.d/functions: Add -p to status() (#134363, <mitr@redhat.com>)
bb30fa1
- init.d/functions: Separate /var/run/*.pid handling and pidof calls
bb30fa1
  to private functions (#63440, <mitr@redhat.com>)
bb30fa1
- init.d/functions: update for current LSB, including -p pidfile
bb30fa1
  (#99325, #134363, <mitr@redhat.com>, <tobias.burnus@physik.fu-berlin.de>)
bb30fa1
- getkey: various cleanups, add man page (#54481, <mitr@redhat.com>)
bb30fa1
- lang.sh: don't always call consoletype (<laroche@redhat.com>)
bb30fa1
211c0ca
* Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
211c0ca
- move handling of network hotplug events here, add appropriate udev
211c0ca
  rules, obsolete hotplug
211c0ca
- get rid of some path lookups (#178321, <mclasen@redhat.com>)
211c0ca
- get hwaddrs from sysfs as opposed to ip | sed
211c0ca
- translation updates
211c0ca
- lang.sh: don't run unicode_start for subshells (#176832)
211c0ca
- halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
211c0ca
- add service(8) man page (#44857) <mitr@redhat.com>
211c0ca
8a7f1ad
* Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
8a7f1ad
- remove kmodule. udev handles module loading now
8a7f1ad
- require appropriate udev
8a7f1ad
8a7f1ad
* Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 8.19-1
1cf9d1c
- Require syslog, for alternate implementations thereof (#172885)
1cf9d1c
- Fix fsck invocation for weeding out netdev devices (#175803)
c7e58f7
6ba634d
* Fri Dec  2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
6ba634d
- use new dhclient file paths, add appropriate conflict (#169164)
c0124b7
c5d3928
* Wed Oct  5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
c5d3928
- make sure corefile limiting works for user processes as well
c5d3928
  (#166511, <ville.skytta@iki.fi>)
c5d3928
- ifup-routes: handle no EOF in the route file (#156972)
c5d3928
- rc.sysinit: tweak mesage (#156972)
c5d3928
- ifdown-eth: clean up error message (#135167)
c5d3928
- rc.sysinit: call kpartx on multipath devices (#160227)
c5d3928
- ifup-eth: move wireless options before bridge options (#122801)
c5d3928
- ifup-wireless: silence error (#90601)
c5d3928
- init.d/functions: change translated string (#54682)
c5d3928
8e23692
* Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
8e23692
- fix typo bug
8e23692
f9b1069
* Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
f9b1069
- support proper dial-in configuration, thanks to Peter Bieringer (#158380)
f9b1069
c5d3928
* Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
c5d3928
- kmodule: don't probe for uninteresting devices. speeds things up
c5d3928
- network-functions: deal with broken networks better (#168947)
c5d3928
- rc.sysinit: automatically reboot if labels are really out of date
c5d3928
  (<dwalsh@redhat.com>)
c5d3928
- network-functions: throw out nameif error messages
c5d3928
- rc.sysinit: use multipath.static (#168321)
c5d3928
- rc.sysinit: use ignorelocking (#168195)
c5d3928
11e4f97
* Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
11e4f97
- fix usage of the module blacklist (#168020)
11e4f97
0e3046d
* Fri Sep  9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
0e3046d
- fix on-boot relabelling (<dwalsh@redhat.com>)
8bdd288
ba64b71
* Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
ba64b71
- ifup-eth: fix interface renaming (#158774)
ba64b71
- rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
ba64b71
- remove workaround for the fonts-not-initialized-on-secondary-consoles
ba64b71
  problem (fixed in 2.6.12-rc4 and later)
ba64b71
- setsysfont: correctly bracket systfontacm (#159706)
ba64b71
- rc.sysinit: always use udevsend, even if no modules (#160987)
ba64b71
- ifdown-aliases: add 'cd' to the proper dir (#161170)
ba64b71
- add diskdump restore support (<tuchida@redhat.com>),
ba64b71
  conflict with appropriate diskdumputils
ba64b71
- rc.sysinit: dmraid/multipath support
ba64b71
  - remove LVM1 support
ba64b71
- init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
ba64b71
- ifup-wireless: set rate in quotes (#163123)
ba64b71
- handle lvm & fsck for network block devices (#148764,
ba64b71
  <alewis@redhat.com>)
ba64b71
- initlog: fix invalid free calls,  (#165033), (#163973,<dwalsh@redhat.com>)
ba64b71
- sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
ba64b71
- updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
ba64b71
0bb4cef
* Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
0bb4cef
- fix mis-bringup of interfaces due to accidentally matched HWADDR
0bb4cef
  (a.k.a. ONBOOT=no not working) (#153669, #157252)
0bb4cef
- support automatic relabeling later if rebooted w/o SELinux
0bb4cef
  (<dwalsh@redhat.com>)
0bb4cef
- rc.sysinit: fix fixfiles invocation (#157182)
0bb4cef
- btmp should be 0600 (#156900)
0bb4cef
- translation updates: fr, bg, ru, mk, pa, es
0bb4cef
43993be
* Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 8.10-1
43993be
- fix hang on stale GDM sockets (#156355)
43993be
73a22f8
* Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> 8.09-1
73a22f8
- rc.sysinit: clean up screen sockets (#155969)
73a22f8
- functions: use pidof -c in various functions
73a22f8
- ifup-ppp: fix static routes with ppp demand dialing (#20142,
73a22f8
  <ohrn+redhat@chalmers.se>)
73a22f8
- add btmp support (#155537)
73a22f8
- don't send dhcp hostname (revert of fix for #149667)
73a22f8
- more early-login modifications (<mclasen@redhat.com>)
73a22f8
- functions: fix echo (#155270)
73a22f8
a5f74f7
* Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 8.08-3
a5f74f7
- fix ifup-routes script (#155195)
a5f74f7
a5f74f7
* Mon Apr 18 2005 Florian La Roche <laroche@redhat.com>
a5f74f7
- fix strstr call in rc.sysinit
a5f74f7
7128cf7
* Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 8.08-1
7128cf7
- update translation base
7128cf7
- automatically send hostname for DHCP if it's available and not
7128cf7
  overridden (#149667)
7128cf7
- load user-defined module scripts from /etc/sysconfig/modules at
7128cf7
  boot (#123927)
7128cf7
- halt: reverse sort the mount list, avoiding errors
7128cf7
  (#147254, <jamesodhunt@hotmail.com>)
7128cf7
- ifup-wireless: add SECURITYMODE (#145407)
7128cf7
- network-functions: don't error out if hotplug doesn't exist (#140008)
7128cf7
- ifup: always return errors on trying to bring up nonexistent devices (#131461)
7128cf7
- ifup: fix error message (#143674)
7128cf7
- rc.sysinit: add a autorelabel boot target (#154496)
7128cf7
- prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
7128cf7
- remove support for the old firewall type
7128cf7
- network: optimize some (#138557, <drepper@redhat.com>)
7128cf7
- prefdm: fix prefdm arg handling (#154312, <khc@pm.waw.pl>)
7128cf7
- gdm early-login support (adapted from <rstrode@redhat.com>)
7128cf7
- ifup-routes: make sure commented lines are handled correctly (#154353,
7128cf7
  #114548, <link@pobox.com>)
7128cf7
- some sysconfig.txt updates (<link@pobox.com>, <jvdias@redhat.com>)
7128cf7
- rc.sysinit: fix restorecon invocation (#153100)
7128cf7
- initlog: free some of the more egregious memory leaks (#85935)
7128cf7
- initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)
c0124b7
- remove some conflicts, %%post scripts, etc. that were only relelvant
7128cf7
  for upgrades from pre-7.0
7128cf7
- other minor fixes, see ChangeLog
7128cf7
b660878
* Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
b660878
- bring back initlog for third-party scripts until a new framework is
b660878
  in place
b660878
30cfef8
* Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
30cfef8
- handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
30cfef8
- ifup-ipsec: handle non-ascii keys (#150552)
30cfef8
- add proper ipsec route (#146169, #140654)
30cfef8
- add a restorecon for /tmp to rc.sysinit
30cfef8
- document ONHOTPLUG in sysconfig.txt
30cfef8
- fix mistranslation (#151120)
30cfef8
- don't return 1 for stopping a process if it isn't running at all
30cfef8
- don't explicitly set fwd polices for ipsec traffic. Let setkey
30cfef8
  handle it.
30cfef8
c83a9d1
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
c83a9d1
- ipv6 cleanups (<pb@bieringer.de>)
c83a9d1
- rc.sysinit: fix rngd check (#130350)
c83a9d1
  ... then turn it off entirely
c83a9d1
- rc.sysinit: get rid of duplicate date printout (#149795)
c83a9d1
- ifdown: handle being called on down devices better
c83a9d1
- handle saved resolv.conf on all device types
c83a9d1
- fix network-functions cleanup
c83a9d1
- netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
c83a9d1
- dhcp release cleanups (<jvdias@redhat.com>)
c83a9d1
- ifup-bnep: bluetooth update <dwmw2@infradead.org>
c83a9d1
- more ipsec stuff (#147001, <ckjohnson@gwi.net>)
c83a9d1
67507fe
* Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
67507fe
- split out ifup/ifdown general case to ifup/ifdown-eth;
67507fe
  add ifup/ifdown-bnep (<dwmw2@redhat.com>)
67507fe
- ifup-ipsec: add fwd policies (#145507)
67507fe
- fix multiple scsi_hostadapter loads (#145432)
67507fe
- enable syncookies in sysctl.conf (#145201)
67507fe
d05737f
* Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
d05737f
- use udevsend to handle hotplug events (requires recent udev)
d05737f
- remove pump, dhcpcd support
d05737f
- fix ONxxx (#136531, <cww@redhat.com>)
d05737f
- fix various fgreps to not catch commented lines (#136531, expanded
d05737f
  from <cww@redhat.com>)
d05737f
- set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
d05737f
- kill dhcp client even if BOOTOPROTO is now static (#127726, others)
d05737f
- replace the use of route/ifconfig with ip in IPv6 code, remove support
d05737f
  for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
d05737f
- fix quoting in daemon() (#144634)
d05737f
- make sysctl be silent (#144483)
c0124b7
 
3e667bb
* Mon Jan  3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
0b034f1
- remove initlog, minilogd
0b034f1
- add a flag to kmodule for use with kudzu's socket mode, use it
0b034f1
- change setting of IPv6 default route (#142308, <pb@bieringer.de>)
0b034f1
- netfs: don't unmount NFS root FS (#142169)
0b034f1
17e06cb
* Mon Dec  6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
17e06cb
- further bootup noise reductions
17e06cb
- rc.d/rc.sysinit: do implicit unicode conversion on keymap
17e06cb
ecbafcb
* Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
ecbafcb
- fix previous fix (#139656)
ecbafcb
4283d37
* Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1
4283d37
- clear and repopulate mtab before mounting other filesystems (#139656)
4283d37
- remove more devfs compat
4283d37
9292a4d
* Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
9292a4d
- various kmodule speedups
9292a4d
- rc.d/init.d/netfs: don't mount GFS (#140281)
9292a4d
- fix various minilogd bogosities (#106338)
9292a4d
c0124b7
* Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1
9292a4d
- configure CTC protocol if CTCPROT is set (#133088)
9292a4d
9292a4d
* Mon Nov 15 2004 Bill Nottingham <notting@redhat.com>
9292a4d
- fix check_link_down to still check negotiation if link is
9292a4d
  listed as "up" on entering (#110164, <dbaron@dbaron.org>)
9292a4d
c0124b7
* Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1
6e4c806
- parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)
6e4c806
9292a4d
* Tue Nov  9 2004 Bill Nottingham <notting@redhat.com>
9292a4d
- fix typo (#134787, <bnocera@redhat.com>)
9292a4d
50c5e3a
* Sun Nov  7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
50c5e3a
- various translation updates
50c5e3a
50c5e3a
* Tue Nov  2 2004 Bill Nottingham <notting@redhat.com>
50c5e3a
- take an axe to rc.sysinit:
50c5e3a
  - remove delay on unclean startup
50c5e3a
  - remove hdparm code
50c5e3a
  - remove LVM1 code
50c5e3a
  - remove old raidtab code in favor of mdadm
50c5e3a
  - remove support for old isapnp tools
50c5e3a
  - move all block device mangling before fsck. run fsck *once*, not twice
50c5e3a
  - some more LC_ALL=C stuff
50c5e3a
Florian La Roche ae7ac5d
* Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
Florian La Roche ae7ac5d
- /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup
Florian La Roche ae7ac5d
- /etc/rc.d/rc.sysinit:
c0124b7
  - do not read udev.conf, this seems to be all in the start_udev script
c0124b7
  - fix detection of "nomodules" kernel command line option
c0124b7
  - read /proc/cmdline earlier and convert rhgb to use that, too
c0124b7
  - load_module(): change redirection to /dev/null
c0124b7
  - some checks for RHGB_STARTED="" looked strange
Florian La Roche ae7ac5d
- /etc/sysconfig/network-scripts/ifup-ppp:
c0124b7
  - remove a call to basename with shell builtins
Florian La Roche ae7ac5d
- /etc/sysconfig/network-scripts/network-functions:
c0124b7
  - remove some calls to basename/sed with shell builtins
50c5e3a
50c5e3a
* Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
50c5e3a
- fix prefdm fallback to installed display managers (#137274)
50c5e3a
- fix incorrect rhgb temporary path (#137391)
Florian La Roche ae7ac5d
63ec51b
* Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93-1
3010e90
- translation updates
3010e90
- fix handling of GATEWAYDEV (#133575, <pekkas@netcore.fi>)
3010e90
6ac43ed
* Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1
6ac43ed
- rc.d/rc.sysinit: remove devlabel call
6ac43ed
- mdadm support, now that raidtools is gone (#126636, #88785)
6ac43ed
- call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>)
6ac43ed
- cleanup a couple of nits that could affect bug #134754
6ac43ed
- make sure we return to rhgb after fsck (#133966, #112839, #134449)
6ac43ed
- automatically reboot when fsck calls for it, instead of requiring
6ac43ed
  manual intervention (#117641 and duplicates)
6ac43ed
- ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>)
6ac43ed
- translation updates
6ac43ed
c0124b7
* Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1
75f01c8
- fix portname for LCS devices
75f01c8
6ac43ed
* Fri Oct 08 2004 Bill Nottingham <notting@redhat.com>
6ac43ed
- remove sysconfig/rawdevices, as initscript is removed
6ac43ed
Florian La Roche d3a90ab
* Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
Florian La Roche d3a90ab
- change /etc/sysctl.conf to not allow source routed packets per default
Florian La Roche d3a90ab
58ace86
* Fri Oct  6 2004 Bill Nottingham <notting@redhat.com> - 7.88-1
58ace86
- fix requires
b6ed040
58ace86
* Tue Oct  5 2004 Dan Walsh <dwalsh@redhat.com> - 7.87-1
c0124b7
- Change SELinux relabel to not remount /
7438b7c
7438b7c
* Mon Oct  4 2004 Bill Nottingham <notting@redhat.com>
7438b7c
- use runuser instead of su; require it
7438b7c
- init.d/halt: use right file name for random seed (#134432)
7438b7c
81c47a9
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
81c47a9
- use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
81c47a9
- filter indic locales on the console (#134198)
81c47a9
115e63b
* Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1
115e63b
- ifup, network-functions: fix worked-by-accident shell quoting
115e63b
- lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>)
115e63b
- SELinux fixes
115e63b
- clean up prefdm
115e63b
- init.d/functions: export LC_MESSAGES (#133786)
115e63b
- allow daemon to coredump if requested (#130175)
115e63b
- network-functions: be more liberal in what we accept for link types (#90602, #127984)
115e63b
- fix overzealousness with -range aliases (#65415)
115e63b
- rc.sysinit: use s-c-keyboard, not kbdconfig (#133929)
115e63b
- fix checkpid logic, clean up potential errors (#134030)
115e63b
- translation updates
115e63b
169228c
* Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1
169228c
- only start udev once
169228c
0a4ac90
* Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1
0a4ac90
- conflict with old udev
0a4ac90
- use udev if it's present
0a4ac90
169228c
* Tue Sep 21 2004 Bill Nottingham <notting@redhat.com>
169228c
- don't mount usbfs without usb. also, at least be consistent in filesystem type
169228c
729ea1e
* Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1
729ea1e
- fix handling of nonexistent devices (#132839)
729ea1e
- rhgb enhancements (<veillard@redhat.com>, #132665)
729ea1e
- initscripts.spec: require nash (#132513)
729ea1e
- translation updates
729ea1e
c0124b7
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1
9f227c3
- load iucv device config after /etc/sysconfig/network so that
9f227c3
  GATEWAY doesn't get overwritten
9f227c3
2b59337
* Fri Sep 10 2004 Bill Nottingham <notting@redhat.com> - 7.80-1
2b59337
- fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)
2b59337
2b59337
* Fri Sep 10 2004 Karsten Hopp <karsten@redhat.com> - 7.79-1
2b59337
- load ctc device config after /etc/sysconfig/network so that
2b59337
  GATEWAY doesn't get overwritten
2b59337
cvsdist ff06676
* Wed Sep  8 2004 Dan Walsh <dwalshg@redhat.com> - 7.78-2
cvsdist ff06676
- fix setting SELinux contexts on udev-created-in-initrd devices
cvsdist ff06676
- Let restorecon check if selinux is enabled.
cvsdist ff06676
cvsdist 55a2d8e
* Wed Sep  8 2004 Bill Nottingham <notting@redhat.com> - 7.78-1
cvsdist 55a2d8e
- set SELinux contexts on udev-created-in-initrd devices, if necessary
cvsdist 55a2d8e
cvsdist f34b23b
* Wed Sep  1 2004 Bill Nottingham <notting@redhat.com> - 7.77-1
cvsdist f34b23b
- mount usbfs (#131347)
cvsdist f34b23b
- start any automatic raid devices
cvsdist f34b23b
- remove triggers for ancient releases, bulletproof remaining ones (#131356)
cvsdist f34b23b
cvsdist 9ef391c
* Wed Sep  1 2004 Jeremy Katz <katzj@redhat.com> - 7.76-1
c0124b7
- udev uses UDEV_TMPFS now
cvsdist 9ef391c
c0124b7
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 7.75-1
cvsdist 4e01428
- fix sysfs configuration of qeth and lcs network interfaces
cvsdist 4e01428
  (eth, tr, hsi)
cvsdist 4e01428
c0124b7
* Mon Aug 30 2004 Karsten Hopp <karsten@redhat.de> 7.74-1
cvsdist d8b4ed0
- fix support for LCS portnumbers (mainframe)
cvsdist d8b4ed0
cvsdist b9dffd5
* Fri Aug 27 2004 Jason Vas Dias  <jvdias@redhat.com> 7.73-1
c0124b7
- Add support for running the DHCPv6 client to ifup
c0124b7
- (new DHCPV6C=yes/no ifcfg-${IF} variable) + update sysconfig.txt
cvsdist b9dffd5
cvsdist b9dffd5
* Fri Aug 27 2004 Bill Nottingham <notting@redhat.com> 7.72-1
cvsdist b9dffd5
- flip the kernel conflict to a Requires:
cvsdist b9dffd5
cvsdist 316128f
* Thu Aug 26 2004 Karsten Hopp <karsten@redhat.de> 7.71-1
cvsdist 316128f
- ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead
cvsdist 316128f
cvsdist 2461aa4
* Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
cvsdist 2461aa4
- autoload hardware modules on startup
cvsdist 2461aa4
- minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
cvsdist 2461aa4
- ifup: support STP bridging (#123324)
cvsdist 2461aa4
- rc.sysinit: do a SELinux relabel if forced
cvsdist 2461aa4
- rc.sysinit: remove devfs compat and the remaining 2.4 compat
cvsdist 2461aa4
- ifup-wireless: support multiple keys (#127957)
cvsdist 2461aa4
- fix firmware loading (#129155, <bnocera@redhat.com>)
c0124b7
 
c0124b7
* Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
cvsdist 0113534
- execute zfcfconf.sh if available (mainframe)
cvsdist 0113534
cvsdist e0f1755
* Mon Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.67-1
cvsdist e0f1755
- fix change_resolv_conf: if pre-existing /etc/resolv.conf
cvsdist e0f1755
- non-existent or empty, replace with new file contents.
cvsdist e0f1755
cvsdist 8cb973c
* Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
cvsdist 8cb973c
- Allow users to use generic /etc/dhclient.conf if per-device
cvsdist 8cb973c
- /etc/dhclient-${DEVICE}.conf is non-existent or empty
cvsdist 8cb973c
cvsdist 8cb973c
* Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
cvsdist 8cb973c
- Preserve "options" settings in resolv.conf (bug 125712)
cvsdist 8cb973c
cvsdist 8a94ff7
* Fri Aug 20 2004 Jeremy Katz <katzj@redhat.com> - 7.65-1
cvsdist 8a94ff7
- look at /etc/udev/udev.conf, not /etc/sysconfig/udev (#130431)
cvsdist 8a94ff7
cvsdist 1561bb1
* Fri Aug 20 2004 Bill Nottingham <notting@redhat.com> 7.64-1
cvsdist 1561bb1
- rc.d/rc.sysinit: check for dev file too (#130350)
c0124b7
 
cvsdist 1d0eae2
* Thu Aug 19 2004 Than Ngo <than@redhat.com> 7.63-1
cvsdist 1d0eae2
- allow CBCP with own number (#125710)
cvsdist 1d0eae2
cvsdist 46a7d5b
* Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
cvsdist 46a7d5b
- fix up resolv.conf munging (#129921)
cvsdist 46a7d5b
- use rngd if available
cvsdist 46a7d5b
- run start_udev if necessary (#120605)
cvsdist 46a7d5b
- readonly root updates (#129893, <markmc@redhat.com>)
cvsdist 46a7d5b
- ifup-wireless: quote key (#129930)
cvsdist 46a7d5b
- remove rawdevices (#130048)
cvsdist 46a7d5b
- handle binfmt_misc in rc.sysinit for the case where it's built in (#129954)
cvsdist 46a7d5b
- remove mkkerneldoth
cvsdist 46a7d5b
- don't remove linguas in lang.* (part of #9733)
cvsdist 46a7d5b
- fix nfs unmounting (#129765)
cvsdist 46a7d5b
- fix URL (#129433)
cvsdist 46a7d5b
cvsdist c7a6a12
* Tue Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
cvsdist e1058d3
- fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
cvsdist c7a6a12
c0124b7
* Tue Aug  3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
cvsdist adef00b
- write peerid into sysfs for IUCV devices (mainframe)
cvsdist adef00b
cvsdist 46a7d5b
* Tue Aug  3 2004 Bill Nottingham <notting@redhat.com>
cvsdist 46a7d5b
- don't remove /dev/mapper/control - nash will do it if it has to (#127115)
cvsdist 46a7d5b
cvsdist c7a6a12
* Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
cvsdist c7a6a12
- fix for bug 125712: add 'change_resolv.conf' function
cvsdist c7a6a12
cvsdist 46a7d5b
* Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
cvsdist 46a7d5b
- rc.d/init.d/network: don't bring interfaces down twice (#127487)
cvsdist 46a7d5b
cvsdist 46a7d5b
* Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
cvsdist 46a7d5b
- fix bonding + no IP (#127285)
cvsdist 46a7d5b
- wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
cvsdist 46a7d5b
cvsdist 46a7d5b
* Wed Jul  7 2004 Bill Nottingham <notting@redhat.com>
cvsdist 46a7d5b
- move random stuff to rc.sysinit/halt; move all swap to after this.
cvsdist 46a7d5b
  prereq of bug #123278
cvsdist 46a7d5b
cvsdist 6745f1b
* Fri Jul  2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
cvsdist 6745f1b
- set context on ICE directory after making it (#127099, <concert@europe.com>)
cvsdist 6745f1b
- don't mount GFS filesystems in rc.sysinit
cvsdist 6745f1b
cvsdist b57dfde
* Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1
cvsdist b57dfde
- rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
cvsdist b57dfde
- set devicetype for xDSL (#126194)
cvsdist b57dfde
- ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>)
cvsdist b57dfde
- unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>)
cvsdist b57dfde
- bonding fixes
cvsdist b57dfde
- setsysfont: remove error (#100559)
cvsdist b57dfde
- remove duplicate setting of network routes (#125450)
cvsdist b57dfde
- vlan fixes (#107504, <hrunting@texas.net>)
cvsdist b57dfde
- ifup-aliases: remove bogus route setting (#120908)
cvsdist 97ac8c8
cvsdist 4cf6f06
* Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1
cvsdist 4cf6f06
- readonly root fixes (<alexl@redhat.com>)
cvsdist 4cf6f06
c0124b7
* Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
cvsdist 4cf6f06
- special TYPE for qeth devices to differenciate them from ethX
cvsdist 4cf6f06
cvsdist 4cf6f06
* Mon May 24 2004 Bill Nottingham <notting@redhat.com>
cvsdist 4cf6f06
- fix pppd vs. ppp typo in conflicts (#123680)
cvsdist 4cf6f06
cvsdist 4cf6f06
* Fri May 21 2004 Bill Nottingham <notting@redhat.com>
cvsdist 4cf6f06
- fix bridging confusing module order (#122848, <luto@myrealbox.com>)
cvsdist 4cf6f06
- rc.d/rc.sysinit: don't mount cifs (#122501)
cvsdist 4cf6f06
c0124b7
* Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1
cvsdist 4cf6f06
- add support for ccwgroup devices on mainframe
cvsdist 4cf6f06
cvsdist 759f6b4
* Thu May 13 2004 Than Ngo <than@redhat.com> 7.54-1
cvsdist 759f6b4
- add patch to enable PIE build of usernetctl
cvsdist 759f6b4
cvsdist 759f6b4
* Fri May  7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1
cvsdist 759f6b4
- little lvm tweak (#121963)
cvsdist 759f6b4
cvsdist 759f6b4
* Tue May  4 2004 Bill Nottingham <notting@redhat.com> 7.52-1
cvsdist 759f6b4
- ipv4 addresses are ints, not longs (#122479)
cvsdist 759f6b4
cvsdist 759f6b4
* Tue May  4 2004 Bill Nottingham <notting@redhat.com> 7.51-1
cvsdist 759f6b4
- get rid of LVM error when no volumes are defined (#121197)
cvsdist 759f6b4
- fix selinux short-circuit test (#121143, <michal@harddata.com>)
cvsdist 759f6b4
- /dev/mapper/control is a special file, check it accordingly (#121963)
cvsdist 759f6b4
- support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)
cvsdist 759f6b4
- handle multiple spaces correctly in rc.sysinit, network-functions
cvsdist 759f6b4
  (#118583, <pallas@kadan.cz>)
cvsdist 759f6b4
- cleanup fd leaks, mem leaks, other bogosities
cvsdist 759f6b4
  (#119987, <linux_4ever@yahoo.com>)
cvsdist 759f6b4
- rc.d/init.d/network: remove ipv6 bogosity (#114128)
cvsdist 759f6b4
- translation updates
cvsdist 759f6b4
cvsdist 759f6b4
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1
cvsdist 759f6b4
- fix LVM issues in rc.sysinit (#120458, #119975)
cvsdist 759f6b4
- deal with fixed racoon parser
cvsdist 759f6b4
- translation updates from translators
cvsdist 759f6b4
- fix USB loading (#120911)
cvsdist 759f6b4
cvsdist 759f6b4
* Fri Mar 26 2004 Bill Nottingham <notting@redhat.com> 7.49-1
cvsdist 759f6b4
- use alsa for mixer saving in halt
cvsdist 759f6b4
- don't umount /proc in halt (#118880)
cvsdist 759f6b4
- various translation updates from translators
cvsdist 759f6b4
cvsdist df355e8
* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
cvsdist df355e8
- disable enforcing in emergency mode for now, relabel some commonly
cvsdist df355e8
  mislabeled files on boot
cvsdist df355e8
cvsdist df355e8
* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
cvsdist df355e8
- translation: catch more input strings (#106285, <mitr@volny.cz>)
cvsdist df355e8
- remove autologin from prefdm (#108969)
cvsdist df355e8
- return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>)
cvsdist df355e8
- handle iso15 in setsysfont (#110243)
cvsdist df355e8
- clean up samba & vmware in rc.sysinit (#113104)
cvsdist df355e8
- some sysconfig.txt documentation (#110427, #118063)
cvsdist df355e8
- fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>)
cvsdist df355e8
- handle CIFS in netfs (#115691)
cvsdist df355e8
- make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>)
cvsdist df355e8
- handle network fs better in rc.sysinit (#111290)
cvsdist df355e8
- nomodules applies to usb/firewire too (#113278)
cvsdist df355e8
- ipsec fix (#116922, <felipe_alfaro@linuxmail.org>)
cvsdist df355e8
- make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>)
cvsdist df355e8
- fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>)
cvsdist df355e8
cvsdist df355e8
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
cvsdist df355e8
- Use ':' instead of '.' as separator for chown.
cvsdist df355e8
cvsdist 66876e2
* Mon Feb  2 2004 Bill Nottingham <notting@redhat.com> 7.46-1
cvsdist 66876e2
- some more rc.sysinit tweaks and refactoring
cvsdist 66876e2
cvsdist 66876e2
* Fri Jan 30 2004 Bill Nottingham <notting@redhat.com> 7.45-1
cvsdist 66876e2
- fix rc.sysinit typo
cvsdist 66876e2
- rc.d/init.d/network: clear out environment (#113937, #111584)
cvsdist 66876e2
cvsdist 66876e2
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 7.44-1
cvsdist 66876e2
- NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)
cvsdist 66876e2
- handle 2.6-style 'install ethX ...' lines correctly
cvsdist 66876e2
- mount sysfs by default
cvsdist 66876e2
- time to clean up the cruft. remove:
cvsdist 66876e2
  - boot-time depmod
cvsdist 66876e2
  - linking of /boot/System.map to /boot/System.map-`uname -r`
cvsdist 66876e2
  - /var/log/ksyms.X
cvsdist 66876e2
  - libredhat-kernel support
cvsdist 66876e2
cvsdist 66876e2
* Fri Jan  16 2004 Dan Walsh <dwalsh@redhat.com> 7.43-2
cvsdist 66876e2
- Remove selinux run_init code from service script.  It is no longer needed.
cvsdist 66876e2
cvsdist 66876e2
* Fri Dec  5 2003 Jeremy Katz <katzj@redhat.com> 7.43-1
cvsdist 66876e2
- basic lvm2 support
cvsdist 32365f4
cvsdist b89e86b
* Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1
cvsdist b89e86b
- show rhgb details on service failures
cvsdist b89e86b
cvsdist b89e86b
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1
cvsdist b89e86b
- tweak some rhgb interactions (#100894, #107725)
cvsdist b89e86b
- fix dvorak keymap loading (#106854)
cvsdist b89e86b
cvsdist b89e86b
* Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1
cvsdist b89e86b
- add better fix to support nickname (#105785)
cvsdist b89e86b
cvsdist b89e86b
* Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.39-1
cvsdist b89e86b
- add support nickname (#105785)
cvsdist b89e86b
cvsdist b89e86b
* Fri Oct 17 2003 Bill Nottingham <notting@redhat.com> 7.38-1
cvsdist b89e86b
- rhgb updates, now pass 'rhgb' to use it, instead of passing 'nogui'
cvsdist b89e86b
  to disable it
cvsdist b89e86b
cvsdist b89e86b
* Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 7.37-1
cvsdist b89e86b
- bridging updates (#104421, <dwmw2@redhat.com>)
cvsdist b89e86b
cvsdist b89e86b
* Wed Oct  8 2003 Bill Nottingham <notting@redhat.com> 7.36-1
cvsdist b89e86b
- mount /dev/pts before starting rhgb
cvsdist b89e86b
cvsdist b89e86b
* Wed Oct  1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
cvsdist b89e86b
- load acpi modules on startup if necessary
cvsdist b89e86b
- fix typo in ipsec comments & sysconfig.txt
cvsdist b89e86b
cvsdist b89e86b
* Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
cvsdist b89e86b
- use upsdrvctl to start the shutdown process
cvsdist b89e86b
cvsdist b89e86b
* Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
cvsdist b89e86b
- ipsec fixes (#104227, <harald@redhat.com>)
cvsdist b89e86b
- ppp fixes (#104128, #97845, #85447)
cvsdist b89e86b
cvsdist b89e86b
* Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1
cvsdist b89e86b
- fix ip calls for some device names (#104187)
cvsdist b89e86b
- ipsec fixes
cvsdist b89e86b
cvsdist b89e86b
* Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 7.31-1
cvsdist b89e86b
- fix bonding + dhcp (#91399)
cvsdist b89e86b
- fix typo (#103781)
cvsdist b89e86b
- sysconfig/network-scripts/ifup: fix use of local
cvsdist b89e86b
cvsdist b89e86b
- fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
cvsdist b89e86b
- remove /var/run/confirm when done with /etc/rc (#100898)
cvsdist b89e86b
- ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
cvsdist b89e86b
- handle sorting > 10 network devices (#98209)
cvsdist b89e86b
- unset ONPARENT after use (#101384)
cvsdist b89e86b
- random other fixes
cvsdist b89e86b
- bridging support (<dwmw2@redhat.com>)
cvsdist b89e86b
cvsdist b89e86b
* Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30-1
cvsdist b89e86b
- IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)
cvsdist b89e86b
cvsdist b89e86b
* Fri Aug  8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
cvsdist b89e86b
- setsysfont: don't echo to /dev/console (#102004)
cvsdist b89e86b
- fix ethernet device renaming deadlock (#101566)
cvsdist b89e86b
- consoletype: don't return 'vt' on vioconsole (#90465)
cvsdist b89e86b
- ifup: fix short-circuit (#101445)
cvsdist b89e86b
cvsdist b89e86b
* Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b89e86b
- ifup-routes: pass the interface name to handle_file() so that we don't try
cvsdist b89e86b
  to use the routes file's name as an interface name
cvsdist b89e86b
cvsdist b89e86b
* Wed Jul  9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
cvsdist b89e86b
- switch from $CONFIG.keys to keys-$CONFIG
cvsdist b89e86b
cvsdist b89e86b
* Tue Jul  8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
cvsdist b89e86b
- add a check to consoletype for the current foreground console
cvsdist b89e86b
- use it when running unicode_start (#98753)
cvsdist b89e86b
cvsdist b89e86b
* Wed Jul  2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
cvsdist b89e86b
- ipsec support (see sysconfig.txt, ifup-ipsec)
cvsdist b89e86b
- read $CONFIG.keys, for non-world-readable keys
cvsdist b89e86b
- allow default window size for routes to be set with WINDOW= (#98112)
cvsdist b89e86b
- support setting device options with ethtool opts
cvsdist b89e86b
- fix s390 bootup spew (#98078)
cvsdist b89e86b
- support renaming interfaces with nameif based on hwaddr
cvsdist b89e86b
cvsdist b89e86b
* Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
cvsdist b89e86b
- fix DNS punching in the case of other rules for the DNS server
cvsdist b89e86b
  (#97686, <martin@zepler.org>)
cvsdist b89e86b
- initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
cvsdist b89e86b
- fix grep for mingetty (#97188)
cvsdist b89e86b
- fix rhgb-client bad syntax
cvsdist b89e86b
- change network device searching, use correct naming, fix route issues
cvsdist b89e86b
  (<harald@redhat.com>)
cvsdist b89e86b
- other random tweaks
cvsdist b89e86b
cvsdist b89e86b
* Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
cvsdist b89e86b
- now even still yet more tweaks for graphical boot
cvsdist b89e86b
cvsdist b89e86b
* Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1
cvsdist b89e86b
- even still yet more tweaks for graphical boot
cvsdist b89e86b
cvsdist b89e86b
* Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.22-1
cvsdist b89e86b
- still yet more tweaks for graphical boot
cvsdist b89e86b
cvsdist b89e86b
* Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.21-1
cvsdist b89e86b
- yet more tweaks for graphical boot
cvsdist b89e86b
cvsdist b89e86b
* Fri May  2 2003 Bill Nottingham <notting@redhat.com> 7.20-1
cvsdist b89e86b
- more tweaks for graphical boot
cvsdist b89e86b
cvsdist b89e86b
* Wed Apr 30 2003 Bill Nottingham <notting@redhat.com> 7.18-1
cvsdist b89e86b
- some tweaks for graphical boot
cvsdist b89e86b
cvsdist b89e86b
* Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b89e86b
- initscripts-s390.patch: remove not needed parts about PNP=
cvsdist b89e86b
- inittab.390: sync with normal version
cvsdist b89e86b
- rc.sysinit: remove two further calls to /sbin/consoletype with $CONSOLETYPE
cvsdist b89e86b
cvsdist b89e86b
* Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist b89e86b
- sysconfig/init.s390: set LOGLEVEL=3 as for other archs
cvsdist b89e86b
- rc.d/init.d/network, rc.d/rc: change confirmation mode to
cvsdist b89e86b
  not use an environment variable
cvsdist b89e86b
- rc.d/init.d/functions: make strstr() even shorter, remove old
cvsdist b89e86b
  "case" version that has been already commented out
cvsdist b89e86b
- rc.d/rc.sysinit:
c0124b7
  - no need to set NETWORKING=no, it is not used/exported
c0124b7
  - do not export BOOTUP
c0124b7
  - delete two "sleep 1" calls that wants to add time to go
c0124b7
    into confirmation mode. There is enough time to press a
c0124b7
    key anyway or use "confirm" in /proc/cmdline.
c0124b7
  - read /proc/cmdline into a variable
c0124b7
  - use strstr() to search in /proc/cmdline
c0124b7
  - add "forcefsck" as possible option in /proc/cmdline
c0124b7
  - while removing lock files, no need to call `basename`
c0124b7
  - add unamer=`uname -r` and reduce number of forks
c0124b7
  - do not fork new bash to create /var/log/ksyms.0
cvsdist b89e86b
cvsdist b89e86b
* Thu Apr 03 2003 Karsten Hopp <karsten@redhat.de> 7.15-1
c0124b7
- Mainframe has no /dev/ttyX devices and no mingetty, don't
cvsdist b89e86b
  initialize them. This gave error messages during startup
cvsdist b89e86b
cvsdist b89e86b
* Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b89e86b
- init.d/network: don't advertise "probe: true" in the header if we don't
cvsdist b89e86b
  recognize "probe" as an argument
cvsdist b89e86b
cvsdist d73a89b
* Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
cvsdist b89e86b
* - do not handle changed chain name; change was reverted
cvsdist d73a89b
cvsdist 76f651c
* Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
cvsdist 76f651c
- handle 7.x SYSFONTACM settings in setsysfont (#84183)
cvsdist 76f651c
cvsdist 76f651c
* Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.12-1
cvsdist 76f651c
- handle changed chain name
cvsdist 76f651c
- init vts used in all cases
cvsdist 76f651c
cvsdist 76f651c
* Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
cvsdist 76f651c
- handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)
cvsdist 76f651c
cvsdist 76f651c
* Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
cvsdist 76f651c
- initialize two ttys past # of mingettys (for GDM)
cvsdist 76f651c
- fix zeroconf route
cvsdist 76f651c
- redhat-config-network writes $NAME.route for some static routes
cvsdist 76f651c
  (e.g., ppp); handle that (#84193)
cvsdist 76f651c
cvsdist 76f651c
* Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
cvsdist 76f651c
- load keybdev & mousedev even if hid is already loaded/static
cvsdist 76f651c
- run fewer scripts through action (#49670, #75279, #81531)
cvsdist 76f651c
cvsdist 76f651c
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1
cvsdist 76f651c
- fix nicknames & profiles (#82246)
cvsdist 76f651c
- fix check_device_down (#83780, <pzb@datstacks.com>)
cvsdist 76f651c
- vlan fixes (<tis@foobar.fi>)
cvsdist 76f651c
- fix groff macros (#83531, <tsekine@sdri.co.jp>)
cvsdist 76f651c
- various updated translations
cvsdist 76f651c
- fix checkpid for multiple pids (#83401)
cvsdist 76f651c
cvsdist 76f651c
* Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
cvsdist 76f651c
- 802.1Q VLAN support (<tis@foobar.fi>, #82593)
cvsdist 76f651c
- update translations
cvsdist 76f651c
cvsdist 76f651c
* Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
cvsdist 76f651c
- fix syntax error in rc.sysinit when there are fsck errors
cvsdist 76f651c
- fix zh_TW display on console (#82235)
cvsdist 76f651c
cvsdist 76f651c
* Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
cvsdist 76f651c
- tweak some translatable strings
cvsdist 76f651c
- fix for rc.sysinit on machines that pass arguments to mingetty
cvsdist 76f651c
  (<nalin@redhat.com>)
cvsdist 76f651c
cvsdist 76f651c
* Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
cvsdist 76f651c
- move system font setting sooner (<milan.kerslager@pslib.cz>)
cvsdist 76f651c
- fix link checking for dhcp, use both ethtool and mii-tool
cvsdist 76f651c
- fix CJK text on the console, and locale-archive held open
cvsdist 76f651c
  on shutdown
cvsdist 76f651c
- IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
cvsdist 76f651c
- speedup tweaks (<drepper@redhat.com>)
cvsdist 76f651c
- use glib2 for ppp-watch (#78690, <kisch@mindless.com>)
cvsdist 76f651c
- add zeroconf route (#81738)
cvsdist 76f651c
- fix ifup-ppp for dial-on-demand, and onboot (<goeran@uddeborg.pp.se>)
cvsdist 76f651c
- tweak raidtab parsing, don't worry about not-in-fstab RAID devices
cvsdist 76f651c
  (#71087, #78467, <aja@mit.edu>)
cvsdist 76f651c
- don't automatically bring up aliases if 'ONPARENT=no' is set (#78992)
cvsdist 76f651c
- getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
cvsdist 76f651c
- rework halt_get_remaining (#76831, <michal@harddata.com>)
cvsdist 76f651c
- ipcalc: fix calculation of /32 addresses (#76646)
cvsdist 76f651c
- various other tweaks and fixes
cvsdist 76f651c
cvsdist 76f651c
* Fri Dec 20 2002 Bill Nottingham <notting@redhat.com> 7.01-1
cvsdist 76f651c
- %%config(noreplace) inittab
cvsdist 76f651c
cvsdist 76f651c
* Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 76f651c
- add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb"
cvsdist 76f651c
cvsdist 76f651c
* Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1
cvsdist 76f651c
- tweaks for potential GUI bootup
cvsdist 76f651c
- loop checking for network link state, don't unilterally wait five
cvsdist 76f651c
  seconds
cvsdist 76f651c
cvsdist 76f651c
* Fri Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1
cvsdist 76f651c
- remove call to /sbin/update for S/390, too
cvsdist 76f651c
cvsdist 76f651c
* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
cvsdist 76f651c
- remove call to /sbin/update
cvsdist 76f651c
- fix netprofile
cvsdist 76f651c
cvsdist 76f651c
* Mon Dec  2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
cvsdist 76f651c
- IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
cvsdist 76f651c
- devlabel support (<Gary_Lerhaupt@Dell.com>)
cvsdist 76f651c
- do lazy NFS umounts
cvsdist 76f651c
cvsdist 76f651c
* Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 76f651c
- correctly remove non-packaged files for mainframe
cvsdist 76f651c
cvsdist 76f651c
* Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1
cvsdist 76f651c
- fix various static-routes brokeness (#74317, #74318, #74320, #76619,
cvsdist 76f651c
  #75604)
cvsdist 76f651c
- fix handling of SYSFONTACM in setsysfont (#75662)
cvsdist 76f651c
- fix lang.csh for CJK (#76908, <ynakai@redhat.com>)
cvsdist 76f651c
- IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
cvsdist 76f651c
- other minor tweaks
cvsdist 76f651c
cvsdist 76f651c
* Mon Sep 16 2002 Than Ngo <than@redhat.com>
cvsdist 76f651c
- owns directory /etc/ppp/peers (bug #74037)
cvsdist 76f651c
cvsdist 76f651c
* Wed Sep  4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
cvsdist 76f651c
- fix syntax error in duplicate route removal section of ifup
cvsdist 76f651c
cvsdist 76f651c
* Wed Sep  4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
cvsdist 76f651c
- fix syntax error calling unicode_start when SYSFONTACM isn't set
cvsdist 76f651c
cvsdist 76f651c
* Mon Sep  2 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- fix calling of unicode_start in lang.{sh,csh}
cvsdist 76f651c
- ipv6 tweak
cvsdist 76f651c
cvsdist 76f651c
* Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- don't infinite loop on ifdown
cvsdist 76f651c
- remove disabling of DMA; this can cause problems
cvsdist 76f651c
- move swap startup to after LVM (#66588)
cvsdist 76f651c
cvsdist 76f651c
* Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- don't cycle through eth0-eth9 on dhcp link check (#68127)
cvsdist 76f651c
- don't retry indefinitely on ppp startup
cvsdist 76f651c
- activate network profile passed on kernel commandline via netprofile=
cvsdist 76f651c
- fix iptables invocations again
cvsdist 76f651c
- translation refresh
cvsdist 76f651c
cvsdist 76f651c
* Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- fix silly typo in rc.sysinit
cvsdist 76f651c
- increase timeout for link to 5 seconds (#70545)
cvsdist 76f651c
cvsdist 76f651c
* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- require /etc/redhat-release (#68903)
cvsdist 76f651c
- fix tty2-tty6 (sort of)
cvsdist 76f651c
- fix iptables invocations (#70807, #71201, #68368)
cvsdist 76f651c
- other minor tweaks
cvsdist 76f651c
cvsdist 76f651c
* Wed Jul 24 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro
cvsdist 76f651c
cvsdist 76f651c
* Tue Jul 16 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- use iptables, not ipchains
cvsdist 76f651c
cvsdist 76f651c
* Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 76f651c
- /sbin/service: set PATH before calling startup scripts
cvsdist 76f651c
  HOME and TERM are also set during bootup, but they should not make
cvsdist 76f651c
  a difference for well-written daemons.
cvsdist 76f651c
cvsdist 76f651c
* Mon Jul 15 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- fix boot-time cleanup of /var
cvsdist 76f651c
- update po files
cvsdist 76f651c
cvsdist 76f651c
* Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 76f651c
- /etc/init.d/functions:
c0124b7
  daemon(): avoid starting another bash
c0124b7
  killproc(): avoid starting another bash for the default case
cvsdist 76f651c
- do not call "insmod -p" before loading the "st" module
cvsdist 76f651c
cvsdist 76f651c
* Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 76f651c
- allow an option for ups poweroff  #68123
cvsdist 76f651c
- change grep for ONBOOT=  #63903
cvsdist 76f651c
- allow building with a cross-compiler  #64362,#64255
cvsdist 76f651c
- faster check in network-functions:check_default_route()
cvsdist 76f651c
- better checks for backup files
cvsdist 76f651c
- drastically reduce the number of consoletype invocations
cvsdist 76f651c
- do not export "GATEWAY" in network-functions
cvsdist 76f651c
- code cleanups in rc.sysinit
cvsdist 76f651c
cvsdist 76f651c
* Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 76f651c
- rc.sysinit: do not load raid modules unless /etc/raidtab exists
cvsdist 76f651c
- many cleanups for more consistent shell programming and also
cvsdist 76f651c
  many smaller speedups within network scripts, no un-necessary sourcing
cvsdist 76f651c
  of files etc
cvsdist 76f651c
- nearly re-code /etc/rc.d/rc
cvsdist 76f651c
cvsdist 76f651c
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- a couple minor unicode tweaks in rc.sysinit
cvsdist 76f651c
cvsdist 76f651c
* Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
cvsdist 76f651c
- move /proc/bus/usb mount, in case USB is in the initrd
cvsdist 76f651c
cvsdist 76f651c
* Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
cvsdist 76f651c
- don't try to set wireless freq/channel when in Managed mode
cvsdist 76f651c
cvsdist 76f651c
* Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 76f651c
- start some sh coding cleanups
cvsdist 76f651c
- change to /etc/init.d/functions
cvsdist 76f651c
- eliminate some un-necessary PATH settings
cvsdist 76f651c
- eliminate some TEXTDOMAIN settings
cvsdist 76f651c
cvsdist 76f651c
* Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1
cvsdist 76f651c
- fix UTF-8 checks
cvsdist 76f651c
cvsdist 76f651c
* Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1
cvsdist 76f651c
- fixed a bug in setting defaultgateway
cvsdist 76f651c
cvsdist 76f651c
* Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1
cvsdist 76f651c
- call unicode_start in lang.{sh,csh}, setsysfont when necessary
cvsdist 76f651c
cvsdist 76f651c
* Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1
cvsdist 76f651c
- add check for link for dhcp back in
cvsdist 76f651c
cvsdist 7557ac3
* Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1
cvsdist 7557ac3
- fix silly cut&paste bug in hdparm settings in initscripts
cvsdist 7557ac3
1837403
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1
cvsdist aa29a33
- Update translations
cvsdist aa29a33
cvsdist aa29a33
* Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1
cvsdist aa29a33
- make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>)
cvsdist aa29a33
- allow tweaking of more devices with hdparm (#53511), and
cvsdist aa29a33
  tweak non-disk devices iff they explicitly have a config file
cvsdist aa29a33
  for that device (#56575, #63415)
cvsdist aa29a33
- some translation updates
cvsdist aa29a33
cvsdist aa29a33
* Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1
cvsdist aa29a33
- ipcalc cleanups (#58410)
cvsdist aa29a33
- quit stripping binaries
cvsdist aa29a33
- do LVM init after RAID init too (#63238)
cvsdist aa29a33
- export all locale variables (#56142)
cvsdist aa29a33
- run sysctl -p after network init as well
cvsdist aa29a33
cvsdist aa29a33
* Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1
cvsdist aa29a33
- delete X/VNC locks on startup (#63035)
cvsdist aa29a33
- shut up DMA disabling, move it to after ide-scsi (#62873, #62956)
cvsdist aa29a33
- use full path to /sbin/ifconfig (#59457)
cvsdist aa29a33
- /sbin/service: change to root directory before staring/stopping;
cvsdist aa29a33
  also sanitize environment
c0124b7
cvsdist aa29a33
* Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1
cvsdist aa29a33
- when disabling DMA, don't use things in /usr
cvsdist aa29a33
cvsdist aa29a33
* Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1
cvsdist aa29a33
- disable DMA on CD-ROMs at bootup
cvsdist aa29a33
cvsdist aa29a33
* Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1
cvsdist aa29a33
- add local hook to halt
cvsdist aa29a33
cvsdist aa29a33
* Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1
cvsdist aa29a33
- fix usernetctl for working with neat
cvsdist aa29a33
cvsdist aa29a33
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1
cvsdist aa29a33
- update translations
cvsdist aa29a33
cvsdist aa29a33
* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1
cvsdist aa29a33
- use nameif for interfaces where we don't agree on HWADDR with the
cvsdist aa29a33
  config file (<harald@redhat.com>)
cvsdist aa29a33
- LSB support tweaks
cvsdist aa29a33
cvsdist aa29a33
* Tue Mar 12 2002 Mike A. Harris  <mharris@redhat.com> 6.55-1
cvsdist aa29a33
- Removed process accounting stuff from rc.sysinit and halt scripts as it is
cvsdist aa29a33
  now handled by the psacct initscript in the psacct package
cvsdist aa29a33
cvsdist aa29a33
* Thu Feb 28 2002 Bill Nottingham <notting@redhat.com>
cvsdist aa29a33
- conflict with older psacct
cvsdist aa29a33
cvsdist aa29a33
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
cvsdist aa29a33
- fix invocation of need_hostname (#58946), a couple other minor tweaks
cvsdist aa29a33
cvsdist aa29a33
* Tue Feb 12 2002 Mike A. Harris  <mharris@redhat.com>
cvsdist aa29a33
- rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance
cvsdist aa29a33
cvsdist aa29a33
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
cvsdist aa29a33
- run /bin/setfont, not /usr/bin/setfont (kbd)
cvsdist aa29a33
- lots-o-random bugfixes/tweaks (see ChangeLog)
cvsdist aa29a33
cvsdist aa29a33
* Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
cvsdist aa29a33
- Added support for libredhat-kernel.so.* symlink handling
cvsdist aa29a33
cvsdist aa29a33
* Wed Nov  7 2001 Than Ngo <than@redhat.com>
cvsdist aa29a33
- fix bug in setting netmask on s390/s390x (bug #55421)
cvsdist aa29a33
  nmbd daemon works now ;-)
cvsdist aa29a33
cvsdist aa29a33
* Fri Nov  2 2001 Than Ngo <than@redhat.com>
cvsdist aa29a33
- fixed typo bug ifup-ippp
cvsdist aa29a33
cvsdist aa29a33
* Mon Oct 29 2001 Than Ngo <than@redhat.com>
cvsdist aa29a33
- fix bug in channel bundling if MSN is missed
cvsdist aa29a33
- support DEBUG option
c0124b7
 
cvsdist aa29a33
* Wed Sep 19 2001 Than Ngo <than@redhat.com>
cvsdist aa29a33
- don't show user name by DSL connection
cvsdist b3c72e1
cvsdist 9578171
* Sat Sep  8 2001 Bill Nottingham <notting@redhat.com>
cvsdist 9578171
- don't run hwclock --adjust on a read-only filesystem
cvsdist 9578171
cvsdist 9578171
* Thu Sep  6 2001 Than Ngo <than@redhat.com>
cvsdist 58a685e
* update initscripts-s390.patch for s390/s390x
cvsdist 58a685e
cvsdist ee2c0c4
* Wed Sep  5 2001 Bill Nottingham <notting@redhat.com>
cvsdist ee2c0c4
- translation updates
cvsdist ee2c0c4
- quota and hwclock tweaks (<pbrown@redhat.com>)
cvsdist ee2c0c4
cvsdist da9130b
* Mon Sep  3 2001 Bill Nottingham <notting@redhat.com>
cvsdist da9130b
- fix severe alias problems (#52882)
cvsdist da9130b
cvsdist da9130b
* Mon Sep  3 2001 Than Ngo <than@redhat.com>
cvsdist da9130b
- don't start pppbind if encapsulation is rawip (bug #52491)
cvsdist da9130b
cvsdist da9130b
* Sun Sep  2 2001 Than Ngo <than@redhat.com>
cvsdist da9130b
- add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
cvsdist da9130b
- fix handling of ISDN LSZ Compresssion
cvsdist da9130b
cvsdist da9130b
* Thu Aug 30 2001 Than Ngo <than@redhat.com>
cvsdist da9130b
- po/de.po: fix typo bug, lo instead 1o
cvsdist da9130b
cvsdist da9130b
* Wed Aug 29 2001 David Sainty <dsainty@redhat.com>
cvsdist da9130b
- fix ifdown for multiple dhcpcd interfaces
cvsdist da9130b
cvsdist da9130b
* Wed Aug 29 2001 Than Ngo <than@redhat.com>
cvsdist da9130b
- fix ISDN dial on demand bug
cvsdist da9130b
- fix typo bug in network-functions
cvsdist da9130b
cvsdist da9130b
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist da9130b
- document /etc/sysconfig/authconfig
cvsdist da9130b
cvsdist da9130b
* Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1
cvsdist da9130b
- message un-tweaks (<johnsonm@redhat.com>)
cvsdist da9130b
- make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>)
cvsdist da9130b
cvsdist da9130b
* Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
cvsdist da9130b
- autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
cvsdist da9130b
cvsdist da9130b
* Mon Aug 27 2001 Than Ngo <than@redhat.com>
cvsdist da9130b
- fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
cvsdist da9130b
cvsdist e1f6b8c
* Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist e1f6b8c
- sort output of halt_get_remaining (#52180)
cvsdist e1f6b8c
- fix bad translation (#52503)
cvsdist e1f6b8c
cvsdist 0f6787e
* Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0f6787e
- fix ifup-wireless (#52135)
cvsdist 0f6787e
cvsdist 0f6787e
* Wed Aug 22 2001 Than Ngo <than@redhat.com>
cvsdist 0f6787e
- fix return code of isdnctrl (bug #52225)
cvsdist 0f6787e
cvsdist 40c6c4f
* Tue Aug 21 2001 Than Ngo <than@redhat.com>
cvsdist 3fee73c
- fix Bringing up isdn device again. It works now correct.
cvsdist 3fee73c
cvsdist 3fee73c
* Tue Aug 21 2001 Than Ngo <than@redhat.com>
cvsdist 40c6c4f
- fix shutdown/Bringing up isdn device
cvsdist 40c6c4f
cvsdist 40c6c4f
* Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 40c6c4f
- fix syntax error in lang.csh
cvsdist 40c6c4f
- set codeset by echoing to /dev/tty instead of /proc/self/fd/15
cvsdist 40c6c4f
cvsdist 40c6c4f
* Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- fix a broken call to check_device_down
cvsdist 40c6c4f
- make all loopback addresses have host scope, not global scope.
cvsdist 40c6c4f
  Fixes #49374, possibly others
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- add is_available() network function, use it; cleans up ugly modprobe
cvsdist 40c6c4f
  error messages
cvsdist 40c6c4f
- update translation info
cvsdist 40c6c4f
- fix #51787
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 40c6c4f
- adjust s390 patch
cvsdist 40c6c4f
- fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 40c6c4f
- don't display Chinese Korean if we aren't on a pty
cvsdist 40c6c4f
cvsdist 40c6c4f
* Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 40c6c4f
- adjust s390 patches to current sources
cvsdist 40c6c4f
cvsdist 40c6c4f
* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Fri Aug 10 2001 Than Ngo <than@redhat.com>
cvsdist 40c6c4f
- don't set MSN if it' empty (it's now optional)
cvsdist 40c6c4f
- don't give login name as a cmdline-option (Bug #23066)
cvsdist 40c6c4f
- remove peer device file if ppp connection is down
cvsdist 40c6c4f
- fix channel bundling
cvsdist 40c6c4f
cvsdist 40c6c4f
* Thu Aug  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- require SysVinit (#51335)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- tweak raittab grep slightly (#51231)
cvsdist 40c6c4f
- allow resetting of default route for DHCP addresses (#48994)
cvsdist 40c6c4f
- save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
cvsdist 40c6c4f
- when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
cvsdist 40c6c4f
- allow shell characters in ppp names (#43719)
cvsdist 40c6c4f
- allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
cvsdist 40c6c4f
- behave sanely if ifup called when dhcpcd is running (#49392, #51038)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Mon Aug  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- honor HOTPLUG=no if running under hotplug (#47483)
cvsdist 40c6c4f
- use awk, not grep, for modprobe -c checks (#49616)
cvsdist 40c6c4f
- don't print ugly messages for the case where the device doesn't exist,
cvsdist 40c6c4f
  and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
cvsdist 40c6c4f
- run kbdconfig in /.unconfigured mode (#43941)
cvsdist 40c6c4f
- use a bigger buffer size argument to dmesg (#44024)
cvsdist 40c6c4f
- detach loopback devices on shutdown (#43919, #45826)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Thu Aug  2 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- fix halt_get_remaining() (#50720)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- mount all FS types r/o at halt (#50461)
cvsdist 40c6c4f
- don't use mii-tool at all (#various)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- don't use kbd commands in setsysfont now that we've switched back to
cvsdist 40c6c4f
  console-tools (#50075)
cvsdist 40c6c4f
- sleep in check_link_down; some devices require it
cvsdist 40c6c4f
- only bring link down if check_link_down fails
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- set link up before checking with mii-tool (#49949)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- update netdev stuff to use _netdev
cvsdist 40c6c4f
- IPv6 updates (<pekkas@netcore.fi>)
cvsdist 40c6c4f
- fix downing of devices with static IPs (#49777, #49783)
cvsdist 40c6c4f
- put ifcfg-lo back in the package
cvsdist 40c6c4f
cvsdist 40c6c4f
* Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06
cvsdist 40c6c4f
- updates for quota
cvsdist 40c6c4f
cvsdist 40c6c4f
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- own some more directories
cvsdist 40c6c4f
- use -O nonetdev, require mount package that understands this
cvsdist 40c6c4f
- fix do_netreport when called as non-root
cvsdist 40c6c4f
- remove ip addresses from interfaces on ifdown
cvsdist 40c6c4f
- oops, fix ifup/ifdown
cvsdist 40c6c4f
cvsdist 40c6c4f
* Mon Jul 16 2001 Than Ngo <than@redhat.com>
cvsdist 40c6c4f
- fix country_code for ISDN
cvsdist 40c6c4f
cvsdist 40c6c4f
* Tue Jul  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- fix '--check'
cvsdist 40c6c4f
- prereq sh-utils (#43065)
cvsdist 40c6c4f
- fix some invocations of reboot/halt (#45966)
cvsdist 40c6c4f
- fix typo in ifup-wireless
cvsdist 40c6c4f
- don't muck with /etc/issue each boot
cvsdist 40c6c4f
- big IPv6 update (<pekkas@netcore.fi>)
cvsdist 40c6c4f
1837403
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 40c6c4f
- Add new directories required by new network tool
cvsdist 40c6c4f
cvsdist 40c6c4f
* Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de>
cvsdist 40c6c4f
- disable hwclock on S390 (no such executable)
cvsdist 40c6c4f
- Fix up kernel versioning on binary-only modules (S390)
cvsdist 40c6c4f
- don't use newt scripts on S390 console
cvsdist 40c6c4f
1837403
* Sat Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 40c6c4f
- reenable pump, but make sure dhcpcd is the default. This
cvsdist 40c6c4f
  way, upgrades of systems without dhcpcd has a better chance at
cvsdist 40c6c4f
  working.
cvsdist 40c6c4f
1837403
* Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 40c6c4f
- Disable pump completely
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed Jun 27 2001 Than Ngo <than@redhat.com>
cvsdist 40c6c4f
- fix pap/chap authentication for syncppp
cvsdist 40c6c4f
- support ippp options
c0124b7
 
cvsdist 40c6c4f
* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- add ifup-wireless
cvsdist 40c6c4f
cvsdist 40c6c4f
* Fri Jun 22 2001 Than Ngo <than@redhat.com>
cvsdist 40c6c4f
- add support xDSL
cvsdist 40c6c4f
cvsdist 40c6c4f
* Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- more networking script fixes (#45364)
cvsdist 40c6c4f
- add stuff for unmounting /initrd
cvsdist 40c6c4f
cvsdist 40c6c4f
* Thu Jun 21 2001 Than Ngo <than@redhat.com>
cvsdist 40c6c4f
- add support ISDN
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- fix extremely broken new network scripts
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- bump version to 5.89
cvsdist 40c6c4f
- make it build
cvsdist 40c6c4f
cvsdist 40c6c4f
* Thu May 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist 40c6c4f
- don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru)
cvsdist 40c6c4f
- fix do_netreport (#37716, #39603 <crlf@aeiou.pt>)
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 40c6c4f
- copyright: GPL -> license: GPL
cvsdist 40c6c4f
- fix a syntax error in lang.csh
cvsdist 40c6c4f
- skip commented-out i18n configuration lines in lang.csh
cvsdist 40c6c4f
cvsdist 40c6c4f
* Fri May 11 2001 Preston Brown <pbrown@redhat.com>
cvsdist 40c6c4f
- new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking
cvsdist 40c6c4f
cvsdist 40c6c4f
* Wed May  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1
cvsdist 40c6c4f
- support kbd in setsysfont
cvsdist 40c6c4f
- bzip2 source
cvsdist cb716da
cvsdist cb716da
* Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist cb716da
- add further s390 changes:
c0124b7
  - ifup-iucv
c0124b7
  - mkkerneldoth.s390
cvsdist cb716da
cvsdist cb716da
* Tue Apr 24 2001 Than Ngo <than@redhat.com>
cvsdist cb716da
- add shutdown UPS into halt (bug #34312)
cvsdist 68e6c94
cvsdist edbf9f0
* Sat Apr  7 2001 Preston Brown <pbrown@redhat.com>
cvsdist edbf9f0
- broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth
cvsdist edbf9f0
cvsdist cb716da
* Fri Apr  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist cb716da
- be a little more careful in do_netreport (#34933)
cvsdist cb716da
cvsdist edbf9f0
* Tue Apr  3 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- set umask explicitly to 022 in /etc/init.d/functions
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Apr  2 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- fix segfault in usernetctl (#34353)
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist
cvsdist edbf9f0
cvsdist edbf9f0
* Thu Mar 22 2001 Erik Troan <ewt@redhat.com>
cvsdist edbf9f0
- take advantage of new swapon behaviors
cvsdist edbf9f0
cvsdist edbf9f0
* Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- add cipe interfaces last (#31597)
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- fix typo in ifup (#31627)
cvsdist edbf9f0
- update translation source
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist edbf9f0
- fix typo in rc.sysinit
cvsdist edbf9f0
- fix ifup-routes not setting DEVICE properly
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Mar 12 2001 Preston Brown <pbrown@redhat.com>
cvsdist edbf9f0
- Work properly with new quota utilities
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Mar  5 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- IPv6 fixes (#30506)
cvsdist edbf9f0
- make static-routes handling more sane and consistent (#29500, #29549)
cvsdist edbf9f0
- handle multiple USB controllers *correctly*
cvsdist edbf9f0
cvsdist edbf9f0
* Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist edbf9f0
- usernetctl, ppp-watch: cleanups
cvsdist edbf9f0
- netreport: use O_NOFOLLOW
cvsdist edbf9f0
- ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927)
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450)
cvsdist edbf9f0
- disable hotplug during network initscript
cvsdist edbf9f0
- don't munge wireless keys in ifup; that will be done with the
cvsdist edbf9f0
  PCMCIA wireless stuff
cvsdist edbf9f0
- run sndconfig --mungepnp for non-native-isapnp soundcards
cvsdist edbf9f0
- don't explicitly kill things in init.d/single, init will do it
cvsdist edbf9f0
- don't explicitly load usb-storage; mount the usbdevfs before initializing
cvsdist edbf9f0
  host controller modules
cvsdist edbf9f0
cvsdist edbf9f0
* Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- initialize multiple USB controllers if necessary
cvsdist edbf9f0
cvsdist edbf9f0
* Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist edbf9f0
- close extra file descriptors before exec()ing commands in initlog
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- fix some substitions in init.d/functions (fixes various killproc issues)
cvsdist edbf9f0
- make sure ipv6 module alias is available if configured
cvsdist edbf9f0
- fix initlog segfaults in popt when called with bogus stuff (#28140)
cvsdist edbf9f0
cvsdist edbf9f0
* Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist edbf9f0
- make pidofproc() and killproc() try to use the PID associated with the full
cvsdist edbf9f0
  pathname first before killing the daemon by its basename (for daemons that
cvsdist edbf9f0
  share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016)
cvsdist edbf9f0
- fix status() as well
cvsdist edbf9f0
cvsdist edbf9f0
* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- fix init.d/single to work around possible kernel problem
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- fix unmounting of loopback stuff (#26439, #14672)
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- fix ifup-post so that it will work right when not called from ifup
cvsdist edbf9f0
cvsdist edbf9f0
* Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist edbf9f0
- add all save changes for s390 s390x that won't break anything
cvsdist edbf9f0
  patches are from Oliver Paukstadt @ millenux.com
cvsdist edbf9f0
cvsdist edbf9f0
* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903)
cvsdist edbf9f0
cvsdist edbf9f0
* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- ipv6 sync ups (#26502, #25775)
cvsdist edbf9f0
- fix hangs at shutdown (#25744)
cvsdist edbf9f0
- fix ifup-ppp (#26323)
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Feb  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- modify firewall on ifup to allow any new DNS servers through (#25951)
cvsdist edbf9f0
- don't muck with the font in lang.csh/lang.sh (#26349)
cvsdist edbf9f0
- don't display Japanese if we aren't on a pty (#25041)
cvsdist edbf9f0
- load ide-scsi if passed on /proc/cmdline
cvsdist edbf9f0
1837403
* Mon Feb  5 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist edbf9f0
- i18n updates
cvsdist edbf9f0
cvsdist edbf9f0
* Fri Feb  2 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- actually *ship* the ipv6 (and plusb) files
cvsdist edbf9f0
1837403
* Thu Feb  1 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist edbf9f0
- i18n updates
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>)
cvsdist edbf9f0
- in daemon(), only look at pidfile to determine if process is running
cvsdist edbf9f0
  (#17244, others)
cvsdist edbf9f0
- ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>)
cvsdist edbf9f0
- ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>)
cvsdist edbf9f0
- lots of other minor fixes (see ChangeLog)
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- add plusb support (#18892, patch from <eric.ayers@compgen.com>)
cvsdist edbf9f0
- don't ignore RETRYTIMEOUT when we never connect (#14071, patch from
cvsdist edbf9f0
  <ak@cave.hop.stu.neva.ru>)
cvsdist edbf9f0
cvsdist edbf9f0
* Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- quiet LVM setup (#24841)
cvsdist edbf9f0
- fix inability to shutdown cleanly (#24889)
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- new i18n mechanism
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
cvsdist edbf9f0
- fixed typo in init.d/network - missing | in pipeline
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Jan 22 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- do LVM setup through normal initscripts mechanisms
cvsdist edbf9f0
- ignore backup files in /etc/sysconfig/network-scripts
cvsdist edbf9f0
- lots of .po file updates
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Jan  2 2001 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- initial i18n support - originally from Conectiva
cvsdist edbf9f0
cvsdist edbf9f0
* Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist edbf9f0
- only load sound if persistent DMA buffers are necessary
cvsdist edbf9f0
- fix lots of bugs: #18619, #21187, #21283, #12097
cvsdist edbf9f0
- integrate MAXFAIL option for ppp-watch
cvsdist edbf9f0
- don't load keymaps/fonts on a serial console
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de>
cvsdist edbf9f0
- changed hdparm section in rc.sysinit to allow different
c0124b7
  parameters for each disk (if needed) by copying
cvsdist edbf9f0
  /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..)
cvsdist edbf9f0
- fix RFE #20967
cvsdist edbf9f0
cvsdist edbf9f0
* Tue Oct 31 2000 Than Ngo <than@redhat.com>
cvsdist edbf9f0
- fix the adding default route if GATEWAY=0.0.0.0
cvsdist e11060e
cvsdist 44e9a17
* Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 44e9a17
- handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
cvsdist 44e9a17
- fix top-level makefile install target
cvsdist 44e9a17
- make usernetctl just fall-through if getuid() == 0
cvsdist e11060e
cvsdist 44e9a17
* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 44e9a17
- /etc/init.d is already provided by chkconfig
cvsdist e11060e
cvsdist e9944ad
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
cvsdist e9944ad
cvsdist e9944ad
* Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- update documentation (#15475)
cvsdist e9944ad
cvsdist e9944ad
* Tue Aug 22 2000 Than Ngo <than@redhat.de>
cvsdist e9944ad
- add KDE2 support to prefdm
cvsdist e9944ad
cvsdist e9944ad
* Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- add usleep after kill -KILL in pidofproc, works around lockd issues (#14847)
cvsdist e9944ad
- add some fallback logic to prefdm (#16464)
cvsdist e9944ad
cvsdist e9944ad
* Fri Aug 18 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- don't load usb drivers if they're compiled statically
cvsdist e9944ad
- don't call ifdown-post twice for ppp (#15285)
cvsdist e9944ad
cvsdist e9944ad
* Wed Aug 16 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix /boot/kernel.h generation (#16236, #16250)
cvsdist e9944ad
cvsdist e9944ad
* Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- be more careful about creating files in netreport (#16164)
cvsdist e9944ad
cvsdist e9944ad
* Sat Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- move documentation for the DEMAND and IDLETIMEOUT values to the right
cvsdist e9944ad
  section of sysconfig.txt
cvsdist e9944ad
cvsdist e9944ad
* Wed Aug  9 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- load agpgart if necessary (hack)
cvsdist e9944ad
- fix /boot/kernel.h stuff (jakub)
cvsdist e9944ad
cvsdist e9944ad
* Mon Aug  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- remove console-tools requirement
cvsdist e9944ad
- in netfs, start portmap if needed
cvsdist e9944ad
- cosmetic cleanups, minor tweaks
cvsdist e9944ad
- don't probe USB controllers
cvsdist e9944ad
cvsdist e9944ad
* Mon Aug  7 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- fix demand-dialing support for PPP devices
cvsdist e9944ad
- change updetach back to nodetach
cvsdist e9944ad
cvsdist e9944ad
* Sun Aug  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie)
cvsdist e9944ad
cvsdist e9944ad
* Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix unclean shutdown
cvsdist e9944ad
cvsdist e9944ad
* Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- s/nill/null/g
cvsdist e9944ad
cvsdist e9944ad
* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- unmount usb filesystem on halt
cvsdist e9944ad
- run /sbin/ifup-pre-local if it exists
cvsdist e9944ad
1837403
* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e9944ad
- add "nousb" command line parameter
cvsdist e9944ad
- fix some warnings when mounting /proc/bus/usb
cvsdist e9944ad
cvsdist e9944ad
* Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
cvsdist e9944ad
- kill all the PreTransaction stuff
cvsdist e9944ad
- directory ownership cleanups, add more LSB symlinks
cvsdist e9944ad
- move all the stuff back in to /etc/rc.d/
cvsdist e9944ad
cvsdist e9944ad
* Thu Jul 13 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix == tests in rc.sysinit
c0124b7
- more %%pretrans tweaks
cvsdist e9944ad
cvsdist e9944ad
* Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
cvsdist e9944ad
- test if /etc/rc.d is a symlink already in pre-transaction syscalls.
cvsdist e9944ad
cvsdist e9944ad
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
c0124b7
- implement the %%pre with RPM Magic(tm)
cvsdist e9944ad
cvsdist e9944ad
* Sat Jul  8 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix it to not follow /etc/rc.d
cvsdist e9944ad
cvsdist e9944ad
* Fri Jul  7 2000 Bill Nottingham <notting@redhat.com>
c0124b7
- fix %%pre, again
cvsdist e9944ad
cvsdist e9944ad
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
c0124b7
- tweak %%pre back to a mv (rpm is fun!)
cvsdist e9944ad
- do USB initialization before fsck, so keyboard works if it fails
cvsdist e9944ad
cvsdist e9944ad
* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- rebuild; allow 'fastboot' kernel command line option to skip fsck
cvsdist e9944ad
cvsdist e9944ad
* Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- fix demand-dialing with PPP
cvsdist e9944ad
1837403
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e9944ad
- don't use tail
cvsdist e9944ad
1837403
* Thu Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
c0124b7
- add support for USB controllers and HID devices
cvsdist e9944ad
  (mice, keyboards)
cvsdist e9944ad
1837403
* Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e9944ad
- add support for EIDE optimization
cvsdist e9944ad
cvsdist e9944ad
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- tweak %%pre
cvsdist e9944ad
cvsdist e9944ad
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
cvsdist e9944ad
- noreplace for adjtime file
cvsdist e9944ad
cvsdist e9944ad
* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- ifup-ppp: add hooks for demand-dialing PPP
cvsdist e9944ad
- functions: use basename of process when looking for its PID file
cvsdist e9944ad
cvsdist e9944ad
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- move from /etc/rc.d/init.d -> /etc/init.d
cvsdist e9944ad
cvsdist e9944ad
* Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- set soft limit, not hard, in daemon function
cvsdist e9944ad
- /var/shm -> /dev/shm
cvsdist e9944ad
cvsdist e9944ad
* Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
cvsdist e9944ad
- use dhcpcd if pump fails.
cvsdist e9944ad
- use depmod -A (faster)
cvsdist e9944ad
cvsdist e9944ad
* Sun Jun  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist e9944ad
- add autologin support to prefdm
cvsdist e9944ad
cvsdist e9944ad
* Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- random networking fixes (alias routes, others)
cvsdist e9944ad
- conf.modules -> modules.conf
cvsdist e9944ad
cvsdist e9944ad
* Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- fix incorrect grep invocation in rc.sysinit (bug #11267)
cvsdist e9944ad
cvsdist e9944ad
* Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix lang.csh, again (oops)
cvsdist e9944ad
- use /poweroff, /halt to determine whether to poweroff
cvsdist e9944ad
cvsdist e9944ad
* Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix testing of RESOLV_MODS (which shouldn't be used anyways)
cvsdist e9944ad
cvsdist e9944ad
* Tue Apr 04 2000 Ngo Than <than@redhat.de>
cvsdist e9944ad
- fix overwrite problem of resolv.conf on ippp/ppp/slip connections
cvsdist e9944ad
cvsdist e9944ad
* Mon Apr  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix typo in functions file
cvsdist e9944ad
- explicitly set --localtime when calling hwclock if necessary
cvsdist e9944ad
cvsdist e9944ad
* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- remove compatiblity chkconfig links
cvsdist e9944ad
- run 'netfs stop' on 'network stop' if necessary
cvsdist e9944ad
cvsdist e9944ad
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist e9944ad
- Mount /var/shm if required (2.3.99, 2.4)
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- don't create resolv.conf 0600
cvsdist e9944ad
- don't run ps as much (speed issues)
cvsdist e9944ad
- allow setting of MTU
cvsdist e9944ad
- other minor fixes
cvsdist e9944ad
cvsdist e9944ad
* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist e9944ad
- Start devfsd if installed and needed (Kernel 2.4...)
cvsdist e9944ad
cvsdist e9944ad
* Wed Mar  8 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- check that network devices are up before bringing them down
cvsdist e9944ad
cvsdist e9944ad
* Wed Mar  8 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist e9944ad
- update sysconfig.txt
cvsdist e9944ad
cvsdist e9944ad
* Tue Mar  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- rerun sysctl on network start (for restarts)
cvsdist e9944ad
cvsdist e9944ad
* Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- don't read commented raid devices
cvsdist e9944ad
cvsdist e9944ad
* Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix typo in resolv.conf munging
cvsdist e9944ad
cvsdist e9944ad
* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- sanitize repair prompt
cvsdist e9944ad
- initial support for isdn-config stuff
cvsdist e9944ad
cvsdist e9944ad
* Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- add which as a package dependency (bug #9416)
cvsdist e9944ad
cvsdist e9944ad
* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fixes for sound module loading
cvsdist e9944ad
cvsdist e9944ad
* Mon Feb  7 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
cvsdist e9944ad
- fix check for /var/*/news, work around for bug #9140
cvsdist e9944ad
cvsdist e9944ad
* Fri Feb  4 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- fix bug #9102
cvsdist e9944ad
cvsdist e9944ad
* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- if LC_ALL/LINGUAS == LANG, don't set them
cvsdist e9944ad
cvsdist e9944ad
* Wed Feb  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix problems with linuxconf static routes
cvsdist e9944ad
cvsdist e9944ad
* Tue Feb  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- shvar cleaning
cvsdist e9944ad
- fix wrong default route ip in network-functions
cvsdist e9944ad
cvsdist e9944ad
* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e9944ad
- attempt to restore default route if PPP takes it over
cvsdist e9944ad
- man page fix for ipcalc
cvsdist e9944ad
- shvar cleaning
cvsdist e9944ad
- automate maintaining /boot/System.map symlinks
cvsdist e9944ad
cvsdist e9944ad
* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix hanging ppp-watch
cvsdist e9944ad
- fix issues with cleaning of /var/{run,lock}
cvsdist e9944ad
cvsdist e9944ad
* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix pidof calls in pidofproc
cvsdist e9944ad
cvsdist e9944ad
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it
cvsdist e9944ad
cvsdist e9944ad
* Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- link popt statically
cvsdist e9944ad
cvsdist e9944ad
* Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- don't try to umount /loopfs
cvsdist e9944ad
cvsdist e9944ad
* Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- switch to using sysctl
cvsdist e9944ad
cvsdist e9944ad
* Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- umount /proc *after* trying to turn off raid
cvsdist e9944ad
cvsdist e9944ad
* Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- improvements in clone device handling
cvsdist e9944ad
- better signal handling in ppp-watch
cvsdist e9944ad
- yet another attempt to fix those rare PAP/CHAP problems
cvsdist e9944ad
cvsdist e9944ad
* Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- impressive. Three new features, three new bugs.
cvsdist e9944ad
cvsdist e9944ad
* Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- fix more possible failed CHAP authentication (with chat scripts)
cvsdist e9944ad
- fix ppp default route problem
cvsdist e9944ad
- added ppp-watch man page, fixed usernetctl man page
cvsdist e9944ad
- make ifup-ppp work again when called from netcfg and linuxconf
cvsdist e9944ad
- try to keep ppp-watch from filling up logs by respawning pppd too fast
cvsdist e9944ad
- handle all linuxconf-style alias files with linuxconf
cvsdist e9944ad
cvsdist e9944ad
* Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- load mixer settings for monolithic sound
cvsdist e9944ad
- man page for ppp-watch
cvsdist e9944ad
- add ARP variable for ifup
cvsdist e9944ad
- some i18n fixes
cvsdist e9944ad
cvsdist e9944ad
* Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- control stop-a separately from sysrq
cvsdist e9944ad
cvsdist e9944ad
* Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- fix some failed CHAP authentication
cvsdist e9944ad
- fix extremely unlikely, but slightly possible kill-random-process
cvsdist e9944ad
  bug in ppp-watch
cvsdist e9944ad
- allow DNS{1,2} in any ifcfg-* file, not just PPP, and
cvsdist e9944ad
  add nameserver entries, don't just replace them
cvsdist e9944ad
- don't use /tmp/confirm, use /var/run/confirm instead
cvsdist e9944ad
cvsdist e9944ad
* Tue Nov  2 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix lang.csh /tmp race oops
cvsdist e9944ad
cvsdist e9944ad
* Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- we now ship hwclock on alpha.
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
cvsdist e9944ad
- fix check for serial console, don't use -C argument to fsck
cvsdist e9944ad
  on serial console.
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- do something useful with linuxconf 'any' static routes.
cvsdist e9944ad
cvsdist e9944ad
* Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
cvsdist e9944ad
- added patch from Owen to source i18n configuration before starting prefdm
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- support for linuxconf alias files
cvsdist e9944ad
- add support for Jensen clocks.
cvsdist e9944ad
cvsdist e9944ad
* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- assorted brown paper bag fixes
cvsdist e9944ad
- check for programs/files before executing/sourcing them
cvsdist e9944ad
- control stop-a like magic sysrq
cvsdist e9944ad
cvsdist e9944ad
* Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- req. e2fsprogs >= 1.15
cvsdist e9944ad
cvsdist e9944ad
* Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- munge C locale definitions to en_US
cvsdist e9944ad
- use fsck's completion bar
cvsdist e9944ad
cvsdist e9944ad
* Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- ppp-watch now always kills pppd pgrp to make sure dialers are dead,
cvsdist e9944ad
  and tries to hang up the modem
cvsdist e9944ad
cvsdist e9944ad
* Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- add a DEFRAG_IPV4 option
cvsdist e9944ad
cvsdist e9944ad
* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- changed to more modern defaults for PPP connections
cvsdist e9944ad
cvsdist e9944ad
* Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- kill processes for umount in halt, too.
cvsdist e9944ad
- fixes to remove /usr dependencies
cvsdist e9944ad
cvsdist e9944ad
* Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- load/save mixer settings in rc.sysinit, halt
cvsdist e9944ad
cvsdist e9944ad
* Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- add --remotename option to wvdial code
cvsdist e9944ad
- make sure we do not have an earlier version of wvdial that doesn't
cvsdist e9944ad
  know how handle --remotename
cvsdist e9944ad
- make ppp-watch background itself after 30 seconds even if
cvsdist e9944ad
  connection does not come up, at boot time only, so that a
cvsdist e9944ad
  non-functional PPP connection cannot hang boot.
cvsdist e9944ad
cvsdist e9944ad
* Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- a couple of /bin/sh -> /bin/bash fixes
cvsdist e9944ad
- fix swapoff silliness
cvsdist e9944ad
cvsdist e9944ad
* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
c0124b7
- chkconfig --del in %%preun, not %%postun
cvsdist e9944ad
- use killall5 in halt
cvsdist e9944ad
- swapoff non-/etc/fstab swap
cvsdist e9944ad
cvsdist e9944ad
* Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- ifdown now synchronous (modulo timeouts)
cvsdist e9944ad
- several unrelated cleanups, primarily in ifdown
cvsdist e9944ad
cvsdist e9944ad
* Tue Sep  7 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- add an 'unconfigure' sort of thing
cvsdist e9944ad
cvsdist e9944ad
* Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- added ppp-watch to make "ifup ppp*" synchronous
cvsdist e9944ad
cvsdist e9944ad
* Fri Sep  3 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- require lsof
cvsdist e9944ad
cvsdist e9944ad
* Wed Sep  1 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- add interactive prompt
cvsdist e9944ad
cvsdist e9944ad
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- disable magic sysrq by default
cvsdist e9944ad
cvsdist e9944ad
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
c0124b7
- new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com>
cvsdist e9944ad
- fix ifup-sl/dip confusion
cvsdist e9944ad
- more raid startup cleanup
cvsdist e9944ad
- make utmp group 22
cvsdist e9944ad
cvsdist e9944ad
* Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- pass hostname to pump
cvsdist e9944ad
- add lang.csh
cvsdist e9944ad
cvsdist e9944ad
* Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- more wvdial updates
cvsdist e9944ad
- fix a *stupid* bug in process reading
cvsdist e9944ad
cvsdist e9944ad
* Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- add new /boot/kernel.h boot kernel version file
cvsdist e9944ad
- new RAID startup
cvsdist e9944ad
cvsdist e9944ad
* Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- use new linkname argument to pppd to make if{up,down}-ppp
cvsdist e9944ad
  reliable -- requires ppp-2.3.9 or higher
cvsdist e9944ad
cvsdist e9944ad
* Mon Aug  2 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix typo.
cvsdist e9944ad
- add 'make check'
cvsdist e9944ad
cvsdist e9944ad
* Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- simple wvdial support for ppp connections
cvsdist e9944ad
cvsdist e9944ad
* Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- stability fixes for initlog
cvsdist e9944ad
- initlog now has a config file
cvsdist e9944ad
- add alias speedup from dharris@drh.net
cvsdist e9944ad
- move netfs links
cvsdist e9944ad
- usleep updates
cvsdist e9944ad
cvsdist e9944ad
* Thu Jul  8 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- remove timeconfig dependency
cvsdist e9944ad
- i18n fixes from nkbj@image.dk
cvsdist e9944ad
- move inputrc to setup package
cvsdist e9944ad
cvsdist e9944ad
* Tue Jul  6 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix killall links, some syntax errors
cvsdist e9944ad
cvsdist e9944ad
* Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- don't make module-info, System.map links
cvsdist e9944ad
- handle utmpx/wtmpx
cvsdist e9944ad
- fix lots of bugs in 4.21 release :)
cvsdist e9944ad
cvsdist e9944ad
* Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- set clock as soon as possible
cvsdist e9944ad
- use INITLOG_ARGS everywhere
cvsdist e9944ad
- other random fixes in networking
cvsdist e9944ad
cvsdist e9944ad
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- oops, don't create /var/run/utmp and then remove it.
cvsdist e9944ad
- stomp RAID bugs flat. Sort of.
cvsdist e9944ad
cvsdist e9944ad
* Mon May 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- clean out /var better
cvsdist e9944ad
- let everyone read /var/run/ppp*.dev
cvsdist e9944ad
- fix network startup so it doesn't depend on /usr
cvsdist e9944ad
cvsdist e9944ad
* Tue May 11 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- various fixes to rc.sysinit
cvsdist e9944ad
- fix raid startup
cvsdist e9944ad
- allow for multi-processor /etc/issues
cvsdist e9944ad
cvsdist e9944ad
* Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
cvsdist e9944ad
- fixed typo - "Determing" to "Determining"
cvsdist e9944ad
cvsdist e9944ad
* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
cvsdist e9944ad
- updated inputrc so that home/end/del work on console, not just X
cvsdist e9944ad
cvsdist e9944ad
* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix more logic in initlog
cvsdist e9944ad
- fix for kernel versions in ifup-aliases
cvsdist e9944ad
- log to /var/log/boot.log
cvsdist e9944ad
cvsdist e9944ad
* Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix daemon() function so you can specify pid to look for
cvsdist e9944ad
cvsdist e9944ad
* Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- changed utmp,wtmp to be group writeable and owned by group utmp
cvsdist e9944ad
cvsdist e9944ad
* Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix loading of consolefonts/keymaps
cvsdist e9944ad
- three changelogs. three developers. one day. Woohoo!
cvsdist e9944ad
cvsdist e9944ad
* Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- fixed ifup-ipx mix-up over . and _
cvsdist e9944ad
cvsdist e9944ad
* Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- run /sbin/ifup-local after bringing up an interface (if that file exists)
cvsdist e9944ad
cvsdist e9944ad
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- load keymaps & console font early
cvsdist e9944ad
- fixes for channel bonding, strange messages with non-boot network interfaces
cvsdist e9944ad
cvsdist e9944ad
* Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e9944ad
- added sysvinitfiles as a documenattaion file
cvsdist e9944ad
cvsdist e9944ad
* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- nfsfs -> netfs
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- don't source /etc/sysconfig/init if $BOOTUP is already set
cvsdist e9944ad
cvsdist e9944ad
* Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- don't run linuxconf if /usr isn't mounted
cvsdist e9944ad
- set macaddr before bootp
cvsdist e9944ad
- zero in the /var/run/utmpx file (gafton)
cvsdist e9944ad
- don't set hostname on ppp/slip (kills X)
c0124b7
 
cvsdist e9944ad
* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- exit ifup if pump fails
cvsdist e9944ad
- fix stupid errors in reading commands from subprocess
cvsdist e9944ad
cvsdist e9944ad
* Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix ROFS logging
cvsdist e9944ad
- make fsck produce more happy output
cvsdist e9944ad
- fix killproc logic
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- doc updates
cvsdist e9944ad
- support for SYSFONTACM, other console-tools stuff
cvsdist e9944ad
- add net route for interface if it isn't there.
cvsdist e9944ad
- fix for a bash/bash2 issue
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- pam_console lockfile cleanup added to rc.sysinit
cvsdist e9944ad
cvsdist e9944ad
* Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fixes in functions for 'action'
cvsdist e9944ad
- fixes for pump
cvsdist e9944ad
cvsdist e9944ad
* Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- Mmm. Must always remove debugging code. before release. *thwap*
cvsdist e9944ad
- pump support
cvsdist e9944ad
- mount -a after mount -a -t nfs
cvsdist e9944ad
cvsdist e9944ad
* Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- put preferred support back in
cvsdist e9944ad
cvsdist e9944ad
* Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- fix single-user mode (source functions, close if)
cvsdist e9944ad
cvsdist e9944ad
* Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- turn off xdm in runlevel 5 (now a separate service)
cvsdist e9944ad
cvsdist e9944ad
* Thu Feb  4 1999 Bill Nottingham <notting@redhat.com>
cvsdist e9944ad
- bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
cvsdist e9944ad
- add initlog support. Now everything is logged (and bootup looks different)
cvsdist e9944ad
cvsdist e9944ad
* Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
cvsdist e9944ad
- halt now passed the '-i' flag so that network interfaces disabled
cvsdist e9944ad
cvsdist e9944ad
* Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- handle new linuxconf output for ipaliases
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 15 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- fixed raid start stuff
cvsdist e9944ad
- added raidstop to halt
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
cvsdist e9944ad
- handle LC_ALL
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
cvsdist e9944ad
- adjusted setsysfont to always run setfont, even if only w/default font
cvsdist e9944ad
cvsdist e9944ad
* Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
cvsdist e9944ad
- rc.sysvinit should be working with all kernel versions now
cvsdist e9944ad
- requires e2fsprogs (for fsck)
cvsdist e9944ad
- set INPUTRC and LESSCHARSET on linux-lat
cvsdist e9944ad
cvsdist e9944ad
* Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e9944ad
- /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
cvsdist e9944ad
- /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
cvsdist e9944ad
- /sbin/setsysfont: permit unicode fonts.
cvsdist e9944ad
cvsdist e9944ad
* Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is
cvsdist e9944ad
cvsdist e9944ad
* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e9944ad
- paranoia improvements to .rhkmvtag
cvsdist e9944ad
- if psacct with /sbin/accton, than turn off accounting
cvsdist e9944ad
cvsdist e9944ad
* Tue Jul  7 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e9944ad
- start/stop run levels changed.
cvsdist e9944ad
- ipx_configure/ipx_internal_net moved to /sbin.
cvsdist e9944ad
cvsdist e9944ad
* Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- usernetctl didn't understand "" around USERCTL attribute
cvsdist e9944ad
cvsdist e9944ad
* Wed Jul  1 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e9944ad
- Use /proc/version to find preferred modules.
cvsdist e9944ad
- Numerous buglets fixed.
cvsdist e9944ad
c0124b7
* Sun Jun 07 1998 Erik Troan <ewt@redhat.com>
c0124b7
- rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set
cvsdist e9944ad
  /lib/modules/preferred symlink
cvsdist e9944ad
cvsdist e9944ad
* Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- ipcalc should *never* have been setgid anything
cvsdist e9944ad
- depmod isn't run properly for non-serial numbered kernels
cvsdist e9944ad
cvsdist e9944ad
* Wed May 06 1998 Donnie Barnes <djb@redhat.com>
cvsdist e9944ad
- added system font and language setting
cvsdist e9944ad
cvsdist e9944ad
* Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Added missing files to packagelist.
cvsdist e9944ad
cvsdist e9944ad
* Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Added lots of linuxconf support.  Should still work on systems that
cvsdist e9944ad
  do not have linuxconf installed, but linuxconf gives enhanced support.
cvsdist e9944ad
- In concert with linuxconf, added IPX support.  Updated docs to reflect it.
cvsdist e9944ad
cvsdist e9944ad
* Fri May 01 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- rc.sysinit uses preferred directory
cvsdist e9944ad
cvsdist e9944ad
* Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- updated rc.sysinit to deal with kernel versions with release numbers
cvsdist e9944ad
cvsdist e9944ad
* Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- use ipcalc to calculate the netmask if one isn't specified
cvsdist e9944ad
cvsdist e9944ad
* Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- added and made use of ipcalc
cvsdist e9944ad
cvsdist e9944ad
* Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- removed unnecessary dhcp log from /tmp
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- if bootpc fails, take down the device
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- added check for mktemp failure
cvsdist e9944ad
cvsdist e9944ad
* Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- fixed support for user manageable cloned devices
cvsdist e9944ad
cvsdist e9944ad
* Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes
cvsdist e9944ad
cvsdist e9944ad
* Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
cvsdist e9944ad
- the logic for when  /var/lock/subsys/kerneld is touched was backwards
cvsdist e9944ad
cvsdist e9944ad
* Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- tried to get /proc stuff right one more time (uses -t nonfs,proc now)
cvsdist e9944ad
- added support for /fsckoptions
cvsdist e9944ad
- changed 'yse' to 'yes' in KERNELD= line
cvsdist e9944ad
cvsdist e9944ad
* Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- set domainname to "" if none is specified in /etc/sysconfig/network
cvsdist e9944ad
- fix /proc mounting to get it in /etc/mtab
cvsdist e9944ad
cvsdist e9944ad
* Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- fixed inheritance for clone devices
cvsdist e9944ad
cvsdist e9944ad
* Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- added sound support to rc.sysinit
cvsdist e9944ad
cvsdist e9944ad
* Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Added missing "then" clause
cvsdist e9944ad
cvsdist e9944ad
* Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Fixed DEBUG option in ifup-ppp
cvsdist e9944ad
- Fixed PPP persistance
cvsdist e9944ad
- Only change IP forwarding if necessary
cvsdist e9944ad
cvsdist e9944ad
* Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
cvsdist e9944ad
- removed the skeleton init script
cvsdist e9944ad
- added the ability to 'nice' daemons
cvsdist e9944ad
cvsdist e9944ad
* Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- touch /var/lock/subsys/kerneld if it's running, and after mounting /var
cvsdist e9944ad
- applied dhcp fix
cvsdist e9944ad
cvsdist e9944ad
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
cvsdist e9944ad
- added status|restart to init scripts
cvsdist e9944ad
cvsdist e9944ad
* Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- touch random seed file before chmod'ing it.
cvsdist e9944ad
cvsdist e9944ad
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
c0124b7
- run domainname if NISDOMAIN is set
cvsdist e9944ad
cvsdist e9944ad
* Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Make the random seed file mode 600.
cvsdist e9944ad
cvsdist e9944ad
* Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- moved to new chkconfig conventions
cvsdist e9944ad
cvsdist e9944ad
* Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- fixed rc.sysinit for hwclock compatibility
cvsdist e9944ad
cvsdist e9944ad
* Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- run 'ulimit -c 0' before running scripts in daemon function
cvsdist e9944ad
cvsdist e9944ad
* Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
cvsdist e9944ad
- added chkconfig support
cvsdist e9944ad
- made all rc*.d symlinks have missingok flag
cvsdist e9944ad
cvsdist e9944ad
* Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- fixed network-scripts to allow full pathnames as config files
cvsdist e9944ad
- removed some old 3.0.3 pcmcia device handling
cvsdist e9944ad
cvsdist e9944ad
* Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- /var/run/netreport needs to be group-writable now that /sbin/netreport
cvsdist e9944ad
  is setguid instead of setuid.
cvsdist e9944ad
cvsdist e9944ad
* Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Added network-functions to spec file.
cvsdist e9944ad
- Added report functionality to usernetctl.
cvsdist e9944ad
- Fixed bugs I introduced into usernetctl while adding clone device support.
c0124b7
- Clean up entire RPM_BUILD_ROOT directory in %%clean.
cvsdist e9944ad
cvsdist e9944ad
* Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Clone device support in network scripts, rc scripts, and usernetctl.
cvsdist e9944ad
- Disassociate from controlling tty in PPP and SLIP startup scripts,
cvsdist e9944ad
  since they act as daemons.
cvsdist e9944ad
- Spec file now provides start/stop symlinks, since they don't fit in
cvsdist e9944ad
  the CVS archive.
cvsdist e9944ad
cvsdist e9944ad
* Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
cvsdist e9944ad
- added mktemp support to ifup
cvsdist e9944ad
cvsdist e9944ad
* Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
cvsdist e9944ad
- fixed some init.d/functions bugs for stopping httpd
cvsdist e9944ad
cvsdist e9944ad
* Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
cvsdist e9944ad
- reworked status() to adjust for processes that change their argv[0] in
cvsdist e9944ad
  the process table.  The process must still have it's "name" in the argv[0]
cvsdist e9944ad
  string (ala sendmail: blah blah).
cvsdist e9944ad
cvsdist e9944ad
* Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- fixed bug in FORWARD_IPV4 support
cvsdist e9944ad
cvsdist e9944ad
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- added support for FORWARD_IPV4 variable
cvsdist e9944ad
cvsdist e9944ad
* Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
c0124b7
- added status function to functions along with better killproc
cvsdist e9944ad
  handling.
cvsdist e9944ad
- added /sbin/usleep binary (written by me) and man page
cvsdist e9944ad
- changed BuildRoot to /var/tmp instead of /tmp
cvsdist e9944ad
cvsdist e9944ad
* Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- /sbin/netreport sgid rather than suid.
cvsdist e9944ad
- /var/run/netreport writable by group root.
cvsdist e9944ad
cvsdist e9944ad
- /etc/ppp/ip-{up|down} no longer exec their local versions, so
cvsdist e9944ad
  now ifup-post and ifdown-post will be called even if ip-up.local
cvsdist e9944ad
  and ip-down.local exist.
cvsdist e9944ad
cvsdist e9944ad
* Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Added missing -f to [ invocation in ksyms check.
cvsdist e9944ad
cvsdist e9944ad
* Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Support for net event notification:
cvsdist e9944ad
  Call /sbin/netreport to request that SIGIO be sent to you whenever
cvsdist e9944ad
  a network interface changes status (won't work for brining up SLIP
cvsdist e9944ad
  devices).
cvsdist e9944ad
  Call /sbin/netreport -r to remove the notification request.
cvsdist e9944ad
- Added ifdown-post, and made all the ifdown scrips call it, and
cvsdist e9944ad
  added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
cvsdist e9944ad
  if it exists, then calls ifdown-post.
cvsdist e9944ad
- Moved ifup and ifdown to /sbin
cvsdist e9944ad
cvsdist e9944ad
* Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- usernetctl put back in ifdown
cvsdist e9944ad
- support for slaved interfaces
cvsdist e9944ad
cvsdist e9944ad
* Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- Created ifup-post from old ifup
cvsdist e9944ad
- PPP, PLIP, and generic ifup use ifup-post
cvsdist e9944ad
cvsdist e9944ad
* Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- Added DHCP support
cvsdist e9944ad
- Set hostname via reverse name lookup after configuring a networking
cvsdist e9944ad
  device if the current hostname is (none) or localhost
cvsdist e9944ad
cvsdist e9944ad
* Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- Got rid of xargs dependency in halt script
cvsdist e9944ad
- Don't mount /proc twice (unmount it in between)
c0124b7
- sulogin and filesystem unmounting only happened for a corrupt root
cvsdist e9944ad
  filesystem -- it now happens when other filesystems are corrupt as well
cvsdist e9944ad
cvsdist e9944ad
* Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- PPP fixes and additions
cvsdist e9944ad
cvsdist e9944ad
* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- Mount proc before trying to start kerneld so we can test for /proc/ksyms
cvsdist e9944ad
  properly.
cvsdist e9944ad
cvsdist e9944ad
* Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Added MTU for PPP.
cvsdist e9944ad
- Put PPPOPTIONS at the end of the options string instead of at the
cvsdist e9944ad
  beginning so that they override other options.  Gives users more rope...
cvsdist e9944ad
- Don't do module-based stuff on non-module systems.  Ignore errors if
cvsdist e9944ad
  st module isn't there and we try to load it.
cvsdist e9944ad
cvsdist e9944ad
* Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist e9944ad
- Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
cvsdist e9944ad
  provided by doexec goes away when pppd gets swapped out.
cvsdist e9944ad
- ifup-ppp now sets remotename to the logical name of the device.
cvsdist e9944ad
  This will BREAK current PAP setups on netcfg-managed interfaces,
cvsdist e9944ad
  but we needed to do this to add a reasonable interface-specific
cvsdist e9944ad
  PAP editor to netcfg.
cvsdist e9944ad
cvsdist e9944ad
* Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
cvsdist e9944ad
- Added usernetctl wrapper for user mode ifup and ifdown's and man page
c0124b7
- Rewrote ppp and slip kill and retry code
cvsdist e9944ad
- Added doexec and man page