Blame SPECS/initscripts.spec

52d5b2
Summary: The inittab file and the /etc/init.d scripts
52d5b2
Name: initscripts
2826c9
Version: 9.49.46
52d5b2
# ppp-watch is GPLv2+, everything else is GPLv2
52d5b2
License: GPLv2 and GPLv2+
52d5b2
Group: System Environment/Base
2826c9
Release: 1%{?dist}
52d5b2
URL: https://github.com/fedora-sysv/initscripts
52d5b2
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
52d5b2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
52d5b2
Obsoletes: initscripts-legacy <= 9.39
52d5b2
Requires: /bin/awk, sed, coreutils
52d5b2
Requires: /sbin/sysctl
52d5b2
Requires: grep
52d5b2
Requires: module-init-tools
52d5b2
Requires: util-linux >= 2.16
52d5b2
Requires: bash >= 3.0
52d5b2
Requires: sysvinit-tools >= 2.87-5
52d5b2
Conflicts: systemd < 23-1
52d5b2
Conflicts: systemd-units < 23-1
52d5b2
Conflicts: lvm2 < 2.02.100-5
52d5b2
Conflicts: dmraid < 1.0.0.rc16-18
52d5b2
Requires: systemd
52d5b2
Requires: iproute, /sbin/arping, findutils
e48ac5
Requires: redhat-release
e48ac5
Conflicts: redhat-release < 7.5-0.11
52d5b2
Requires: udev >= 125-1
52d5b2
Requires: cpio
52d5b2
Requires: hostname
52d5b2
Conflicts: ipsec-tools < 0.8.0-2
52d5b2
Conflicts: NetworkManager < 0.9.9.0-37.git20140131.el7
52d5b2
Requires(pre): /usr/sbin/groupadd
52d5b2
Requires(post): /sbin/chkconfig, coreutils
52d5b2
Requires(preun): /sbin/chkconfig
e48ac5
%{?systemd_requires}
e48ac5
BuildRequires: glib2-devel popt-devel gettext pkgconfig systemd
52d5b2
Provides: /sbin/service
52d5b2
52d5b2
%description
52d5b2
The initscripts package contains basic system scripts used
52d5b2
during a boot of the system. It also contains scripts which
52d5b2
activate and deactivate most network interfaces.
52d5b2
52d5b2
%package -n debugmode
52d5b2
Summary: Scripts for running in debugging mode
52d5b2
Requires: initscripts
52d5b2
Group: System Environment/Base
52d5b2
52d5b2
%description -n debugmode
52d5b2
The debugmode package contains some basic scripts that are used to run
52d5b2
the system in a debugging mode.
52d5b2
52d5b2
Currently, this consists of various memory checking code.
52d5b2
52d5b2
%prep
52d5b2
%setup -q
52d5b2
52d5b2
%build
52d5b2
make
52d5b2
52d5b2
%install
52d5b2
rm -rf $RPM_BUILD_ROOT
52d5b2
make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandir} install
52d5b2
52d5b2
%find_lang %{name}
52d5b2
52d5b2
%ifnarch s390 s390x
52d5b2
rm -f \
52d5b2
 $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
52d5b2
%else
52d5b2
rm -f \
52d5b2
 $RPM_BUILD_ROOT/etc/sysconfig/init.s390
52d5b2
%endif
52d5b2
52d5b2
touch $RPM_BUILD_ROOT/etc/crypttab
52d5b2
chmod 600 $RPM_BUILD_ROOT/etc/crypttab
52d5b2
52d5b2
%pre
52d5b2
/usr/sbin/groupadd -g 22 -r -f utmp
52d5b2
52d5b2
%post
e48ac5
%systemd_post brandbot.path rhel-autorelabel.service rhel-autorelabel-mark.service rhel-configure.service rhel-dmesg.service rhel-domainname.service rhel-import-state.service rhel-loadmodules.service rhel-readonly.service
e48ac5
52d5b2
touch /var/log/wtmp /var/run/utmp /var/log/btmp
52d5b2
chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
52d5b2
chmod 664 /var/log/wtmp /var/run/utmp
52d5b2
chmod 600 /var/log/btmp
52d5b2
52d5b2
/usr/sbin/chkconfig --add network
52d5b2
/usr/sbin/chkconfig --add netconsole
52d5b2
52d5b2
%preun
e48ac5
%systemd_preun brandbot.path rhel-autorelabel.service rhel-autorelabel-mark.service rhel-configure.service rhel-dmesg.service rhel-domainname.service rhel-import-state.service rhel-loadmodules.service rhel-readonly.service
e48ac5
52d5b2
if [ $1 = 0 ]; then
52d5b2
  /usr/sbin/chkconfig --del network
52d5b2
  /usr/sbin/chkconfig --del netconsole
52d5b2
fi
52d5b2
52d5b2
%postun
e48ac5
%systemd_postun brandbot.path rhel-autorelabel.service rhel-autorelabel-mark.service rhel-configure.service rhel-dmesg.service rhel-domainname.service rhel-import-state.service rhel-loadmodules.service rhel-readonly.service
e48ac5
e48ac5
# We need to keep this in initscripts until the EOL of RHEL-7.2-EUS:
e48ac5
%triggerun -- initscripts < 9.49.40
e48ac5
if [ $1 -gt 1 ]; then
e48ac5
  systemctl enable brandbot.path rhel-autorelabel.service rhel-autorelabel-mark.service rhel-configure.service rhel-dmesg.service rhel-domainname.service rhel-import-state.service rhel-loadmodules.service rhel-readonly.service &> /dev/null || :
e48ac5
  echo -e "\nUPGRADE: Automatically re-enabling default systemd units:\n\tbrandbot.path\n\trhel-autorelabel.service\n\trhel-autorelabel-mark.service\n\trhel-configure.service\n\trhel-dmesg.service\n\trhel-domainname.service\n\trhel-import-state.service\n\trhel-loadmodules.service\n\trhel-readonly.service\n" || :
52d5b2
fi
52d5b2
52d5b2
%clean
52d5b2
rm -rf $RPM_BUILD_ROOT
52d5b2
52d5b2
%files -f %{name}.lang
52d5b2
%defattr(-,root,root)
52d5b2
%dir /etc/sysconfig/network-scripts
52d5b2
%config(noreplace) %verify(not md5 mtime size) /etc/adjtime
52d5b2
%config(noreplace) /etc/sysconfig/init
52d5b2
%config(noreplace) /etc/sysconfig/netconsole
52d5b2
%config(noreplace) /etc/sysconfig/readonly-root
52d5b2
/etc/sysconfig/network-scripts/ifdown
52d5b2
/usr/sbin/ifdown
52d5b2
/etc/sysconfig/network-scripts/ifdown-post
52d5b2
/etc/sysconfig/network-scripts/ifup
52d5b2
/usr/sbin/ifup
52d5b2
/usr/libexec/initscripts/brandbot
52d5b2
%dir /etc/sysconfig/console
52d5b2
%dir /etc/sysconfig/modules
52d5b2
/etc/sysconfig/network-scripts/network-functions
52d5b2
/etc/sysconfig/network-scripts/network-functions-ipv6
52d5b2
/etc/sysconfig/network-scripts/init.ipv6-global
52d5b2
%config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
52d5b2
/etc/sysconfig/network-scripts/ifup-post
52d5b2
/etc/sysconfig/network-scripts/ifdown-ppp
52d5b2
/etc/sysconfig/network-scripts/ifup-ppp
52d5b2
/etc/sysconfig/network-scripts/ifup-routes
52d5b2
/etc/sysconfig/network-scripts/ifdown-routes
52d5b2
/etc/sysconfig/network-scripts/ifup-plip
52d5b2
/etc/sysconfig/network-scripts/ifup-plusb
52d5b2
/etc/sysconfig/network-scripts/ifup-bnep
52d5b2
/etc/sysconfig/network-scripts/ifdown-bnep
52d5b2
/etc/sysconfig/network-scripts/ifup-eth
52d5b2
/etc/sysconfig/network-scripts/ifdown-eth
52d5b2
/etc/sysconfig/network-scripts/ifup-ipv6
52d5b2
/etc/sysconfig/network-scripts/ifdown-ipv6
52d5b2
/etc/sysconfig/network-scripts/ifup-sit
52d5b2
/etc/sysconfig/network-scripts/ifdown-sit
52d5b2
/etc/sysconfig/network-scripts/ifup-tunnel
52d5b2
/etc/sysconfig/network-scripts/ifdown-tunnel
52d5b2
/etc/sysconfig/network-scripts/ifup-aliases
52d5b2
/etc/sysconfig/network-scripts/ifup-ippp
52d5b2
/etc/sysconfig/network-scripts/ifdown-ippp
52d5b2
/etc/sysconfig/network-scripts/ifup-wireless
52d5b2
/etc/sysconfig/network-scripts/ifup-isdn
52d5b2
/etc/sysconfig/network-scripts/ifdown-isdn
52d5b2
%ifarch s390 s390x
52d5b2
/etc/sysconfig/network-scripts/ifup-ctc
52d5b2
%endif
52d5b2
%config(noreplace) /etc/networks
52d5b2
%config(noreplace) /etc/rwtab
52d5b2
%config(noreplace) /etc/statetab
52d5b2
%dir /etc/rwtab.d
52d5b2
%dir /etc/statetab.d
52d5b2
/usr/lib/systemd/rhel-*
52d5b2
/usr/lib/systemd/system/*
52d5b2
/etc/inittab
52d5b2
%dir /etc/rc.d
52d5b2
%dir /etc/rc.d/rc[0-9].d
52d5b2
/etc/rc[0-9].d
52d5b2
%dir /etc/rc.d/init.d
52d5b2
/etc/rc.d/init.d/*
52d5b2
%config(noreplace) /etc/sysctl.conf
52d5b2
/usr/lib/sysctl.d/00-system.conf
52d5b2
/etc/sysctl.d/99-sysctl.conf
52d5b2
%exclude /etc/profile.d/debug*
52d5b2
/etc/profile.d/*
52d5b2
/usr/sbin/sys-unconfig
52d5b2
/usr/bin/ipcalc
52d5b2
/usr/bin/usleep
52d5b2
%attr(4755,root,root) /usr/sbin/usernetctl
52d5b2
/usr/sbin/consoletype
52d5b2
/usr/sbin/genhostid
52d5b2
/usr/sbin/sushell
52d5b2
%attr(2755,root,root) /usr/sbin/netreport
52d5b2
/usr/lib/udev/rules.d/*
52d5b2
/usr/lib/udev/rename_device
52d5b2
/usr/lib/udev/udev-kvm-check
52d5b2
/usr/sbin/service
52d5b2
/usr/sbin/ppp-watch
52d5b2
%{_mandir}/man*/*
52d5b2
%dir %attr(775,root,root) /var/run/netreport
52d5b2
%dir /etc/ppp
52d5b2
%dir /etc/ppp/peers
52d5b2
/etc/ppp/ip-up
52d5b2
/etc/ppp/ip-down
52d5b2
/etc/ppp/ip-up.ipv6to4
52d5b2
/etc/ppp/ip-down.ipv6to4
52d5b2
/etc/ppp/ipv6-up
52d5b2
/etc/ppp/ipv6-down
52d5b2
%dir /etc/NetworkManager
52d5b2
%dir /etc/NetworkManager/dispatcher.d
52d5b2
/etc/NetworkManager/dispatcher.d/00-netreport
52d5b2
%doc sysconfig.txt sysvinitfiles static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6 COPYING
52d5b2
%doc examples
52d5b2
/var/lib/stateless
52d5b2
%ghost %attr(0600,root,utmp) /var/log/btmp
52d5b2
%ghost %attr(0664,root,utmp) /var/log/wtmp
52d5b2
%ghost %attr(0664,root,utmp) /var/run/utmp
52d5b2
%ghost %attr(0644,root,root) /etc/sysconfig/kvm
52d5b2
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
52d5b2
%dir /usr/lib/tmpfiles.d
52d5b2
/usr/lib/tmpfiles.d/initscripts.conf
52d5b2
%dir /usr/libexec/initscripts
52d5b2
%dir /usr/libexec/initscripts/legacy-actions
52d5b2
%ghost %{_localstatedir}/log/dmesg
52d5b2
%ghost %{_localstatedir}/log/dmesg.old
52d5b2
52d5b2
%files -n debugmode
52d5b2
%defattr(-,root,root)
52d5b2
%config(noreplace) /etc/sysconfig/debug
52d5b2
/etc/profile.d/debug*
52d5b2
52d5b2
%changelog
2826c9
* Fri Aug 24 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.46-1
2826c9
- ifup-post: fix incorrect condition for RESOLV_MODS (bug #1610411)
2826c9
2826c9
* Tue Jul 24 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.45-1
2826c9
- network: parsing of /proc/mounts returned (bug #1572659)
2826c9
- netconsole: LSB header added (bug #1508489)
2826c9
- ifdown-eth: no longer needed 'pidof -x dhclient' condition removed (bug #1559384)
2826c9
2826c9
* Thu Jun 07 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.44-1
2826c9
- network-scripts: setting of firewall ZONE fixed (bug #1586284)
2826c9
2826c9
* Tue May 29 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.43-1
2826c9
- network: add knob to optionally keep interfaces up during shutdown
2826c9
2826c9
* Fri May 25 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.42-1
2826c9
- rhel-autorelabel: set UEFI boot order (BootNext) same as BootCurrent
2826c9
- network-functions: use tr to upper case strings rather than awk
2826c9
- sysconfig/readonly-root: Clarify the usage of readonly-root
2826c9
- network-functions: add error messages for bonding installation
2826c9
- sysctl.conf.s390: drop SHMALL and SHMMAX
2826c9
- network.service: 'reload' removed
2826c9
- rhel-readonly.service: target name for random seed fixed
2826c9
- init.d/functions: fix sourcing for ksh
79c5fd
e48ac5
* Tue Jan 02 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.41-1
e48ac5
- ifdown-post: fix logical error in commit 5d61564
e48ac5
- network-functions: use POSIX forwarding instead of bash-ism
e48ac5
e48ac5
* Fri Nov 03 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.40-1
e48ac5
- require 'redhat-release' instead of /etc/system-release & conflict with older versions
e48ac5
- ifup-post: always update 'nameserver' & 'search' entries in /etc/resolv.conf
e48ac5
- systemd/system: symlinks for initscripts' services removed
e48ac5
- *.old extension added to list of ignored files
e48ac5
- ifup-eth: wait for STP to complete setup on bridge if $DELAY is not set
e48ac5
- init.d/functions: convert2sec() function added
e48ac5
- init.d/functions: is_true() & is_false() extended by ON/OFF support
e48ac5
- usleep(1) calls replaced with sleep(1) calls
e48ac5
- network-scripts: DBus calls forwarded to /dev/null
e48ac5
- network-scripts: firewall-cmd replaced with DBus calls
e48ac5
- ARPUDATE option introduced
52d5b2
52d5b2
* Wed May 03 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.39-1
52d5b2
- sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME option
52d5b2
- DHCP_FQDN and DHCP_SEND_HOSTNAME introduced
52d5b2
- re-add missing $HOSTNAME initialization
52d5b2
- ifup: add support for VLAN_EGRESS_PRIORITY_MAP
52d5b2
- rhel-autorelabel: synchronize cached writes before reboot
52d5b2
52d5b2
* Thu Mar 30 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.49.38-1
52d5b2
- ifdown-eth: we need to flush global scope as well
52d5b2
- killproc/status: add missing '-b <binary>' option
52d5b2
- specfile: mark 'rwtab' and 'statetab' as config files
52d5b2
- spec: we need newer lvm
52d5b2
- rwtab: add /var/lib/systemd/timers
52d5b2
- ifup-eth: remove quote marks
52d5b2
- 9.70-sync: Move everything to github
52d5b2
- 9.70-sync: rwtab updated
52d5b2
- 9.70-sync: service file updated
52d5b2
- 9.70-sync: syconfig.txt updated
52d5b2
- 9.70-sync: systemd/rhel-import-state updated
52d5b2
- 9.70-sync: sysconfig/network-scripts/* updated - part 2
52d5b2
- 9.70-sync: sysconfig/network-scripts/* updated - part 1
52d5b2
- 9.70-sync: rc.d/init.d/network updated
52d5b2
- 9.70-sync: rc.d/init.d/netconsole updated
52d5b2
- 9.70-sync: rc.d/init.d/functions updated
52d5b2
- 9.70-sync: ipv6-6to4.howto example updated
52d5b2
- 9.70-sync: examples/networking/ifcfg-bridge updated
52d5b2
- network: load NetworkManager connection via dbus
52d5b2
- network: check for running NetworkManager via dbus
52d5b2
52d5b2
* Mon Sep 12 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.37-1
52d5b2
- rhel-import-state: fix broken order of parameters
52d5b2
52d5b2
* Fri Sep 09 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.36-1
52d5b2
- import-state: copy just some attributes
52d5b2
52d5b2
* Tue Aug 02 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.35-1
52d5b2
- functions: systemctl show now returns an error when unit does not exist
52d5b2
52d5b2
* Fri Jul 15 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.34-1
52d5b2
- import-state: restore also sensitivity part of SELinux context
52d5b2
52d5b2
* Thu Jul 14 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.33-1
52d5b2
- network: run after network-pre.target
52d5b2
52d5b2
* Thu Jun 23 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.32-1
52d5b2
- ifup-eth: fix setting preferred_lft and valid_lft
52d5b2
52d5b2
* Mon Jun 13 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.31-1
52d5b2
- ipv6: wait for all global IPv6 addresses to leave the "tentative" state
52d5b2
- source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=no
52d5b2
- ifup-aliases: inherit ARPCHECK from parent device
52d5b2
- rhel-dmesg: don't start in containers
52d5b2
- ifup-eth: fix typo in error message (#1038776)
52d5b2
- sysctl.conf: steal comments about /usr,/etc,... from fedora's sysctl.conf
52d5b2
- rwtab: /var/lib/nfs needs to copy the files
52d5b2
- functions: improve killing loops
52d5b2
- ipcalc: detect invalid mask
52d5b2
- ifup: set valid_lft and preferred_lft to forever for static ip
52d5b2
- service: use systemd mangle for given service
52d5b2
- ifup-post: check resolve.conf also with DNS2
52d5b2
- ifdown-post: remove resolv.conf only in specific cases
52d5b2
- spec: ghost /var/log/dmesg
52d5b2
- network-functions: is_available_wait should wait even in the case that is_available returns 2
52d5b2
- autorelabel: turn quota off before relabeling
52d5b2
- autorelabel: call dracut-initramfs-restore before forced reboot
52d5b2
52d5b2
* Wed Sep 16 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.30-1
52d5b2
- ifup-eth: some bridge options are applied later
52d5b2
52d5b2
* Tue Sep 15 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.29-1
52d5b2
- service: improve status and stop function for daemon with intscripts
52d5b2
52d5b2
* Mon Aug 31 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.28-1
52d5b2
- init.d/functions: reload systemd if it can't see an initscript
52d5b2
52d5b2
* Fri Aug 07 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.27-1
52d5b2
- network-functions: fix wireless detection
52d5b2
52d5b2
* Wed Jul 01 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.26-1
52d5b2
- import-state: don't run restorecon when it does not exist
52d5b2
- network-functions: reeplace iwconfig with iw
52d5b2
- fedora-readonly: use --make-slave with --bind mounts
52d5b2
52d5b2
* Wed Jun 17 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.25-1
52d5b2
- network: tell NM to reload its configuration during start
52d5b2
- bonding: warn if the ifup for slave device failed
52d5b2
- brandbot: move to /usr/libexec/initscripts
52d5b2
- sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernel
52d5b2
- rename_device: allow non-channel nics for s390x machines
52d5b2
- network-functions: fix check in install_bonding_driver
52d5b2
- ifup-aliases: don't return with error when arping fails
52d5b2
- network-functions: fix change_resolv_conf after grep update
52d5b2
- clarify daemon() usage message
52d5b2
- ifup: don't call NM for loopback
52d5b2
- ifup: add missing quotes
52d5b2
52d5b2
* Thu Jan 15 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.24-1
52d5b2
- rhel-import-state.service: run a little bit later
52d5b2
52d5b2
* Tue Dec 16 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.23-1
52d5b2
- ifdown-ipv6: reset addrgenmode to eui64 for device
52d5b2
- ifup: fix typo
52d5b2
52d5b2
* Wed Nov 12 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.22-1
52d5b2
- adjust LINKDELAY when STP is on
52d5b2
52d5b2
* Fri Oct 24 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.21-1
52d5b2
- ifup,vlan: fix typo
52d5b2
52d5b2
* Thu Oct 09 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.20-1
52d5b2
- rhel-import-state: do not clobber /
52d5b2
52d5b2
* Tue Sep 23 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.19-1
52d5b2
- minor fixes
52d5b2
52d5b2
* Wed Sep 17 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.18-1
52d5b2
- is_available_wait: properly propage return value from is_available
52d5b2
- man: update sys-unconfig.8
52d5b2
- rename_devices: comments need to have a blank before them
52d5b2
- add example ifcfg files
52d5b2
- network-functions: improve bonding_masters grep
52d5b2
- ifup: if we were unable to determine DEVICE always call nmcli up
52d5b2
- ifup-tunnel: call ifup-ipv6 in the end
52d5b2
- ifup: also set multicast_snooping after the bridge is up
52d5b2
- ifup-eth: some options for bridge can be applied after the bridge is up
52d5b2
- custom naming for VLAN devices
52d5b2
- ifup-wireless: add support for wowlan
52d5b2
- vi.po: fix parentheses
52d5b2
- network-functions: ETHTOOL_DELAY introduction patch
52d5b2
- ipcalc: -c allow netmask
52d5b2
- ipcalc: parse prefix more safely
52d5b2
- use pie and relro by default
52d5b2
- sys-unconfig: use poweroff instead of halt
52d5b2
- ifup-aliases: improve duplicate address detection
52d5b2
- network-functions: handle BONDING_OPTS better
52d5b2
- fedora-readonly: fix prefix detection (#1059749)
52d5b2
- network: tell nm to wake the slaves
52d5b2
- bridging: add possibility to set prio and ageing
52d5b2
- network: add support for team devices
52d5b2
- inittab: fix path and mention set-default
52d5b2
- fedora-domainname: DefaultDependencies=no
52d5b2
52d5b2
* Wed Apr 02 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.17-1
52d5b2
- add configurable DEVTIMEOUT
52d5b2
52d5b2
* Tue Apr 01 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.16-1
52d5b2
- network: detect if / is on netfs (#1029677)
52d5b2
- is_nm_handling: fix RE (#1083040)
52d5b2
52d5b2
* Tue Mar 11 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.15-1
52d5b2
- network: try to not compete with NM during boot (#1068621)
52d5b2
52d5b2
* Thu Feb 27 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.14-1
52d5b2
- update ifup/ifdown NetworkManager interaction (#1036701, #1061810)
52d5b2
- service: fix action matching
52d5b2
- service: add condrestart to allowed commands (#1069222)
52d5b2
52d5b2
* Wed Feb 12 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.13-1
52d5b2
- delete IPX support
52d5b2
- update ifup/ifdown NetworkManager interaction (#1036701, #1061810)
52d5b2
- set shmmax and shmall defaults to match rhel6 values (#1056547)
52d5b2
52d5b2
* Wed Dec 04 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.49.12-1
52d5b2
- use iw instead of iwconfig and friends (#915343)
52d5b2
- don't care about rc.local anymore (#1034156)
52d5b2
- udev-kvm-check: simplify reading of threshold (#1031568)
52d5b2
- brandbot: read only first line (#1031490)
52d5b2
52d5b2
* Thu Nov 14 2013 Václav Pavlín <vpavlin@redhat.com> - 9.49.11-1
52d5b2
- Revert: provide KVM guest count and limit info message (#1014731)
52d5b2
- add C implementation of reverted patch
52d5b2
52d5b2
* Wed Nov 13 2013 Václav Pavlín <vpavlin@redhat.com> - 9.49.10-1
52d5b2
- provide KVM guest count and limit info message (#1014731)
52d5b2
52d5b2
* Tue Nov 12 2013 Václav Pavlín <vpavlin@redhat.com> - 9.49.9-1
52d5b2
- spec: update description of the initscript package
52d5b2
52d5b2
* Tue Nov 12 2013 Václav Pavlín <vpavlin@redhat.com> - 9.49.8-1
52d5b2
- service: suggest using systemctl if unknown action is used (#1029350)
52d5b2
- rename_device: remove comments and trailing whitespaces (#1027945)
52d5b2
- readonly-root: restore selinux context after bind mount (#1029342)
52d5b2
52d5b2
* Tue Nov 05 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.49.7-1
52d5b2
- readonly-root: Add /var/log/audit/audit.log to rwtab (#1026815)
52d5b2
- brandot: fix posssible segfault (#1024922)
52d5b2
52d5b2
* Fri Sep 20 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.49.6-1
52d5b2
- brandbot: tool to write branding to /etc/os-release (#1009947)
52d5b2
52d5b2
* Thu Sep 12 2013 Václav Pavlín <vpavlin@redhat.com> - 9.49.5-1
52d5b2
- readonly-root: bind-mount only necessary subset of entries in rwtab
52d5b2
52d5b2
* Tue Sep 10 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.49.4-1
52d5b2
- ifdown: fix typo in nmcli call (#1006222)
52d5b2
- ipcalc: support RFC3021 (#997271)
52d5b2
- enable 'network' service at boot time for interfaces not supported by NetworkManager (#1003936)
52d5b2
52d5b2
* Fri Aug 30 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.49.3-1
52d5b2
- update functions who call nmcli (#1002958)
52d5b2
- create /var/log/dmesg for compatibility reasons (#854002)
52d5b2
52d5b2
* Mon Aug 19 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.2-1
52d5b2
- symlink /etc/sysctl.conf -> /etc/sysctl.d/
52d5b2
- man: only action specified in LSB are redirected to systemd
52d5b2
- service: filter actions that are not supported by systemctl in service (#947823)
52d5b2
- install_bonding_driver: drop check for existing device (#991335)
52d5b2
- consider IPV6INIT undefined as YES
52d5b2
- don't care about network filesystems
52d5b2
52d5b2
* Mon Jul 15 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.49.1-1
52d5b2
- rename fedora-* to rhel-*
52d5b2
- first rhel7 version
52d5b2
52d5b2
* Fri Jul 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.48-1
52d5b2
- man: add systemd man pages to service.8 "see also" section
52d5b2
- add possibility to set domainname through /etc/sysconfig/network
52d5b2
- rename_device: don't wait for lock with lower permissions
52d5b2
- 256term.csh: remove quotes around variable (#979796)
52d5b2
- drop useless variables from /etc/sysconfig/init
52d5b2
- readonly-root: rpcidmapd restart is not needed anymore
52d5b2
- ifup-eth: print error only if arping is really called (#974603)
52d5b2
- readonly-root: Add /var/lib/samba to rwtab
52d5b2
52d5b2
* Fri May 31 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.47-1
52d5b2
- network-functions: to determine state of nscd check socket not lock (#960779)
52d5b2
- sysconfig.txt advised saslauthd -a instad of -v
52d5b2
- update translations from transifex
52d5b2
- drop translation for other initscripts
52d5b2
- tweak ifup/ifdown usage and man page (#961917)
52d5b2
- ctrl-alt-delete.target is provided by systemd package
52d5b2
- remove some defaults from arch specific sysctl.conf
52d5b2
- readonly-root: remount rpc_pipefs if readonly-root is used
52d5b2
- service: mention legacy actions and systemctl redirection in man page
52d5b2
52d5b2
* Fri Apr 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.46-1
52d5b2
- add /var/lib/NetworkManager
52d5b2
- add ipip6 tunneling support (#928232, raorn@raorn.name)
52d5b2
- bonding: set master up before slaves
52d5b2
- set net.ipv6.conf.SYSCTLDEVICE.autoconf in ifup-ipv6
52d5b2
- ifdown: don't call nmcli on interface that is alread down
52d5b2
- remove some defaults from sysctl.conf (move to systemd)
52d5b2
- call flush addresses with scope global
52d5b2
- service: action should not be empty when calling legacy-actions (#947817)
52d5b2
- ifup-eth: ignore arping errors (#928379)
52d5b2
- replace tunctl with ip tuntap (#947875)
52d5b2
- reload sysctl settings for vlans on ifup
52d5b2
- try dhcpv6 after v4 failed (#846618)
52d5b2
52d5b2
* Fri Mar 15 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.45-2
52d5b2
- provides /sbin/service
52d5b2
52d5b2
* Fri Mar 15 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.45-1
52d5b2
- turn on symlink protections in sysctl (#922030)
52d5b2
- add systemd-random-seed.service to  Before= in fedora-readonly.service (#888615)
52d5b2
- mention rule6 files in sysconfig.txt
52d5b2
- skip nmcli for wireless device (#863707)
52d5b2
- remove config-noreplace from /etc/inittab (#627474)
52d5b2
- remount-rootfs.service got renamed to systemd-remount-fs.service
52d5b2
- compile netreport and usernetctl with full RELRO and PIE (#853178)
52d5b2
- move stuff directly to /usr (#905492)
52d5b2
- Remove NETWORKING_IPV6 from sysconfig.txt (#918622)
52d5b2
- fix greps to correctly handle comments and quotation
52d5b2
52d5b2
* Wed Feb 20 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.44-1
52d5b2
- limit udev rule for network renaming (#907365, mschmidt@redhat.com)
52d5b2
- fix path for arpwatch, seems to be in /var/lib on Fedora 18
52d5b2
- fix the path for lvm cache, there is no file /etc/lvm/.cache ( but there is one /etc/lvm/cache )
52d5b2
- fix path for dhcpd, is /var/lib/dhcpd since 2005 ( see 31cdb58df77 on the dhcp package git )
52d5b2
- fix the patch for apache modules in rwtab, that are now in /var/cache/httpd
52d5b2
- remove no longer used directory ( at least in Fedora ), hald is deprecated,
52d5b2
  /var/tux cannot be found and xend seems to use a subdirectory of /var/lib/xen
52d5b2
- correct the path for puppet directory in /etc/rwtab, now use /var/lib/puppet by default
52d5b2
- allow passing -F from /.autorelabel to fixfiles when relabeling system (#904279)
52d5b2
- correctly detect Open vSwitch device types
52d5b2
- clear DEVICE and TYPE variables before every iteration (#902463)
52d5b2
- sets BONDING_OPTS before interface is brougth up
52d5b2
- check an IP address for existence in ifup-alias (#852005)
52d5b2
- sync FSF address with GPL 2 text.
52d5b2
- fix rpmlint's spaces vs tabs warning.
52d5b2
- fix bogus %changelog dates.
52d5b2
- build with $RPM_LD_FLAGS.
52d5b2
- use -sf, not -s. (#901827)
52d5b2
- add /usr/libexec/initscripts to file list (#894475)
52d5b2
- rename term256 to 256term (glob sort) (#849429)
52d5b2
- readd missing shebang. (#885821)
52d5b2
- migrate even further away from /etc/sysconfig/network for hostname, and /etc/sysconfig/i18n.
52d5b2
52d5b2
* Fri Dec  7 2012 Bill Nottingham <notting@redhat.com> - 9.43-1
52d5b2
- 60-net.rules: explicitly set the interface name (#870859)
52d5b2
- ifup-eth: set firewall zone before ifup-ipv6 for DHCPv6 (#802415)
52d5b2
- migrate to /etc/locale.conf, /etc/vconsole.conf (#881923)
52d5b2
- rename_device: fix bogus locking
52d5b2
- fix wireless device detection for kernel 3.6 (#875328)
52d5b2
- drop fedora-storage-init, fedora-wait-storage (<prajinoha@redhat.com>)
52d5b2
52d5b2
* Wed Oct 31 2012 Bill Nottingham <notting@redhat.com> - 9.42-1
52d5b2
- Halloween release!
52d5b2
- add a default /etc/sysctl.conf that describes how to change values, and where the defaults now live. (#760254)
52d5b2
- translation updates
52d5b2
- fedora-autorelabel: don't pass -F to fixfiles (#863662, <dwalsh@redhat.com>)
52d5b2
- fix calling of firewall-cmd in ifup-post/ifdown-post (<jpopelka@redhat.com>)
52d5b2
52d5b2
* Fri Oct  5 2012 Bill Nottingham <notting@redhat.com> - 9.41-1
52d5b2
- debugmode: MALLOC_CHECK_ is not thread safe. Don't enable it by default (#853175)
52d5b2
- Add support for 256 color terminals (<pbrady@redhat.com>)
52d5b2
- ifdown-eth: be less strict about VLAN name (#505314, <vpavlin@redhat.com>)
52d5b2
- drop prefdm
52d5b2
- ifup-eth: allow duplicate address detection to be disabled (<bcodding@uvm.edu>)
52d5b2
- process rule6-* for sit devices (#840009, <lnykryn@redhat.com>)
52d5b2
52d5b2
* Mon Aug  6 2012 Bill Nottingham <notting@redhat.com> - 9.40-1
52d5b2
- drop support for booting non-systemd systems
52d5b2
- drop legacy commands: getkey, fstab-decode, testd
52d5b2
52d5b2
* Fri Jun 29 2012 Bill Nottingham <notting@redhat.com> - 9.39-1
52d5b2
- assorted documentation cleanups
52d5b2
- typo, spelling, licenese clean up (<ville.skytta@iki.fi>)
52d5b2
- service: add support for legacy custom actions packaged in
52d5b2
  /usr/libexec/initscripts/legacy-actions/<script>/<action>
52d5b2
- network-functions: handle quoted HWADDR (#835372)
52d5b2
- allow bridge names that start with '-' (<danken@redhat.com>)
52d5b2
- remove all non-legacy uses of /sbin/route (#682308)
52d5b2
- move default sysctl.conf to /usr/lib/sysctl.d (#760254)
52d5b2
52d5b2
* Fri Mar 16 2012 Bill Nottingham <notting@redhat.com> - 9.37-1
52d5b2
- Add support for firewalld zones (#802415, from <jpopelka@redhat.com>)
52d5b2
52d5b2
* Mon Mar 12 2012 Bill Nottingham <notting@redhat.com> - 9.36-1
52d5b2
- ifup-aliases: fix IFS usage mangling of device names (#802119)
52d5b2
- ifup/ifdown: fix typo (#802055, <lubek@users.sourceforge.net>)
52d5b2
52d5b2
* Fri Mar  9 2012 Bill Nottingham <notting@redhat.com> - 9.35-1
52d5b2
- use the same DHCP lease file names as NetworkManager, where appropriate
52d5b2
- copy network state from initramfs with a systemd service, not inline (<wwoods@redhat.com>)
52d5b2
- sysconfig.txt: clean up section on disabling IPv6
52d5b2
- ifup: allow for ifup-$TYPE/ifdown-$TYPE
52d5b2
- fedora-readonly.service: drop StandardInput=tty (#785662)
52d5b2
- sysconfig.txt: document additional ETHTOOL_OPTS enhancements (<raghusiddarth@gmail.com>)
52d5b2
- port assorted ancient ifup-XYZ scripts away from ifconfig
52d5b2
- don't use ifconfig in ifup-aliases (#721010, 588993, based on <tgummels@redhat.com>)
52d5b2
- fedora-storage-init: handle dmraid sets with spaces (#728795, <lnykryn@redhat.com>)
52d5b2
- fedora-readonly: don't exit with an error if SEinux isn't active. (#768628)
52d5b2
- init.d/network: fix checks for network filesystems (#760018)
52d5b2
- fedora-wait-storage: drop stdin/stdout/stderr (#735867)
52d5b2
- netfs: move to legacy package
52d5b2
- translation updates
52d5b2
52d5b2
* Tue Oct 25 2011 Bill Nottingham <notting@redhat.com> - 9.34-1
52d5b2
- read locale.conf if it exists (#706756)
52d5b2
- ifdown: fix logic error with removing arp_ip_target (#745681)
52d5b2
52d5b2
* Wed Oct 12 2011 Bill Nottingham <notting@redhat.com> - 9.33-1
52d5b2
- netconsole: only use the first ARP response (#744309, <doug.knight@karmix.org>)
52d5b2
- udev/rules.d/88-clock.rules: drop this entirely, as it causes issues in conjunction with systemd
52d5b2
- init.d/network: be less picky about ifcfg file names. (#742276)
52d5b2
- /sbin/service: do not check for the existence of a systemd unit before redirecting (<mschmidt@redhat.com>)
52d5b2
- init.d/functions: only run consoletype if connected to something that's console-ish. (#657869)
52d5b2
52d5b2
* Fri Sep  2 2011 Bill Nottingham <notting@redhat.com> - 9.32-1
52d5b2
- prefdm: if exec() of all DMs fails, call 'plymouth quit' (#735215)
52d5b2
- %%ghost rc.local (but leave it around on upgrade) (#734268)
52d5b2
- ifup: support random bridging options via BRIDGING_OPTS (#734045, #665378)
52d5b2
- selinuxfs moved to /sys/fs, handle it (#733759)
52d5b2
- netfs/fedora-storage-init: call multipath and kpartx with -u (#733437)
52d5b2
- plymouth lives in /bin (#702814)
52d5b2
- drop fedora-autoswap
52d5b2
- ifdown-eth: fix dhclient pid file for IPv6 (#729292, <daveg@dgit.ndo.co.uk>)
52d5b2
- move some more things to the legacy subpackage
52d5b2
- netfs: don't mount gfs2 here (#689593)
52d5b2
- readonly-root: add an empty CLIENTSTATE definition (#725476)
52d5b2
- drop sysinit hack/unhack
52d5b2
- ifup-eth: allow more options in ETHTOOL_OPTS (#692410, #693583)
52d5b2
- rwtab: update for systemd (#704783)
52d5b2
- debug.csh: fix for latest csh
52d5b2
- update translations: eu_ES, hy, ku, lo, my, wa
52d5b2
52d5b2
* Tue Jun 21 2011 Bill Nottingham <notting@redhat.com> - 9.31-1
52d5b2
- remove ifup/ifdown-ipsec; they're now in ipsec-tools
52d5b2
- rc.sysinit: start udev by hand, start_udev is no more (#714531)
52d5b2
- ifup-aliases: if IPv6 is configured on the alias, configure it. (#583409)
52d5b2
- ifup-eth: ensure DHCP_HOSTNAME is a short hostname, seed it from HOSTNAME if needed. (#697877)
52d5b2
- network-functions: override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>)
52d5b2
- exclude single symlink from main package (#705457)
52d5b2
- network: VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475)
52d5b2
- network: use LC_ALL=C when calling sed. (https://bugs.mageia.org/show_bug.cgi?id=1216, via <sander.lepik@eesti.ee>)
52d5b2
- functions: (umount_loop) fuser -k defaults to -9; set the initial pass to kill -15. (#703457)
52d5b2
- init.d/halt: don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>)
52d5b2
52d5b2
* Wed Apr 27 2011 Bill Nottingham <notting@redhat.com> - 9.30-1
52d5b2
- ifup-eth: handle IPADDRx correctly for static addresses (#697838)
52d5b2
- systemd: fix storage setup service after cryptsetup.target (#699918)
52d5b2
- prefdm: tweak how plymouth is quit in the gdm/kdm case (<rstrode@redhat.com>)
52d5b2
- support /etc/hostname as an override for hostname in /etc/sysconfig/network
52d5b2
- init.d/single: only ship this in -legacy
52d5b2
- network-functions: fix IPADDRx index handling (<jklimes@redhat.com>)
52d5b2
- ifup/down-eth: properly handle apr_ip_target, when used with module options (#604669, <harald@redhat.com>)
52d5b2
- ifup-eth: ensure bond exists before bringing up slaves (#694501)
52d5b2
52d5b2
* Wed Apr 06 2011 Bill Nottingham <notting@redhat.com> - 9.29-1
52d5b2
- systemd: add a storage setup service after cryptsetup.target (#692198)
52d5b2
- fix /.autorelabel handling (<mschimdt@redhat.com>)
52d5b2
- don't explicitly disallow IPv6 aliases (#583409, #612877)
52d5b2
- netfs: don't print errors if mdadm isn't installed. (#692187)
52d5b2
- ifup-eth: use /run/initramfs rather then /dev/.run/initramfs (<harald@redhat.com>)
52d5b2
52d5b2
* Fri Mar 25 2011 Bill Nottingham <notting@redhat.com> - 9.28-1
52d5b2
- add some generic network logging, port scripts to it (#507515, #653630)
52d5b2
- add an error when setting the gateway fails (#672202)
52d5b2
52d5b2
* Thu Mar 17 2011 Bill Nottingham <notting@redhat.com> - 9.27-1
52d5b2
- init.d/functions: fix mishandled argument to fstab-decode. (#685137)
52d5b2
- support ipv6 routing rules, merge route/rule code (#680872, <tobiasoed@hotmail.com>)
52d5b2
- autorelabel.service, loadmodules.service: fix conditions so that they operate as OR, not AND. (#684125)
52d5b2
52d5b2
* Thu Mar 10 2011 Bill Nottingham <notting@redhat.com> - 9.26-1
52d5b2
- network-functions: fix check for unmanaged devices (#670154)
52d5b2
- ifup-eth: also check /dev/.run/initramfs (<harald@redhat.com>)
52d5b2
- systemd: execute fedora-sysinit-unhack after sysinit.target (<arvidjaar@gmail.com>)
52d5b2
- init.d/functions: don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redhat.com>)
52d5b2
- further sysctl.d fixes (#593211)
52d5b2
- init.d/functions: make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)
52d5b2
- ifup: add GVRP support (#597598, <tomek@jot23.org>)
52d5b2
- init.d/functions: add support for noauto crypt devices, to mirror systemd
52d5b2
- documentation updates
52d5b2
- bash cleanups (<ville.skytta@iki.fi>)
52d5b2
- ifup: remove network device naming requirement from VLAN devices (#462095, <Matt_Domsch@dell.com>)
52d5b2
52d5b2
* Fri Feb 25 2011 Bill Nottingham <notting@redhat.com> - 9.25-1
52d5b2
- remove 'Red Hat Linux' references from sysctl.conf* (<ville.skytta@iki.fi>)
52d5b2
- rc.sysinit: add support for sysctl.d (#593211, <martin@laptop.org>)
52d5b2
- console_check: support OMAP serial console (#678875, <ndevos@redhat.com>)
52d5b2
- /sbin/service: accept --ignore-dependencies, --skip-redirect as options
52d5b2
- /sbin/service: honor SYSTEMCTL_IGNORE_DEPENDENCIES (<lennart@poettering.net>)
52d5b2
- translation updates: kn, pa, ta, uk
52d5b2
52d5b2
* Fri Jan 21 2011 Bill Nottingham <notting@redhat.com> - 9.24-1
52d5b2
- ifup-eth/ifdown-eth: handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)
52d5b2
- tmpfiles.d: remove entries that exist in systemd
52d5b2
- frob device when calling sysctl, in case of vlans. (#665601, #667211, <ossman@cendio.se>)
52d5b2
- netfs: rework to handle bind-mounted cifs/ncpfs (#663140, <dmudrich@nospam.mudrichsystems.com>)
52d5b2
- own /etc/crypttab (#664309)
52d5b2
- init.d/network: add # as a valid character in network device names (<Matt_Domsch@dell.com>)
52d5b2
- ifup-eth: fix routing regression (#660363)
52d5b2
- sysctl.conf.s390 - system z optimized sysctl settings per default (#633323, <plautrba@redhat.com>)
52d5b2
- serial.conf, tty.conf: stop tty and serial also on runlevel 's' (#629257, <plautrba@redhat.com>)
52d5b2
- translation updates: bn_IN, es, gu, hi, nds, or, pa, uk, zh_CN
52d5b2
52d5b2
* Thu Dec 02 2010 Bill Nottingham <notting@redhat.com> - 9.23-1
52d5b2
- don't throw errors on unreadable /dev/stderr (#650103, <plautrba@redhat.com>)
52d5b2
- support multiple ipv4 addresses, not just alias devices (#132912, #633984, <jklimes@redhat.com>)
52d5b2
- properly handle /var/run on tmpfs (#656602, <plautrba@redhat.com>)
52d5b2
- allow '0' as a vlan tag (#624704, #635360)
52d5b2
- assorted systemd unit cleanup (<lennart@poettering.net>)
52d5b2
52d5b2
* Tue Nov 16 2010 Bill Nottingham <notting@redhat.com> - 9.22-1
52d5b2
- merge in systemd-specific startup support; package a -legacy package
52d5b2
  (based on work by <harald@redhat.com>)
52d5b2
- init-ipv6.global: don't load sit module on shutdown. (#654098, <ejsheldrake@gmail.com>)
52d5b2
- do not call rhgb-client
52d5b2
- network-functions: add infiniband mapping (#648524, <monis@voltaire.com>)
52d5b2
- fix ifdown nmcli invocation (#612934, jklimes@redhat.com>)
52d5b2
- *ipv6*: don't use obsolete /sbin/ip wrapper
52d5b2
- sysconfig.txt: adjust clock docs (#637058)
52d5b2
- lang.csh: fix tcsh + grep-2.7. (#636552)
52d5b2
52d5b2
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> - 9.21-1
52d5b2
- build for systemd only
52d5b2
- ship a default.target link in case the one in /etc gets deleted
52d5b2
- rc.sysinit: reset btmp on boot if necessary (#633768, <dmach@redhat.com>)
52d5b2
- single.service: fix invocation so that 'runlevel' works (#630914)
52d5b2
52d5b2
* Thu Sep  9 2010 Bill Nottingham <notting@redhat.com> - 9.20-1
52d5b2
- use new pidof -m option to avoid false positives (#632321)
52d5b2
- systemd/single: set $HOME for single-user mode. (#631590)
52d5b2
- systemd/killal.service: require shutdown.target (#630935, #632198)
52d5b2
52d5b2
* Tue Sep  7 2010 Bill Nottingham <notting@redhat.com> - 9.19-1
52d5b2
- fix packaging of prefdm, rc-local systemd units (#630952)
52d5b2
- systemd/single.service: conflict with shutdown.target (#630935)
52d5b2
- translation updates: ja, pt_BR, ru
52d5b2
52d5b2
* Fri Sep  3 2010 Bill Nottingham <notting@redhat.com> - 9.18-1
52d5b2
- fix for new cgroups location (#612789, others <plautrba@redhat.com>)
52d5b2
- add in basic systemd units
52d5b2
- translation updates: nb, pt, sv
52d5b2
52d5b2
* Wed Aug 25 2010 Bill Nottingham <notting@redhat.com> - 9.17-1
52d5b2
- init.d/functions: redirect start/stop/condrestart/etc to systemctl in a systemd environment (#612728)
52d5b2
- rc.sysinit: don't frob the console loglevel on boot (#621257, #626572)
52d5b2
- service: use systemctl on systemd services
52d5b2
- 10-console.rules: only init consoles on add, not change (<lennart@poettering.net>)
52d5b2
- halt: fix unmounting bind mounts (#620461, <phr@doc.ic.ac.uk>)
52d5b2
- killall: exit 0 (#605519)
52d5b2
- translation updates: de, es, fi, fr, nl, pl, sv, uk
52d5b2
52d5b2
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 9.16-1
52d5b2
- halt: don't umount cgroups (#612789)
52d5b2
- rename_device: dequote DEVICE key, handle SUBCHANNELS (<harald@redhat.com>)
52d5b2
- sysconfig.txt: document PREFIX/NETMASK (#617481, <jklimes@redhat.com>)
52d5b2
- sysconfig.txt: document NETWORKWAIT (#595386)
52d5b2
- remove support for hotkey interactive startup (#605016). Use 'confirm' on the commandline
52d5b2
  (but even that doesn't fully make sense in an upstart/systemd world)
52d5b2
- don't directly execute bash for single-user mode (#540216, #584443, #585053)
52d5b2
52d5b2
* Thu Jun 24 2010 Bill Nottingham <notting@redhat.com> - 9.15-1
52d5b2
- ifup-eth: check for dhclient configuration in /etc/dhcp as well (#607764, #607766)
52d5b2
- network-functions: handle quoted SUBCHANNELS (#607481)
52d5b2
- netfs: allow for encrypted network block devices (#605600)
52d5b2
- ifdown-ipsec: don't use a full path when killing racoon, so it works in MLS policy (#567295)
52d5b2
- network-functions: check NM_CONTROLLED before deciding to use NM for a connection. (#599707, probably others.)
52d5b2
- rc.sysinit: always reboot on autorelabel. (#595823)
52d5b2
- init.d/functions: handle permission denied on reading PID file. (#595597)
52d5b2
- clean up some deprecated items
52d5b2
- translation updates: el, nl, or, zh_CN
52d5b2
52d5b2
* Wed May 19 2010 Bill Nottingham <notting@redhat.com> - 9.14-1
52d5b2
- clean up plymouth shtudown splash (#590099, <rstrode@redhat.com>)
52d5b2
- rc.sysinit: use lvm2 --sysinit option (#588777)
52d5b2
- network-functions: behave sanely in the absence of $DEVICE (#589521)
52d5b2
- sysconfig/debug: export debug variables (#589378)
52d5b2
- netfs: check for NM to be connected, not just running (#589710)
52d5b2
- rcS*.conf: check if /etc/inittab exists (#590703, <plautrba@redhat.com>)
52d5b2
- port vlan code to /sbin/ip (#566485, <plautrba@redhat.com>)
52d5b2
52d5b2
* Wed May  5 2010 Bill Nottingham <notting@redhat.com> - 9.12-1
52d5b2
- update for final nmcli syntax
52d5b2
52d5b2
* Mon May  3 2010 Bill Nottingham <notting@redhat.com> - 9.11-1
52d5b2
- init/plymouth-shutdown.conf: add 'task' here as well
52d5b2
52d5b2
* Wed Apr 28 2010 Bill Nottingham <notting@redhat.com> - 9.10-1
52d5b2
- fstab-decode.8: fix formatting (#586476)
52d5b2
- prefdm: add --retain-splash for KDM as well (#585250)
52d5b2
- init.d/functions: handle being unable to read a specified pid file. (#584575)
52d5b2
- init/quit-plymouth.conf: use 'task' for stopping plymouth. (<rstrode@redhat.com>)
52d5b2
- ifup-eth: run dhclient -6 similar to dhclient -4. (#585047)
52d5b2
- net.hotplug: don't run on odd interfaces. (#584530)
52d5b2
52d5b2
* Fri Apr  9 2010 Bill Nottingham <notting@redhat.com> - 9.09-1
52d5b2
- rc.sysinit: change RAID handling (<dledford@redhat.com>)
52d5b2
- fix german mistranslation (#575954, <pb@bierenger.de>)
52d5b2
- init.d/functions: correct fix for environment with runuser. (#203010, #564093)
52d5b2
- halt: fix mdmom pid handling for newer mdadm (#549726, <dledford@redhat.com>)
52d5b2
- init.d/network: only blacklist the original loopback interface. (#579816, <evgsyr@gmail.com>
52d5b2
- translation updates: de, ja, nb, pt, sv, uk
52d5b2
52d5b2
* Mon Mar  8 2010 Bill Nottingham <notting@redhat.com> - 9.08-1
52d5b2
- network-functions: redirect error messages when nmcli isn't installed (#570828, <zing@fastmail.fm>)
52d5b2
- ifdown: use nmcli to get the device, if not specified
52d5b2
- ifdown: fix typo
52d5b2
- translation updates: fr
52d5b2
52d5b2
* Wed Mar  3 2010 Bill Nottingham <notting@redhat.com> - 9.07-1
52d5b2
- clean out some extraneous package requirements
52d5b2
- fix dmraid error checking now that dmraid has return codes (#568790, others)
52d5b2
- integrate with NetworkManager for ifup/ifdown (#523064)
52d5b2
- translation updates: cs, da, de, en_GB, es, fi, nl, pl, pt_BR, ru, sr
52d5b2
52d5b2
* Fri Feb 19 2010 Bill Nottingham <notting@redhat.com> - 9.06-1
52d5b2
- move ccw_init and ccw udev rules to s390utils (#539491)
52d5b2
- rc.sysinit: suppress LVM2 warnings.  (#561938, <prajnoha@redhat.com>)
52d5b2
- fix translated checks for user input (#566579)
52d5b2
- refresh translations
52d5b2
52d5b2
* Mon Feb 15 2010 Bill Nottingham <notting@redhat.com> - 9.05-1
52d5b2
- network-functions: don't use ethtool for link state, assorted other cleanups
52d5b2
- inittab: fix job paths in comments (<plautrba@redhat.com>)
52d5b2
- init.d/functions: don't clear environment in runuser (#203010, #564093)
52d5b2
- 88-clock.rules: use ATTR, not SYSFS (#560756)
52d5b2
- init.d/network: don't quote regex argument to bash's =~ (<ville.skytta@iki.fi>)
52d5b2
- network-functions: use HWADDR to determine DEVICE if DEVICE isn't set (#545597)
52d5b2
- don't HUP init when messagebus starts (#557791)
52d5b2
- setsysfont: use UNIMAP, not SYSFONTACM, when calling unicode_start (#557089)
52d5b2
- ifup: don't leave the link down on link failure for DHCP (#462013, #491009)
52d5b2
- translation updates: cs
52d5b2
52d5b2
* Fri Jan 15 2010 Bill Nottingham <notting@redhat.com> - 9.04-1
52d5b2
- various shell-related cleanups and optimizations <ville.skytta@iki.fi>
52d5b2
- ifup-eth: use dhclient's -H option instead of munging dhclient config files
52d5b2
- rc.sysinit: move mdadm after dmraid (#494821)
52d5b2
- ifup-eth: use dhclient -6, not the no-longer-included dhcp6c
52d5b2
- add more man pages (#529328, <plautrba@redhat.com>)
52d5b2
- move is_wireless after MACADDR/MTU setting (#552638)
52d5b2
- serial.conf: respawn correctly. (#552324, <zing@fastmail.fm>)
52d5b2
- network-functions: use sysfs for wireless check (#551019, <adel.gadllah@gmail.com>)
52d5b2
- reload init on started messagebus (<plautrba@redhat.com>)
52d5b2
- honor HOTPLUG in ifdown (#547737)
52d5b2
- network-functions: silence error. (#516569)
52d5b2
52d5b2
* Wed Dec  9 2009 Bill Nottingham <notting@redhat.com> - 9.03-1
52d5b2
- migrate to upstart 0.6.x (<notting@redhat.com>, <plautrba@redhat.com>)
52d5b2
-- jobs move to /etc/init
52d5b2
-- collapse rcX and ttyX jobs into single job definitions
52d5b2
-- jobs are no longer %%config
52d5b2
- remove obsolete doexec command
52d5b2
- rc.sysinit: handle yet another random return string from dmraid
52d5b2
- remove never-used 'sulogin' upstart event
52d5b2
- fix time-setting udev rules for old-style RTC devices (#537595)
52d5b2
- init.d/network: keep error codes limited to '1'. (#537841)
52d5b2
- add initial ifup/ifdown man pages. (#529328, <plautrba@redhat.com>)
52d5b2
52d5b2
* Tue Oct 27 2009 Bill Nottingham <notting@redhat.com> - 9.02-1
52d5b2
- remove long-since deprecated initlog
52d5b2
- remove IUCV support (#507217)
52d5b2
- halt: put a wrapper around killall5 to account for retval 2 not being an error (#526539, <hdegoede@redhat.com>)
52d5b2
- ifup-eth: honor DEFROUTE=yes|no for 'all' connection types. (#528822)
52d5b2
- network-functions: load bonding driver if BONDING_OPTS is defined. (#516569)
52d5b2
- rc.sysinit: put /dev/shm in mtab too, as dracut now mounts it. (#528667)
52d5b2
52d5b2
* Fri Oct  9 2009 Bill Nottingham <notting@redhat.com> - 9.01-1
52d5b2
- rc.sysinit: fix handling of dmraid output to avoid error messages (#527726, <mschmidt@redhat.com>)
52d5b2
- rwtab: add /var/lib/xend (#526046)
52d5b2
- translation updates: fi, nb, pl
52d5b2
52d5b2
* Fri Oct  2 2009 Bill Nottingham <notting@redhat.com> - 9.00-1
52d5b2
- halt: wrap /sbin/killall5 to catch some return codes (#526539)
52d5b2
- netfs, netconsle, network: fix return codes to match LSB spec (#524489, #524480, #524486)
52d5b2
- handle kernels compiled both with and without CONFIG_RTC_HCTOSYS
52d5b2
- halt: use killall5's return code to avoid unncesssary sleeping (#524359, <hdegoede@redhat.com>)
52d5b2
- halt: don't kill mdmon on shutdown. (#524357, <hdegoede@redhat.com>)
52d5b2
- rc.sysinit: do not try and activate ISW raidsets, unless noiswmd is passed. (#524355, <hdegoede@redhat.com>)
52d5b2
- translation updates: ca, cs, da, mai, po, sv, uk
52d5b2
52d5b2
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 8.99-1
52d5b2
- init.d/functions: add a '-l' option to status to pass lock file name (#521772)
52d5b2
- tweak kernel conflict
52d5b2
- translation updates: as, bn_IN, de, fr, hi, it, hu, kn, mr, or, pa, pt, ru, te
52d5b2
52d5b2
* Wed Sep  2 2009 Bill Nottingham <notting@redhat.com> - 8.98-1
52d5b2
- sysconfig.txt: doucment DHCP_HOSTNAME (#498052)
52d5b2
- 88-clock.rules: Use --systz instead of --hctosys. (#517886, #489494)
52d5b2
- Support rwtab and state passed from dracut initrd (#515771, <wtogami@redhat.com>)
52d5b2
- restore context of *tmp files (#519748)
52d5b2
- halt: don't try and save mixer settings if it's not writable. (#515771)
52d5b2
- rwtab: add /var/spool, /var/lib/dbus, others (#494973, #515771)
52d5b2
- sysconfig.txt: clarify docs (#518614)
52d5b2
- rc.sysinit: don't pretend /selinux is configurable (#518164)
52d5b2
- assorted ipv6 redundant code deletion
52d5b2
- translation updates: bn, ca, de, es, fi, fr, gu, hi, it, ja, ko, ml, nb, nl, pl, pt, pt_BR, ru, sr, ta, zh_CN, zh_TW
52d5b2
52d5b2
* Mon Aug 10 2009 Bill Nottingham <notting@redhat.com> - 8.97-1
52d5b2
- ipcalc: fix IPv6 address checking (#516319)
52d5b2
- ifup-aliases: fix syntax error from earlier cleanups. (#515612, <jik@kamens.brookline.ma.us>)
52d5b2
- translation updates: nb
52d5b2
- rc.sysinit: remove useless call to pam_console_apply
52d5b2
52d5b2
* Mon Aug  3 2009 Bill Nottingham <notting@redhat.com> - 8.96-1
52d5b2
- fix up upstart rules for s390(x). (#515222)
52d5b2
- leave ChangeLog in the tarball only. (#515012)
52d5b2
- disable netfilter on bridged interfaces. (#512206)
52d5b2
- assorted shell-related cleanups to ipv6 and other code (<victor.lowther@gmail.com>)
52d5b2
- use resolv.conf from dracut netboot before setting hostname. (#514801, <wtogami@redhat.com>)
52d5b2
- ipcalc updates (<victor.lowther@gmail.com>)
52d5b2
- only use ethtool for link checking; no more mii-tool
52d5b2
- require /sbin/blkid directly, as it moves between packages (#508413)
52d5b2
- redirect bash errors on 'unset' to /dev/null. (#482888)
52d5b2
- fix dmraid partition naming (#501476, <hdegoede@redhat.com>)
52d5b2
- don't quote upstart signals. (#501155)
52d5b2
- translation updates: bn_IN, da, es, sk
52d5b2
52d5b2
* Fri May  1 2009 Bill Nottingham <notting@redhat.com> - 8.95-1
52d5b2
- don't kill runlevel events on subsequent entering of the same runlevel (#498514)
52d5b2
- lang.*sh: handle spaces in $HOME (#498482)
52d5b2
- network-functions: explicitly source from the proper directory. (#496233)
52d5b2
- remove persistent names on sys-unconfig. (#448322)
52d5b2
- init.d/functions: cgexec has moved to /bin (#495715)
52d5b2
- allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
52d5b2
- translation updates: fr, ml, pt
52d5b2
52d5b2
* Tue Apr  7 2009 Bill Nottingham <notting@redhat.com> - 8.94-1
52d5b2
- prefdm: add simple fallbacks, sort rpmdb query for consistency (#494461)
52d5b2
- translation updates; bn, de, pt, ru, te
52d5b2
52d5b2
* Thu Apr  2 2009 Bill Nottingham <notting@redhat.com> - 8.93-1
52d5b2
- rc.sysinit: add a disk synchronization point with scsi_wait_scan post-udev (#481470)
52d5b2
- netfs: drop smbfs support, we don't even ship the module or tools any more
52d5b2
- setsysfont: honor LC_CTYPE (#487133, <skasal@redhat.com>)
52d5b2
- prefdm: do fallbacks based on provides of 'service(graphical-login)' (#485751)
52d5b2
- rc.sysinit: handle multiple IP addresses without choking in the stateless code (#443945)
52d5b2
- rc.sysinit: catch the right error code from checking for passphrases (#483269, <vladis.kletnieks@vt.edu>)
52d5b2
- prefdm: handle empty /etc/sysconfig/desktop correctly (#480113)
52d5b2
- ifup-ipsec: allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
52d5b2
- ifup-eth: allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
52d5b2
- ifup-eth: fix dhcpv6 when there is no IPv4 configuration (#486507)
52d5b2
- ifup-ppp: avoid spurious SIGCHLD to pppd (#448881)
52d5b2
- ifup-eth: add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>)
52d5b2
- stop plymouth when starting single-user mode. (#491062)
52d5b2
- add plymouth shutdown script (#473237, <jmccann@redhat.com>)
52d5b2
- fix lang.sh/lang.sh/consoletype for execution with '-e'
52d5b2
- ifdown-eth: remove arp_ip_target on ifdown for bonding devices. (#483711)
52d5b2
- add vlan support for s390 HSI interfaces. (#490584)
52d5b2
- ipcalc: support IPv6 (#464268, <dcantrell@redhat.com>)
52d5b2
- translation updates: all
52d5b2
52d5b2
* Mon Mar 16 2009 Bill Nottingham <notting@redhat.com> - 8.91-1
52d5b2
- fix DHCP reading of options from ifcfg-XXX (#483257)
52d5b2
- ifdown-eth: clean up bridges on ifdown (#463325, <sean@bruenor.org>)
52d5b2
- support MD on iSCSI (#480627)
52d5b2
- remove support for 'ifcfg-foo-bar' configurations that inherit from 'ifcfg-foo'
52d5b2
- remove slip support
52d5b2
- translation updates: es, pl, ca, sr, de, sv, pa, pt_BR
52d5b2
52d5b2
* Mon Mar  9 2009 Bill Nottingham <notting@redhat.com> - 8.90-1
52d5b2
- init.d/functions: cgroup support (<jsafrane@redhat.com>)
52d5b2
- fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>)
52d5b2
- rc.sysinit: fix typo. (#487926)
52d5b2
- console_init: loadkeys has a -q option for silent running. Use it.
52d5b2
- ifup-tunnel: add compatibility for openNHRP tunnels (#486559, <claude.tompers@ieee.lu>)
52d5b2
- ccw_init: don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
52d5b2
- netfs: use same kpartx arguments as rc.sysinit
52d5b2
- don't list mtab in rwtab (#457941)
52d5b2
- translation updates: fi, de, mai
52d5b2
52d5b2
* Wed Jan 28 2009 Bill Nottingham <notting@redhat.com> - 8.89-1
52d5b2
- use a leading path when sourcing files (#482826)
52d5b2
- netfs: don't unmount nfsd filesystem by accident (#481794, <sprabhu@redhat.com>)
52d5b2
- bring up ipsec interfaces last (#481733)
52d5b2
- ifdown-eth: fix bridge + vlan (#481557, <danken@redhat.com>)
52d5b2
52d5b2
* Tue Jan 20 2009 Bill Nottingham <notting@redhat.com> - 8.88-1
52d5b2
- init.d/network: return success/failure correctly (#480677)
52d5b2
- init.d/halt: fix typo (#480799)
52d5b2
52d5b2
* Mon Jan 19 2009 Bill Nottingham <notting@redhat.com> - 8.87-1
52d5b2
- rename_device: be much faster in the presence of many devices (#480687, <danms@us.ibm.com>)
52d5b2
- fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)
52d5b2
- rc.sysinit: don't set $(uname -r) or $(uname -m); they're not used
52d5b2
- network-functions-ipv6: set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)
52d5b2
- add more entries to rwtab (#476799, <harald@redhat.com>)
52d5b2
- net.hotplug: Bail out sooner if the network service isn't running
52d5b2
- init.d/halt: determine reboot/halt via existing INIT_HALT environment variable. (#475227)
52d5b2
- event.d/serial: add some docs
52d5b2
- init.d/functions: __pids_var_run: Handle multi-line pid files correctly (#473287)
52d5b2
- remove support for no longer existing 'brctl setgcint' command. (#360471)
52d5b2
- add %%config back for ifcfg-lo (#472761)
52d5b2
- rcS/rcS-sulogin: don't match commented lines when finding runlevel (#472717)
52d5b2
- updated translations: de, sk
52d5b2
52d5b2
* Tue Nov 11 2008 Bill Nottingham <notting@redhat.com> - 8.86-1
52d5b2
- stop plymouth before stopping the runlevel (#467207)
52d5b2
- fix get_config_by_subchannel (#459044, <harald@redhat.com>)
52d5b2
- use blkid -l to pick a single most appropriate device (#470027)
52d5b2
- don't mkswap on halt, as it breaks swap-by-label/UUID (#469823)
52d5b2
52d5b2
* Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
52d5b2
- add some error handling/hiding to netfs NM dispatcher script (#469197)
52d5b2
- halt: fix code that causes a syntax error on multiple sound cards (#469156)
52d5b2
- require a new enough udev version to handle where we put the rules
52d5b2
- exit 0 in /etc/rc.d/rc (#469050)
52d5b2
- don't set up encrypted devices that have already been set up under different
52d5b2
  names (#462371, <wwoods@redhat.com>)
52d5b2
- accept either the '+<addr>', or comma-separated addresses for arp_ip_target. (#467954,
52d5b2
  <darcy.sherwood@gmail.com>)
52d5b2
- translation updates: hu, kn, ko, ml, sr, sr@latin
52d5b2
52d5b2
* Tue Oct 14 2008 Bill Nottingham <notting@redhat.com> - 8.84-1
52d5b2
- override Arabic, Persian, and Hebrew on the console (<alsadi@ojuba.org>)
52d5b2
- explicitly run mdadm on boot to catch degraded arrays. (<dledford@redhat.com>)
52d5b2
- fix setting of console font/map (#458362, <ak@sensi.org>)
52d5b2
- translations updates: hi, kn, nb, sk, sv, ta
52d5b2
52d5b2
* Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 8.83-1
52d5b2
- various merge review fixes (#225900)
52d5b2
  Notably: init scripts/network scripts are no longer %%config
52d5b2
- remove some extraneous device-mapper initialization
52d5b2
- use pidfile in status before calling pidof (#463205)
52d5b2
- use plymouth directly, not the rhgb-client wrapper
52d5b2
- move bridging after bonding (#449950, <djuran@redhat.com>)
52d5b2
- use alsactl to save sound settings. (#462677, <jkysela@redhat.com>)
52d5b2
- quit plymouth differently (<rstrode@redhat.com>)
52d5b2
- make sure we don't try and spawn a repair shell when there's no
52d5b2
  tty (#463161)
52d5b2
- move udev rules to /lib
52d5b2
- stateless updates (#433702, <harald@redhat.com>)
52d5b2
- call logger with a full path (#447928, <harald@redhat.com>)
52d5b2
- translation updates: as, bn_IN, ca, cz, de, es, fi, fr, gu, it, ja,
52d5b2
  lv, mr, nl, or, pa, pl, pt_BR, ru, te, zh_TW
52d5b2
52d5b2
* Wed Sep 10 2008 Bill Nottingham <notting@redhat.com> - 8.82-1
52d5b2
- refresh translation strings
52d5b2
- plymouth updates. (#460702, <rstrode@redhat.com>)
52d5b2
- translation updates: fi, lv, no
52d5b2
- remove duplicate dependency (#465182)
52d5b2
- ifup-eth: Change how we set the zeroconf route. (#239609)
52d5b2
- ifup*: Use 0.0.0.0/0, not 0/0. (#460580)
52d5b2
52d5b2
* Fri Aug 29 2008 Bill Nottingham <notting@redhat.com> - 8.81-1
52d5b2
- rc.sysinit: Don't use -L in find (#458652, #458504, CVE-2008-3524)
52d5b2
- ifup: kill more code from loopback bringup
52d5b2
52d5b2
* Tue Jul 29 2008 Bill Nottingham <notting@redhat.com> - 8.80-1
52d5b2
- Fix translation typo (#455804, <ruslanpisarev@gmail.com>)
52d5b2
- Turn off syncookies
52d5b2
- Cleanups for proper plymouth support
52d5b2
- Move the mcheck code to a debugmode package, make it more generic
52d5b2
52d5b2
* Mon Jul 14 2008 Bill Nottingham <notting@redhat.com> - 8.79-1
52d5b2
- fix mcheck stuff to be installed correctly
52d5b2
- don't do an arping check for loopback interfaces
52d5b2
- console_init: don't wait (<arjan@infradead.org>)
52d5b2
- rc: clean up extraneous set -x noise
52d5b2
- remove references to static dmraid/multipath binaries (#453987)
52d5b2
- translation updates: lv
52d5b2
52d5b2
* Fri Jun 20 2008 Bill Nottingham <notting@redhat.com> - 8.78-1
52d5b2
- fix mounting of /dev/pts
52d5b2
52d5b2
* Thu Jun 19 2008 Bill Nottingham <notting@redhat.com> - 8.77-1
52d5b2
- NMDispatcher/05-netfs: fix check for default route (#445509)
52d5b2
- service: don't set $LANG, rely on it to inherit from system locales (#422141)
52d5b2
- init.d/functions: fix resolve_dm_raid() for older dmraid configs
52d5b2
- Don't unmount sysfs in halt. (#446292)
52d5b2
- rc.sysinit: don't try to startup crypto if we can't find the device
52d5b2
- rc.sysinit: don't echo crypto stuff unless we're actually *doing* something
52d5b2
- ifup: don't try to rename devices - udev rules are the way to go
52d5b2
- rc.sysinit: fix typo, and don't restorecon on swap, etc. partitions (#448886)
52d5b2
- set MALLOC_CHECK_ & MALLOC_PERTURB_ if configured (<pjones@redhat.com>)
52d5b2
- console_init: support SYSFONTACM correctly, and support UNIMAP (#448704,
52d5b2
  <vvv+fedora@colocall.net>)
52d5b2
- don't export GRAPHICAL - plymouth is for all modes. also, don't start rhgb
52d5b2
- fix clock rules to properly handle old-style RTC devices (#447019)
52d5b2
- translation updates: ko, or, pl
52d5b2
52d5b2
* Fri May  2 2008 Bill Nottingham <notting@redhat.com> - 8.76-1
52d5b2
- fix tcsh syntax error (#444998)
52d5b2
- remove debugging cruft from rcS-sulogin
52d5b2
52d5b2
* Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> - 8.74-1
52d5b2
- use full path to /sbin/ip in NetworkManagerDispatcher script (#444378)
52d5b2
- lang.{sh,csh}: read only user customization if LANG is already set (#372151)
52d5b2
52d5b2
* Fri Apr 25 2008 Bill Nottingham <notting@redhat.com> - 8.73-1
52d5b2
- move event-compat-sysv events here, obsolete it
52d5b2
- fix ctrl-alt-del during rc.sysinit (#444050)
52d5b2
- fix 'telinit X' from single-user mode (#444001)
52d5b2
52d5b2
* Thu Apr 24 2008 Bill Nottingham <notting@redhat.com> - 8.72-1
52d5b2
- don't have a S99single when using upstart (#444001, indirectly)
52d5b2
52d5b2
* Wed Apr 23 2008 Bill Nottingham <notting@redhat.com> - 8.71-1
52d5b2
- adjust to gdm using LANG instead of GDM_LANG (#372151, <rstrode@redhat.com>)
52d5b2
- rework netfs' check for networking availability to properly handle both network
52d5b2
  and NetworkManager
52d5b2
52d5b2
* Tue Apr 15 2008 Bill Nottingham <notting@redhat.com> - 8.70-1
52d5b2
- find is now in /bin. Use it. (#192991, #239914, #244941, #442178)
52d5b2
- require event-compat-sysv for now (#442291)
52d5b2
- fix serial event to wait properly
52d5b2
- handle encrypted LVs properly (#441728)
52d5b2
- add a sit tunnel type (#441635)
52d5b2
- translation updates: ru
52d5b2
52d5b2
* Tue Apr  8 2008 Bill Nottingham <notting@redhat.com> - 8.69-1
52d5b2
- Bring up lo whenever it shows up, not just in network/NM
52d5b2
- fix shutdown-related oddities (#438444)
52d5b2
- translation updates: el, sr, sr@latin, sv
52d5b2
52d5b2
* Fri Apr  4 2008 Bill Nottingham <notting@redhat.com> - 8.68-1
52d5b2
- netfs: umount 'ncp' filesystems as well (#437117)
52d5b2
- improve performance of s390 ccw rules (#437110, <mernst@de.ibm.com>)
52d5b2
- fix consoletype environment leak (#439546)
52d5b2
- ifdown-eth: make sure NEWCONFIG exists before grepping for it (#390271, continued)
52d5b2
- console_check: always open with NONBLOCK, clear the serial structs first,
52d5b2
  handle non-16550 ports (<dwmw2@infradead.org>)
52d5b2
- halt: don't use /etc/sysconfig/clock (#438337)
52d5b2
- ifup: don't attempt to re-enslave already-enslaved devices (#440077)
52d5b2
- netfs: run as a NetworkManagerDispatcher script (#439242)
52d5b2
- netfs: remove $local_fs from the list of provides (making it implicitly provided
52d5b2
  by booting)
52d5b2
- serial: add a crude hack to wait for runlevels to finish (#437379)
52d5b2
- serial: frob /etc/securetty when necessary (#437381)
52d5b2
- add a upstart-specific inittab
52d5b2
- translation updates: as, bn_IN, cs, de, es, fi, fr, gu, hi, it, ja, kn, ml, mr, nb,
52d5b2
  nl, pa, pl, pt_BR, ru, sk, sr, ta, te, zh_CN
52d5b2
52d5b2
* Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.67-1
52d5b2
- actually, don't
52d5b2
52d5b2
* Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 8.66-1
52d5b2
- use upstart to start rhgb (#433156, <cdahlin@ncsu.edu>)
52d5b2
52d5b2
* Mon Mar 10 2008 Bill Nottingham <notting@redhat.com> - 8.65-1
52d5b2
- Add a serial console udev/upstart handler (#434764, indirectly)
52d5b2
- Add some upstart notification for sysv scripts (modified from <cjdahlin@ncsu.edu>, #431231)
52d5b2
- Handle _rnetdev correctly (#435358, <pjones@redhat.com>)
52d5b2
- various minor speedups (<arjan@infradead.org>)
52d5b2
- translation updates: el, fr
52d5b2
- disable network by default, in favor of NetworkManager
52d5b2
52d5b2
* Tue Feb 26 2008 Bill Nottingham <notting@redhat.com> - 8.64-1
52d5b2
- Add a console_init udev helper to do console initialization
52d5b2
- add /sbin/pidof requirement (#434863)
52d5b2
52d5b2
* Fri Feb  1 2008 Bill Nottingham <notting@redhat.com> - 8.63-1
52d5b2
- don't start RAID arrays in rc.sysinit, that's done by udev (corollary of #429604)
52d5b2
- add a NetworkManager-dispatcher script that does netreport on interface changes
52d5b2
- use udev rules to set the clock, avoiding issues with modular rtcs (#290731)
52d5b2
52d5b2
* Mon Jan 21 2008 Bill Nottingham <notting@redhat.com> - 8.62-1
52d5b2
- rc.d/rc.sysinit: fix syntax error (#429556)
52d5b2
- migrate sr@Latn -> sr@latin (<kmilos@gmail.com>)
52d5b2
52d5b2
* Fri Jan 18 2008 Bill Nottingham <notting@redhat.com> - 8.61-1
52d5b2
- use lvm, not lvm.static (#429222)
52d5b2
- ifup-eth: don't do something odd if we find a mac address that
52d5b2
  matches the user-set MACADDR (#251415)
52d5b2
- rc.sysinit: fix root fs check to catch 'rw,ordered,noatime,etc.' properly
52d5b2
  (#334171)
52d5b2
- rc.sysinit: Use proper invocations for authconfig, system-config-network
52d5b2
  (#426372, #428202)
52d5b2
- service: handle unreadable scripts (#427767)
52d5b2
- initscripts.spec: add requirements for stateless
52d5b2
- fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>)
52d5b2
- rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291)
52d5b2
- minor stateless fixes
52d5b2
- Makefile cleanups (from OLPC, <cscott@cscott.net>)
52d5b2
- translation updates: fr, ru, nb
52d5b2
- don't endelessly loop on ifdown (#390271)
52d5b2
- rc.sysinit: - fix encrypted swap partitions with random key
52d5b2
  (<harald@redhat.com>)
52d5b2
52d5b2
* Tue Oct  9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1
52d5b2
- don't chvt with rhgb - just kill it when needed
52d5b2
52d5b2
* Mon Oct  8 2007 Bill Nottingham <notting@redhat.com> - 8.59-1
52d5b2
- rc.sysinit: fix rhgb check
52d5b2
- prefdm: add wdm section (#248087)
52d5b2
- init.d/functions, halt: clean up some extraneous delays (#219816)
52d5b2
- ifup-wireless: set mode before bringing link up (#254046, <linville@redhat.com>)
52d5b2
- translation updates: pt_BR, hr
52d5b2
52d5b2
* Fri Oct  5 2007 Bill Nottingham <notting@redhat.com> - 8.58-1
52d5b2
- revert kernel conflict so that xen can still work (#319401)
52d5b2
- rename_device, 60-net.rules: only suggest an interface name (part of #264901)
52d5b2
- require newer udev for persistent net rules (part of #264901)
52d5b2
- don't hang if someone puts a dangling pipe in /etc/rhgb/temp (#251219)
52d5b2
- genhostid: fix for 64-bit systems (#306811)
52d5b2
- more bash matching fixes (#220087)
52d5b2
- translation updates: is, nb
52d5b2
52d5b2
* Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> - 8.57-1
52d5b2
- work around upstream bash changes (#220087, modified from <nvigier@mandriva.com>)
52d5b2
- init.d/network: add Should-Start for firewall services
52d5b2
- ifup-eth: handle arp_ip_target separately (#288151, <agospoda@redhat.com>)
52d5b2
- rc.sysinit: remove rc.serial support - should be udev rules
52d5b2
- rc.sysinit: remove acpi module loading - now supported by the kernel automatically
52d5b2
- fix en_GB translation (#271201)
52d5b2
- translation updates: as, bn_IN, bg, ca, cs, de, el, es, fi, gu, hi, it, ja, ko, kn, ml,
52d5b2
  mr, nb, nl, pa, pl, pt, pt_BR, ro, sl, sr, sr@Latn, sv, ta, te, zh_CN
52d5b2
52d5b2
* Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 8.56-1
52d5b2
- rename_device: fix open() call
52d5b2
- rc.sysinit: optimize out some excess greps (<harald@redhat.com>)
52d5b2
- halt: support newer nut syntax, conflict with old versions (#252973, <tsmetana@redhat.com>)
52d5b2
- fix buildreq from popt -> popt-devel
52d5b2
 - newer popt is in /lib|/lib64 - require it, and link dynamically
52d5b2
- rc.sysinit: added support for cryptsetup-uuids (bug #242078, <harald@redhat.com>)
52d5b2
- netconsole: fix status(), assorted other cleanups
52d5b2
- translation updates: fr, ro, sk
52d5b2
52d5b2
* Fri Jul 27 2007 Bill Nottingham <notting@redhat.com>
52d5b2
- add /etc/networks (#239602)
52d5b2
- rc.sysinit: fix quotacheck, remove obsolete convertquota (#249003, <tometzky@batory.org.pl>)
52d5b2
- rc.sysinit: add gfs2 to the 'don't mount here' list (#248985)
52d5b2
- netfs: check for rpcbind, not portmap (#245595)
52d5b2
- ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
52d5b2
- translation updates: cy, en_GB, mk, ml, ms, pl, sk, ta, zh_CN
52d5b2
52d5b2
* Tue Jul 17 2007 Nils Philippsen <nphilipp@redhat.com>
52d5b2
- avoid calling unicode_start unnecessarily often during startup/shutdown which
52d5b2
  causes certain monitor/video card combos to flicker heavily (#237839)
52d5b2
52d5b2
* Tue May 15 2007 Bill Nottingham <notting@redhat.com> 8.54-1
52d5b2
- translation updates: as, bg, cs, ja, ms
52d5b2
- redirect bogus errors from cryptsetup to /dev/null <karsten@redhat.com>
52d5b2
52d5b2
* Thu Apr 19 2007 Bill Nottingham <notting@redhat.com> 8.53-1
52d5b2
- init.d/halt: use sound saving wrapper from alsa-utils, conflict with
52d5b2
  older versions (#236916)
52d5b2
- usernetctl: drop user gid (#229372)
52d5b2
- translation updates: ta, pt_BR, nb, as, hi, de
52d5b2
52d5b2
* Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> 8.52-1
52d5b2
- lang.sh: fix locales where SYSFONT is not the default (#229996)
52d5b2
- ifup-wireless: properly quote arguments (#234756)
52d5b2
- readonly-root: add options for mounting state (#234916)
52d5b2
- rwtab: updates (#219339, <law@redhat.com>)
52d5b2
- add netconsole init script (#235952)
52d5b2
- disable link checking when PERSISTENT_DHCLIENT is set (#234075)
52d5b2
- restore file context on /etc/resolv.conf (#230776, <dwalsh@redhat.com>)
52d5b2
- ifup-post: only use the first address (#230157, <michal@harddata.com>)
52d5b2
- ifup-ipsec: allow overriding of my_identifier (#229343, <cmadams@hiwaay.net>)
52d5b2
- ifup-wireless: set link up before itweaking wireless parameters (#228253)
52d5b2
- rc.sysinit: restorecon on mount points when relabeling (#220322)
52d5b2
- init.ipv6-global: cleanup & optimize sysctl usage (#217595)
52d5b2
- ifup-eth: support ETHTOOL_OPTS on bridge devices (#208043, <bbaetz@acm.org>)
52d5b2
- network-functions-ipv6: as we don't use NETWORKING_IPV6, silence errors (#195845)
52d5b2
- fix description (#229919)
52d5b2
- translation updates
52d5b2
52d5b2
* Fri Feb 23 2007 Bill Nottingham <notting@redhat.com> 8.51-1
52d5b2
- fix 'Fedora Fedora' in rc.sysinit
52d5b2
- halt: use kexec -x to not shut down network (#223932, <mchristi@redhat.com>)
52d5b2
- network_functions: fix is_bonding_device logic (#229643)
52d5b2
- translation updates: nb
52d5b2
52d5b2
* Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> 8.50-1
52d5b2
- lang.csh, lang.sh: if $LANG is set, don't override it (#229102)
52d5b2
- initlog.1: fix man page formatting (<esr@thyrsus.com>)
52d5b2
- network-functions: simplify bonding test (#215887, <herbert.xu@redhat.com>)
52d5b2
- fix ifup-post when lookup fails (#220318, <hiroshi.fujishima+redhat@gmail.com>)
52d5b2
- add bridging docs (#221412, <markmc@redhat.com>)
52d5b2
- release bonding slaves properly (#220525)
52d5b2
- fix ppp-watch with ONBOOT=yes (#216749)
52d5b2
- support VLAN_PLUS_VID_NO_PAD (#222975, #223011)
52d5b2
- remove NETWORKING_IPV6; to disable, use a modprobe rule
52d5b2
- translation updates: ms, de, el, pt_BR, fi, bs, sr, it, ko
52d5b2
52d5b2
* Tue Dec 19 2006 Bill Nottingham <notting@redhat.com> 8.49-1
52d5b2
- rc.sysinit: remove raidautorn (#219226)
52d5b2
- ifup-eth: set MACADDR, MTU before initializing bonding slaves, etc (#218792)
52d5b2
- translation updates: mr, ms, hi, te, ml
52d5b2
52d5b2
* Tue Nov 28 2006 Bill Nottingham <notting@redhat.com> 8.48-1
52d5b2
- add a step to rename any temporarily renamed devices (#208740, #214817)
52d5b2
- make sure network modules don't get accidentally reloaded (#211474)
52d5b2
- rc.sysinit: fix dmraid test (#216334)
52d5b2
- init.d/halt: don't unmount network filesystems
52d5b2
- ipsec: Add a way to manually manage racoon.conf (#159343, <mitr@redhat.com>)
52d5b2
- sysconfig.txt: Document ~/.i18n (#199323, <mitr@redhat.com>)
52d5b2
- some translation updates
52d5b2
52d5b2
* Mon Nov  6 2006 Bill Nottingham <notting@redhat.com> 8.47-1
52d5b2
- lang.{sh,csh}: handle sinhalese as well in CJKI clauses (#212438)
52d5b2
- rc.sysinit: add '--auto=yes' to mdadm invocation (#213671)
52d5b2
- rename_device: fix incorrect handling of .bak files
52d5b2
- mount tmpfs with -n (#213132)
52d5b2
- various SUBCHANNELS related s390 fixage (#204803)
52d5b2
- lang.{sh,csh}: support iso-8859-8 (#212738, <matan@svgalib.org>)
52d5b2
52d5b2
* Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1
52d5b2
- ifup-eth: restorecon on moved lease file
52d5b2
- rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
52d5b2
- revert early-login support (#210836, essentially)
52d5b2
- blacklist CJKI on the virtual console (#120819)
52d5b2
- rc.sysinit: use dmraid.static (#211297)
52d5b2
- use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
52d5b2
- use /etc/statetab, /etc/statetab.d for local state (#211839, <markmc@redhat.com>)
52d5b2
- fix or_IN and similar locales (#212219)
52d5b2
- use SUBCHANNELS as the primary key for s390 network devices (#204803)
52d5b2
- translation updates
52d5b2
52d5b2
* Fri Oct  6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
52d5b2
- lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
52d5b2
  (reverts: #186961; fixes #209469)
52d5b2
- translation updates: ms
52d5b2
52d5b2
* Wed Oct  4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
52d5b2
- separate tmpfs-usage for state from readonly-root
52d5b2
- set keymap correctly in non-utf8 locale (#167363)
52d5b2
- setsysfont: run unicode_stop if in non-unicode locale
52d5b2
- lang.csh/lang.sh: set iutf8 if appropriate (#186961)
52d5b2
- lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
52d5b2
- rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
52d5b2
- rwtab: fix iscsi file location (#208864)
52d5b2
- translation updates: el, da, as, or
52d5b2
- fix stateless updates (#206331, <law@redhat.com>)
52d5b2
52d5b2
* Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
52d5b2
- move ccwgroup initialization to a udev rule (should fix #199139,
52d5b2
  #199655, #169161)
52d5b2
- init.d/functions: don't write to gdmfifo
52d5b2
- remove unused-since-RHL-7 consolechars code, update docs (#206106)
52d5b2
- stateless updates (#206331, <law@redhat.com>)
52d5b2
- translation updates (el, ms, hr, sl)
52d5b2
52d5b2
* Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
52d5b2
- run rc.sysinit, /etc/rc in monitor mode (part of #184340)
52d5b2
- use a better check for 'native' services (#190989, #110761, adapted
52d5b2
  from <matthias@rpmforge.net>)
52d5b2
 
52d5b2
* Tue Sep 19 2006 Bill Nottingham <notting@redhat.com> 8.41-1
52d5b2
- fix network ipv6 hang (#207137, others)
52d5b2
- rc.sysinit: change blkid.tab path to /etc/blkid/blkid.tab
52d5b2
- rename_device: reset DEVPATH also when renaming (#206884, <phil@fifi.org>)
52d5b2
- sysconfig.txt: clarify onboot/onparent usage
52d5b2
52d5b2
* Fri Sep 15 2006 Bill Nottingham <notting@redhat.com> 8.40-1
52d5b2
- translation updates
52d5b2
- rename_device: use '__tmpXXXX' instead of 'devXXXX' as a temporary device
52d5b2
  name to avoid any realistic namespace clashes
52d5b2
- rc.sysinit: set default affinity if specified on commandline (#203359)
52d5b2
- always pass path to '.' (#206035)
52d5b2
- run setsysfont, loadkeys always when /dev/tty{0,1} exist (#150769)
52d5b2
- allow going to a shell when system is shut down cleanly (from <dwalsh@redhat.com>)
52d5b2
52d5b2
* Tue Sep  5 2006 Bill Nottingham <notting@redhat.com> 8.39-1
52d5b2
- translation updates
52d5b2
- Handle partitions on multipath/dmraid better (<pjones@redhat.com>)
52d5b2
- make /dev/mapper/control ourselves (<pjones@redhat.com>)
52d5b2
- init.d/network: simplify 'status' call
52d5b2
- fix actual 169.254 networks (#203591)
52d5b2
- rc.sysinit: don't run vgscan (#191879)
52d5b2
- init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>)
52d5b2
- rc.sysinit: catch more dmraid errors (#200683)
52d5b2
- support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>,
52d5b2
  <lv@lekv.de>)
52d5b2
- IPv6 updates (<pb@bieringer.de>, includes a fix for #143452)
52d5b2
52d5b2
* Tue Aug  1 2006 Bill Nottingham <notting@redhat.com> 8.38-1
52d5b2
- translation updates
52d5b2
- bring down bonding slaves on ifdown (#199706)
52d5b2
- support LINKDELAY for dhcp (#191137)
52d5b2
- netfs: run multipath on netdev devices (#180977)
52d5b2
- halt: use /proc/mounts instead of /etc/mtab (#198426, <mitr@redhat.com>)
52d5b2
- rc.sysinit: fix getkey race (#191453, <mitr@redhat.com>)
52d5b2
- spec cleanups (#188614, <kloczek@rudy.mif.pg.gda.pl>)
52d5b2
- support aliases on vlan (#193133, <mitr@redhat.com>)
52d5b2
- clean up ifcfg file handling (<mitr@redhat.com>, <michal@harddata.com>)
52d5b2
- GRE and IPIP tunnel support (#168990, <mitr@redhat.com>,
52d5b2
  <razvan.vilt@linux360.ro>, <aaron.hope@unh.edu>, <sean@enertronllc.com>)
52d5b2
- rc.sysinit: don't format encrypted swap always (#127378)
52d5b2
- don't try to add routes to alias devices (#199825, #195656)
52d5b2
52d5b2
* Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.37-1
52d5b2
- update translations
52d5b2
52d5b2
* Fri Jul 21 2006 Bill Nottingham <notting@redhat.com> 8.36-1
52d5b2
- rework automatic swapon - only run if AUTOSWAP=yes, and fix errors
52d5b2
  (#198695, #196179, #196208)
52d5b2
- redo single so it starts last in runlevel 1, and doesn't kill/start
52d5b2
  services itself
52d5b2
- add configurable delay for killproc() (#198429, <jorton@redhat.com>)
52d5b2
- fix loop in rename_device (#199242, <markmc@redhat.com>)
52d5b2
- rc.sysinit: stateless updates (#197972, <law@redhat.com>)
52d5b2
- support for copying dhcp leases from initramfs (#198601, <markmc@redhat.com>)
52d5b2
- readonly-root: SELinux works now in the kernel, allow it
52d5b2
- init.d/network: don't bring down network if root is on a network device
52d5b2
- init.d/halt: don't use -i to halt; causes problems with iscsi
52d5b2
- add support for routing rule-$device (#132252, <mitr@redhat.com>)
52d5b2
- fix rhgb output (#192604, <tonynelson@georgeanelson.com>)
52d5b2
- fix crypttab options for LUKS (#197656, <mitr@redhat.com>)
52d5b2
- ipsec: various fixes & new features (#150682, #168972, <mitr@redhat.com>, <alex@milivojevic.org>)
52d5b2
- ipsec: add check for IKE_METHOD (#197576, <john_smyth@mail.ru>)
52d5b2
- rename_device: ignore alias devices, fix race (#186355)
52d5b2
- ifup/ifdown: don't mark as %%config
52d5b2
- rwtab: some additions/cleanup
52d5b2
52d5b2
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 8.35-1
52d5b2
- readonly root enhancments (modified from <law@redhat.com>, #193164)
52d5b2
- encrypted swap, non-root filesystem support (#127378, <mitr@redhat.com, <redhat@flyn.org>)
52d5b2
- clarify killproc usage (#193711, <mitr@redhat.com>)
52d5b2
- document BRIDGE= (#192576, <mitr@redhat.com>)
52d5b2
- rc.sysinit: allow for sulogin instead of automatic relabeling (<dwalsh@rehdat.com>)
52d5b2
52d5b2
* Tue May 23 2006 Bill Nottingham <notting@redhat.com> 8.34-1
52d5b2
- link glib2 dynamically now that it's in /lib, conflict with older
52d5b2
  versions
52d5b2
- handle cups specially when cleaning /var (#189168)
52d5b2
- remove ifdown-aliases (<mitr@redhat.com>)
52d5b2
- ifup-ipsec: fix key handling when only one of AH or ESP is used
52d5b2
  (#166257, <mituc@iasi.rdsnet.ro>)
52d5b2
- IPv6 updates, including RFC 3041 support (<pb@bieringer.de>)
52d5b2
- routing fixes, add METRIC support for default routes (#124045, <mitr@redhat.com>)
52d5b2
- fix handling of mount points with white space (#186713, <mitr@redhat.com>)
52d5b2
52d5b2
* Thu Apr 20 2006 Bill Nottingham <notting@redhat.com> 8.33-1
52d5b2
- support for readonly root
52d5b2
- rc.sysinit: remove call to zfcpconf.sh - that should be udev rules
52d5b2
- ifup*: add NETWORKDELAY and LINKDELAY (#176851, <mitr@redhat.com>)
52d5b2
- rc.sysinit: remove obsolete initrd code (<pjones@redhat.com>)
52d5b2
52d5b2
* Mon Apr 10 2006 Bill Nottingham <notting@redhat.com> 8.32-1
52d5b2
- netfs: fix redirect (#187505)
52d5b2
- rc.sysinit add forcequotacheck (#168118, <mitr@redhat.com>)
52d5b2
- functions/pidof: various fixes (#182623, others <mitr@redhat.com>)
52d5b2
- add support for DHCP on bridges (#125259, <mitr@redhat.com>,
52d5b2
  anders@kaseorg.com>)
52d5b2
- rc.sysinit: use pidof, not killall (#185429, <pjones@redhat.com>)
52d5b2
- ppp fixes (#129195, #163950, #92023, <mitr@redhat.com>, <avi@argo.co.il>)
52d5b2
- ifup/ifdown: unset $WINDOW (#174336, <mitr@redhat.com>)
52d5b2
52d5b2
* Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1
52d5b2
- add udev helper to rename network devices on device creation
52d5b2
52d5b2
* Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1
52d5b2
- fix context of /dev/pts (#185436)
52d5b2
- translation updates
52d5b2
52d5b2
* Sun Mar  5 2006 Bill Nottingham <notting@redhat.com> 8.31-1
52d5b2
- fix kexec support (<jmoyer@redhat.com>)
52d5b2
- translation updates
52d5b2
52d5b2
* Tue Feb 28 2006 Bill Nottingham <notting@redhat.com> 8.30-1
52d5b2
- hotplug: don't cause modules to be reloaded on ifdown/rmmod (#179809)
52d5b2
- fix endless loops in ifup/ifdown (#177792, #182466)
52d5b2
- fix enabling of enforcing SELinux mode after relabel (#181893)
52d5b2
- remove debugging code from ifup-bnep
52d5b2
- add /proc, /sys mounting back to rc.sysinit
52d5b2
  Note: booting without an initrd is deprecated
52d5b2
- translation updates
52d5b2
52d5b2
* Tue Feb 14 2006 Peter Jones <pjones@redhat.com> 8.29-1
52d5b2
- scrub another possible error message from dmraid output
52d5b2
52d5b2
* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.28-1
52d5b2
- kill nash-hotplug before starting udev (<pjones@redhat.com>)
52d5b2
- silence warnings on /dev/pts remount (<pjones@redhat.com>)
52d5b2
- more translation updates
52d5b2
52d5b2
* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1
52d5b2
- translation updates
52d5b2
- lang.sh: revert fix for #176832, it's broken
52d5b2
- ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>)
52d5b2
52d5b2
* Tue Feb  7 2006 Bill Nottingham <notting@redhat.com> 8.26-1
52d5b2
- revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change
52d5b2
- add some ugly hacks to make sure net hotplug doesn't run after unclean
52d5b2
  shutdown (#177795)
52d5b2
- don't mount /sys and /proc in rc.sysinit - the initrd already does
52d5b2
  (<pjones@redhat.com>)
52d5b2
- halt: try to unmount tmpfs filesystems before swapoff (#174000,
52d5b2
  <mitr@redhat.com>)
52d5b2
52d5b2
* Thu Feb  2 2006 Bill Nottingham <notting@redhat.com> 8.25-1
52d5b2
- ifup: don't run the arping check if the address is already on the device
52d5b2
52d5b2
* Wed Feb  1 2006 Bill Nottingham <notting@redhat.com> 8.24-1
52d5b2
- init.d/functions: fix sendmail startup
52d5b2
- sysconfig.txt: fix typos (<mitr@redhat.com>)
52d5b2
52d5b2
* Tue Jan 31 2006 Peter Jones <pjones@redhat.com> 8.23-1
52d5b2
- rc.sysinit: do a better job of not activating already active dmraids
52d5b2
52d5b2
* Tue Jan 31 2006 Bill Nottingham <notting@redhat.com> 8.22-1
52d5b2
- remove references to /usr/X11R6/bin (#177938)
52d5b2
- rc.sysinit: fix SELinux message formatting (#178532)
52d5b2
- rc.sysinit: clean cvs as well (#178539, <ville.skytta@iki.fi>)
52d5b2
- init.d/halt: move halt.local so that it runs before /  is remounted r/o (#179314)
52d5b2
- rc.sysinit: don't activate already active dmraids (<pjones@redhat.com>)
52d5b2
- rc.sysinit: don't mount usbfs, libusb no longer uses it
52d5b2
- init.d/functions: Add -p to status() (#134363, <mitr@redhat.com>)
52d5b2
- init.d/functions: Separate /var/run/*.pid handling and pidof calls
52d5b2
  to private functions (#63440, <mitr@redhat.com>)
52d5b2
- init.d/functions: update for current LSB, including -p pidfile
52d5b2
  (#99325, #134363, <mitr@redhat.com>, <tobias.burnus@physik.fu-berlin.de>)
52d5b2
- getkey: various cleanups, add man page (#54481, <mitr@redhat.com>)
52d5b2
- lang.sh: don't always call consoletype (<laroche@redhat.com>)
52d5b2
52d5b2
* Fri Jan 20 2006 Bill Nottingham <notting@redhat.com> 8.21-1
52d5b2
- move handling of network hotplug events here, add appropriate udev
52d5b2
  rules, obsolete hotplug
52d5b2
- get rid of some path lookups (#178321, <mclasen@redhat.com>)
52d5b2
- get hwaddrs from sysfs as opposed to ip | sed
52d5b2
- translation updates
52d5b2
- lang.sh: don't run unicode_start for subshells (#176832)
52d5b2
- halt: ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
52d5b2
- add service(8) man page (#44857) <mitr@redhat.com>
52d5b2
52d5b2
* Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> 8.20-1
52d5b2
- remove kmodule. udev handles module loading now
52d5b2
- require appropriate udev
52d5b2
52d5b2
* Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 8.19-1
52d5b2
- Require syslog, for alternate implementations thereof (#172885)
52d5b2
- Fix fsck invocation for weeding out netdev devices (#175803)
52d5b2
52d5b2
* Fri Dec  2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
52d5b2
- use new dhclient file paths, add appropriate conflict (#169164)
52d5b2
52d5b2
* Wed Oct  5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
52d5b2
- make sure corefile limiting works for user processes as well
52d5b2
  (#166511, <ville.skytta@iki.fi>)
52d5b2
- ifup-routes: handle no EOF in the route file (#156972)
52d5b2
- rc.sysinit: tweak mesage (#156972)
52d5b2
- ifdown-eth: clean up error message (#135167)
52d5b2
- rc.sysinit: call kpartx on multipath devices (#160227)
52d5b2
- ifup-eth: move wireless options before bridge options (#122801)
52d5b2
- ifup-wireless: silence error (#90601)
52d5b2
- init.d/functions: change translated string (#54682)
52d5b2
52d5b2
* Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1
52d5b2
- fix typo bug
52d5b2
52d5b2
* Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1
52d5b2
- support proper dial-in configuration, thanks to Peter Bieringer (#158380)
52d5b2
52d5b2
* Thu Sep 22 2005 Bill Nottingham <notting@redhat.com>
52d5b2
- kmodule: don't probe for uninteresting devices. speeds things up
52d5b2
- network-functions: deal with broken networks better (#168947)
52d5b2
- rc.sysinit: automatically reboot if labels are really out of date
52d5b2
  (<dwalsh@redhat.com>)
52d5b2
- network-functions: throw out nameif error messages
52d5b2
- rc.sysinit: use multipath.static (#168321)
52d5b2
- rc.sysinit: use ignorelocking (#168195)
52d5b2
52d5b2
* Mon Sep 12 2005 Bill Nottingham <notting@redhat.com> 8.14-1
52d5b2
- fix usage of the module blacklist (#168020)
52d5b2
52d5b2
* Fri Sep  9 2005 Bill Nottingham <notting@redhat.com> 8.13-1
52d5b2
- fix on-boot relabelling (<dwalsh@redhat.com>)
52d5b2
52d5b2
* Mon Aug 22 2005 Bill Nottingham <notting@redhat.com> 8.12-1
52d5b2
- ifup-eth: fix interface renaming (#158774)
52d5b2
- rc.sysinit: use modprobe, not insmod (#159120, <tmus@tmus.dk>)
52d5b2
- remove workaround for the fonts-not-initialized-on-secondary-consoles
52d5b2
  problem (fixed in 2.6.12-rc4 and later)
52d5b2
- setsysfont: correctly bracket systfontacm (#159706)
52d5b2
- rc.sysinit: always use udevsend, even if no modules (#160987)
52d5b2
- ifdown-aliases: add 'cd' to the proper dir (#161170)
52d5b2
- add diskdump restore support (<tuchida@redhat.com>),
52d5b2
  conflict with appropriate diskdumputils
52d5b2
- rc.sysinit: dmraid/multipath support
52d5b2
  - remove LVM1 support
52d5b2
- init.d/functions: handle odd quoting in args (#161316, <stransky@redhat.com>)
52d5b2
- ifup-wireless: set rate in quotes (#163123)
52d5b2
- handle lvm & fsck for network block devices (#148764,
52d5b2
  <alewis@redhat.com>)
52d5b2
- initlog: fix invalid free calls,  (#165033), (#163973,<dwalsh@redhat.com>)
52d5b2
- sysconfig.txt: remove hdparm docs, since the code isn't there (#162962)
52d5b2
- updated translations: ms, ja, ko, et, zh_CN, zh_TW, sr, ar
52d5b2
52d5b2
* Tue May 10 2005 Bill Nottingham <notting@redhat.com> 8.11-1
52d5b2
- fix mis-bringup of interfaces due to accidentally matched HWADDR
52d5b2
  (a.k.a. ONBOOT=no not working) (#153669, #157252)
52d5b2
- support automatic relabeling later if rebooted w/o SELinux
52d5b2
  (<dwalsh@redhat.com>)
52d5b2
- rc.sysinit: fix fixfiles invocation (#157182)
52d5b2
- btmp should be 0600 (#156900)
52d5b2
- translation updates: fr, bg, ru, mk, pa, es
52d5b2
52d5b2
* Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 8.10-1
52d5b2
- fix hang on stale GDM sockets (#156355)
52d5b2
52d5b2
* Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> 8.09-1
52d5b2
- rc.sysinit: clean up screen sockets (#155969)
52d5b2
- functions: use pidof -c in various functions
52d5b2
- ifup-ppp: fix static routes with ppp demand dialing (#20142,
52d5b2
  <ohrn+redhat@chalmers.se>)
52d5b2
- add btmp support (#155537)
52d5b2
- don't send dhcp hostname (revert of fix for #149667)
52d5b2
- more early-login modifications (<mclasen@redhat.com>)
52d5b2
- functions: fix echo (#155270)
52d5b2
52d5b2
* Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 8.08-3
52d5b2
- fix ifup-routes script (#155195)
52d5b2
52d5b2
* Mon Apr 18 2005 Florian La Roche <laroche@redhat.com>
52d5b2
- fix strstr call in rc.sysinit
52d5b2
52d5b2
* Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 8.08-1
52d5b2
- update translation base
52d5b2
- automatically send hostname for DHCP if it's available and not
52d5b2
  overridden (#149667)
52d5b2
- load user-defined module scripts from /etc/sysconfig/modules at
52d5b2
  boot (#123927)
52d5b2
- halt: reverse sort the mount list, avoiding errors
52d5b2
  (#147254, <jamesodhunt@hotmail.com>)
52d5b2
- ifup-wireless: add SECURITYMODE (#145407)
52d5b2
- network-functions: don't error out if hotplug doesn't exist (#140008)
52d5b2
- ifup: always return errors on trying to bring up nonexistent devices (#131461)
52d5b2
- ifup: fix error message (#143674)
52d5b2
- rc.sysinit: add a autorelabel boot target (#154496)
52d5b2
- prefdm: if something else is specified as $DISPLAYMANAGER, try that (#147304)
52d5b2
- remove support for the old firewall type
52d5b2
- network: optimize some (#138557, <drepper@redhat.com>)
52d5b2
- prefdm: fix prefdm arg handling (#154312, <khc@pm.waw.pl>)
52d5b2
- gdm early-login support (adapted from <rstrode@redhat.com>)
52d5b2
- ifup-routes: make sure commented lines are handled correctly (#154353,
52d5b2
  #114548, <link@pobox.com>)
52d5b2
- some sysconfig.txt updates (<link@pobox.com>, <jvdias@redhat.com>)
52d5b2
- rc.sysinit: fix restorecon invocation (#153100)
52d5b2
- initlog: free some of the more egregious memory leaks (#85935)
52d5b2
- initlog: fix potential memory overread (#153685, <in-redhat@baka.org>)
52d5b2
- remove some conflicts, %%post scripts, etc. that were only relelvant
52d5b2
  for upgrades from pre-7.0
52d5b2
- other minor fixes, see ChangeLog
52d5b2
52d5b2
* Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
52d5b2
- bring back initlog for third-party scripts until a new framework is
52d5b2
  in place
52d5b2
52d5b2
* Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
52d5b2
- handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
52d5b2
- ifup-ipsec: handle non-ascii keys (#150552)
52d5b2
- add proper ipsec route (#146169, #140654)
52d5b2
- add a restorecon for /tmp to rc.sysinit
52d5b2
- document ONHOTPLUG in sysconfig.txt
52d5b2
- fix mistranslation (#151120)
52d5b2
- don't return 1 for stopping a process if it isn't running at all
52d5b2
- don't explicitly set fwd polices for ipsec traffic. Let setkey
52d5b2
  handle it.
52d5b2
52d5b2
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
52d5b2
- ipv6 cleanups (<pb@bieringer.de>)
52d5b2
- rc.sysinit: fix rngd check (#130350)
52d5b2
  ... then turn it off entirely
52d5b2
- rc.sysinit: get rid of duplicate date printout (#149795)
52d5b2
- ifdown: handle being called on down devices better
52d5b2
- handle saved resolv.conf on all device types
52d5b2
- fix network-functions cleanup
52d5b2
- netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
52d5b2
- dhcp release cleanups (<jvdias@redhat.com>)
52d5b2
- ifup-bnep: bluetooth update <dwmw2@infradead.org>
52d5b2
- more ipsec stuff (#147001, <ckjohnson@gwi.net>)
52d5b2
52d5b2
* Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
52d5b2
- split out ifup/ifdown general case to ifup/ifdown-eth;
52d5b2
  add ifup/ifdown-bnep (<dwmw2@redhat.com>)
52d5b2
- ifup-ipsec: add fwd policies (#145507)
52d5b2
- fix multiple scsi_hostadapter loads (#145432)
52d5b2
- enable syncookies in sysctl.conf (#145201)
52d5b2
52d5b2
* Wed Jan 12 2005 Bill Nottingham <notting@redhat.com> 8.03-1
52d5b2
- use udevsend to handle hotplug events (requires recent udev)
52d5b2
- remove pump, dhcpcd support
52d5b2
- fix ONxxx (#136531, <cww@redhat.com>)
52d5b2
- fix various fgreps to not catch commented lines (#136531, expanded
52d5b2
  from <cww@redhat.com>)
52d5b2
- set ETHTOOL_OPTS on addressless devices (#144682, <mpoole@redhat.com>)
52d5b2
- kill dhcp client even if BOOTOPROTO is now static (#127726, others)
52d5b2
- replace the use of route/ifconfig with ip in IPv6 code, remove support
52d5b2
  for ipv6calc (<pb@bierenger.de>, <pekkas@netcore.fi>)
52d5b2
- fix quoting in daemon() (#144634)
52d5b2
- make sysctl be silent (#144483)
52d5b2
 
52d5b2
* Mon Jan  3 2005 Bill Nottingham <notting@redhat.com> 8.02-1
52d5b2
- remove initlog, minilogd
52d5b2
- add a flag to kmodule for use with kudzu's socket mode, use it
52d5b2
- change setting of IPv6 default route (#142308, <pb@bieringer.de>)
52d5b2
- netfs: don't unmount NFS root FS (#142169)
52d5b2
52d5b2
* Mon Dec  6 2004 Bill Nottingham <notting@redhat.com> 8.01-1
52d5b2
- further bootup noise reductions
52d5b2
- rc.d/rc.sysinit: do implicit unicode conversion on keymap
52d5b2
52d5b2
* Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1
52d5b2
- fix previous fix (#139656)
52d5b2
52d5b2
* Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1
52d5b2
- clear and repopulate mtab before mounting other filesystems (#139656)
52d5b2
- remove more devfs compat
52d5b2
52d5b2
* Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
52d5b2
- various kmodule speedups
52d5b2
- rc.d/init.d/netfs: don't mount GFS (#140281)
52d5b2
- fix various minilogd bogosities (#106338)
52d5b2
52d5b2
* Mon Nov 15 2004 Karsten Hopp <karsten@redhat.de> 7.97-1
52d5b2
- configure CTC protocol if CTCPROT is set (#133088)
52d5b2
52d5b2
* Mon Nov 15 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- fix check_link_down to still check negotiation if link is
52d5b2
  listed as "up" on entering (#110164, <dbaron@dbaron.org>)
52d5b2
52d5b2
* Thu Nov 11 2004 Karsten Hopp <karsten@redhat.de> 7.96-1
52d5b2
- parse OPTIONS for QETH, CTC, LCS interfaces (#136256, mainframe)
52d5b2
52d5b2
* Tue Nov  9 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- fix typo (#134787, <bnocera@redhat.com>)
52d5b2
52d5b2
* Sun Nov  7 2004 Bill Nottingham <notting@redhat.com> 7.95-1
52d5b2
- various translation updates
52d5b2
52d5b2
* Tue Nov  2 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- take an axe to rc.sysinit:
52d5b2
  - remove delay on unclean startup
52d5b2
  - remove hdparm code
52d5b2
  - remove LVM1 code
52d5b2
  - remove old raidtab code in favor of mdadm
52d5b2
  - remove support for old isapnp tools
52d5b2
  - move all block device mangling before fsck. run fsck *once*, not twice
52d5b2
  - some more LC_ALL=C stuff
52d5b2
52d5b2
* Sun Oct 31 2004 Florian La Roche <laroche@redhat.com>
52d5b2
- /etc/rc.d/rc: use "LC_ALL=C grep" for small speedup
52d5b2
- /etc/rc.d/rc.sysinit:
52d5b2
  - do not read udev.conf, this seems to be all in the start_udev script
52d5b2
  - fix detection of "nomodules" kernel command line option
52d5b2
  - read /proc/cmdline earlier and convert rhgb to use that, too
52d5b2
  - load_module(): change redirection to /dev/null
52d5b2
  - some checks for RHGB_STARTED="" looked strange
52d5b2
- /etc/sysconfig/network-scripts/ifup-ppp:
52d5b2
  - remove a call to basename with shell builtins
52d5b2
- /etc/sysconfig/network-scripts/network-functions:
52d5b2
  - remove some calls to basename/sed with shell builtins
52d5b2
52d5b2
* Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 7.93.2-1
52d5b2
- fix prefdm fallback to installed display managers (#137274)
52d5b2
- fix incorrect rhgb temporary path (#137391)
52d5b2
52d5b2
* Mon Oct 18 2004 Bill Nottingham <notting@redhat.com> 7.93-1
52d5b2
- translation updates
52d5b2
- fix handling of GATEWAYDEV (#133575, <pekkas@netcore.fi>)
52d5b2
52d5b2
* Sun Oct 17 2004 Bill Nottingham <notting@redhat.com> 7.91-1
52d5b2
- rc.d/rc.sysinit: remove devlabel call
52d5b2
- mdadm support, now that raidtools is gone (#126636, #88785)
52d5b2
- call ipv6to4 scripts in /etc/ppp/(ip-up|ip-down) (#124390, <dwmw2@redhat.com>)
52d5b2
- cleanup a couple of nits that could affect bug #134754
52d5b2
- make sure we return to rhgb after fsck (#133966, #112839, #134449)
52d5b2
- automatically reboot when fsck calls for it, instead of requiring
52d5b2
  manual intervention (#117641 and duplicates)
52d5b2
- ifup-wireless: fix key for open vs. restricted (#135235, <dax@gurulabs.com>)
52d5b2
- translation updates
52d5b2
52d5b2
* Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 7.90-1
52d5b2
- fix portname for LCS devices
52d5b2
52d5b2
* Fri Oct 08 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- remove sysconfig/rawdevices, as initscript is removed
52d5b2
52d5b2
* Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- change /etc/sysctl.conf to not allow source routed packets per default
52d5b2
52d5b2
* Wed Oct  6 2004 Bill Nottingham <notting@redhat.com> - 7.88-1
52d5b2
- fix requires
52d5b2
52d5b2
* Tue Oct  5 2004 Dan Walsh <dwalsh@redhat.com> - 7.87-1
52d5b2
- Change SELinux relabel to not remount /
52d5b2
52d5b2
* Mon Oct  4 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- use runuser instead of su; require it
52d5b2
- init.d/halt: use right file name for random seed (#134432)
52d5b2
52d5b2
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> - 7.86-1
52d5b2
- use /etc/hotplug/blacklist to blacklist modules in hardware init (#132719)
52d5b2
- filter indic locales on the console (#134198)
52d5b2
52d5b2
* Wed Sep 29 2004 Bill Nottingham <notting@redhat.com> - 7.85-1
52d5b2
- ifup, network-functions: fix worked-by-accident shell quoting
52d5b2
- lang.csh: remove setting of dspmbyte (#89549, <mitr@redhat.com>)
52d5b2
- SELinux fixes
52d5b2
- clean up prefdm
52d5b2
- init.d/functions: export LC_MESSAGES (#133786)
52d5b2
- allow daemon to coredump if requested (#130175)
52d5b2
- network-functions: be more liberal in what we accept for link types (#90602, #127984)
52d5b2
- fix overzealousness with -range aliases (#65415)
52d5b2
- rc.sysinit: use s-c-keyboard, not kbdconfig (#133929)
52d5b2
- fix checkpid logic, clean up potential errors (#134030)
52d5b2
- translation updates
52d5b2
52d5b2
* Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 7.84-1
52d5b2
- only start udev once
52d5b2
52d5b2
* Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 7.83-1
52d5b2
- conflict with old udev
52d5b2
- use udev if it's present
52d5b2
52d5b2
* Tue Sep 21 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- don't mount usbfs without usb. also, at least be consistent in filesystem type
52d5b2
52d5b2
* Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 7.82-1
52d5b2
- fix handling of nonexistent devices (#132839)
52d5b2
- rhgb enhancements (<veillard@redhat.com>, #132665)
52d5b2
- initscripts.spec: require nash (#132513)
52d5b2
- translation updates
52d5b2
52d5b2
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 7.81-1
52d5b2
- load iucv device config after /etc/sysconfig/network so that
52d5b2
  GATEWAY doesn't get overwritten
52d5b2
52d5b2
* Fri Sep 10 2004 Bill Nottingham <notting@redhat.com> - 7.80-1
52d5b2
- fix IPv6 6to4 & NAT (#118928, <pb@bieringer.de>, <pekkas@netcore.fi>)
52d5b2
52d5b2
* Fri Sep 10 2004 Karsten Hopp <karsten@redhat.com> - 7.79-1
52d5b2
- load ctc device config after /etc/sysconfig/network so that
52d5b2
  GATEWAY doesn't get overwritten
52d5b2
52d5b2
* Wed Sep  8 2004 Dan Walsh <dwalshg@redhat.com> - 7.78-2
52d5b2
- fix setting SELinux contexts on udev-created-in-initrd devices
52d5b2
- Let restorecon check if selinux is enabled.
52d5b2
52d5b2
* Wed Sep  8 2004 Bill Nottingham <notting@redhat.com> - 7.78-1
52d5b2
- set SELinux contexts on udev-created-in-initrd devices, if necessary
52d5b2
52d5b2
* Wed Sep  1 2004 Bill Nottingham <notting@redhat.com> - 7.77-1
52d5b2
- mount usbfs (#131347)
52d5b2
- start any automatic raid devices
52d5b2
- remove triggers for ancient releases, bulletproof remaining ones (#131356)
52d5b2
52d5b2
* Wed Sep  1 2004 Jeremy Katz <katzj@redhat.com> - 7.76-1
52d5b2
- udev uses UDEV_TMPFS now
52d5b2
52d5b2
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 7.75-1
52d5b2
- fix sysfs configuration of qeth and lcs network interfaces
52d5b2
  (eth, tr, hsi)
52d5b2
52d5b2
* Mon Aug 30 2004 Karsten Hopp <karsten@redhat.de> 7.74-1
52d5b2
- fix support for LCS portnumbers (mainframe)
52d5b2
52d5b2
* Fri Aug 27 2004 Jason Vas Dias  <jvdias@redhat.com> 7.73-1
52d5b2
- Add support for running the DHCPv6 client to ifup
52d5b2
- (new DHCPV6C=yes/no ifcfg-${IF} variable) + update sysconfig.txt
52d5b2
52d5b2
* Fri Aug 27 2004 Bill Nottingham <notting@redhat.com> 7.72-1
52d5b2
- flip the kernel conflict to a Requires:
52d5b2
52d5b2
* Thu Aug 26 2004 Karsten Hopp <karsten@redhat.de> 7.71-1
52d5b2
- ifcfg-iucv/ctc: drop REMIP and use GATEWAY instead
52d5b2
52d5b2
* Thu Aug 26 2004 Bill Nottingham <notting@redhat.com> 7.70-1
52d5b2
- autoload hardware modules on startup
52d5b2
- minor fsck cleanup (#115028, <leonard-rh-bugzilla@den.ottolander.nl>)
52d5b2
- ifup: support STP bridging (#123324)
52d5b2
- rc.sysinit: do a SELinux relabel if forced
52d5b2
- rc.sysinit: remove devfs compat and the remaining 2.4 compat
52d5b2
- ifup-wireless: support multiple keys (#127957)
52d5b2
- fix firmware loading (#129155, <bnocera@redhat.com>)
52d5b2
 
52d5b2
* Tue Aug 24 2004 Karsten Hopp <karsten@redhat.de> 7.68-1
52d5b2
- execute zfcfconf.sh if available (mainframe)
52d5b2
52d5b2
* Mon Aug 23 2004 Jason Vas Dias <jvdias@redhat.com> 7.67-1
52d5b2
- fix change_resolv_conf: if pre-existing /etc/resolv.conf
52d5b2
- non-existent or empty, replace with new file contents.
52d5b2
52d5b2
* Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
52d5b2
- Allow users to use generic /etc/dhclient.conf if per-device
52d5b2
- /etc/dhclient-${DEVICE}.conf is non-existent or empty
52d5b2
52d5b2
* Fri Aug 20 2004 Jason Vas Dias <jvdias@redhat.com> 7.66-1
52d5b2
- Preserve "options" settings in resolv.conf (bug 125712)
52d5b2
52d5b2
* Fri Aug 20 2004 Jeremy Katz <katzj@redhat.com> - 7.65-1
52d5b2
- look at /etc/udev/udev.conf, not /etc/sysconfig/udev (#130431)
52d5b2
52d5b2
* Fri Aug 20 2004 Bill Nottingham <notting@redhat.com> 7.64-1
52d5b2
- rc.d/rc.sysinit: check for dev file too (#130350)
52d5b2
 
52d5b2
* Thu Aug 19 2004 Than Ngo <than@redhat.com> 7.63-1
52d5b2
- allow CBCP with own number (#125710)
52d5b2
52d5b2
* Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
52d5b2
- fix up resolv.conf munging (#129921)
52d5b2
- use rngd if available
52d5b2
- run start_udev if necessary (#120605)
52d5b2
- readonly root updates (#129893, <markmc@redhat.com>)
52d5b2
- ifup-wireless: quote key (#129930)
52d5b2
- remove rawdevices (#130048)
52d5b2
- handle binfmt_misc in rc.sysinit for the case where it's built in (#129954)
52d5b2
- remove mkkerneldoth
52d5b2
- don't remove linguas in lang.* (part of #9733)
52d5b2
- fix nfs unmounting (#129765)
52d5b2
- fix URL (#129433)
52d5b2
52d5b2
* Wed Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
52d5b2
- fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
52d5b2
52d5b2
* Tue Aug  3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
52d5b2
- write peerid into sysfs for IUCV devices (mainframe)
52d5b2
52d5b2
* Tue Aug  3 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- don't remove /dev/mapper/control - nash will do it if it has to (#127115)
52d5b2
52d5b2
* Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
52d5b2
- fix for bug 125712: add 'change_resolv.conf' function
52d5b2
52d5b2
* Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- rc.d/init.d/network: don't bring interfaces down twice (#127487)
52d5b2
52d5b2
* Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- fix bonding + no IP (#127285)
52d5b2
- wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
52d5b2
52d5b2
* Wed Jul  7 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- move random stuff to rc.sysinit/halt; move all swap to after this.
52d5b2
  prereq of bug #123278
52d5b2
52d5b2
* Fri Jul  2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
52d5b2
- set context on ICE directory after making it (#127099, <concert@europe.com>)
52d5b2
- don't mount GFS filesystems in rc.sysinit
52d5b2
52d5b2
* Tue Jun 29 2004 Bill Nottingham <notting@redhat.com> 7.58-1
52d5b2
- rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
52d5b2
- set devicetype for xDSL (#126194)
52d5b2
- ignore locking failures when starting lvm volumes (#126192, <radu@primit.ro>)
52d5b2
- unset LC_MESSAGES for rhgb (#126020, <ynakai@redhat.com>)
52d5b2
- bonding fixes
52d5b2
- setsysfont: remove error (#100559)
52d5b2
- remove duplicate setting of network routes (#125450)
52d5b2
- vlan fixes (#107504, <hrunting@texas.net>)
52d5b2
- ifup-aliases: remove bogus route setting (#120908)
52d5b2
52d5b2
* Tue May 25 2004 Bill Nottingham <notting@redhat.com> 7.57-1
52d5b2
- readonly root fixes (<alexl@redhat.com>)
52d5b2
52d5b2
* Tue May 25 2004 Karsten Hopp <karsten@redhat.de> 7.56-1
52d5b2
- special TYPE for qeth devices to differenciate them from ethX
52d5b2
52d5b2
* Mon May 24 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- fix pppd vs. ppp typo in conflicts (#123680)
52d5b2
52d5b2
* Fri May 21 2004 Bill Nottingham <notting@redhat.com>
52d5b2
- fix bridging confusing module order (#122848, <luto@myrealbox.com>)
52d5b2
- rc.d/rc.sysinit: don't mount cifs (#122501)
52d5b2
52d5b2
* Tue May 18 2004 Karsten Hopp <karsten@redhat.de> 7.55-1
52d5b2
- add support for ccwgroup devices on mainframe
52d5b2
52d5b2
* Thu May 13 2004 Than Ngo <than@redhat.com> 7.54-1
52d5b2
- add patch to enable PIE build of usernetctl
52d5b2
52d5b2
* Fri May  7 2004 Jeremy Katz <katzj@redhat.com> - 7.53-1
52d5b2
- little lvm tweak (#121963)
52d5b2
52d5b2
* Tue May  4 2004 Bill Nottingham <notting@redhat.com> 7.52-1
52d5b2
- ipv4 addresses are ints, not longs (#122479)
52d5b2
52d5b2
* Tue May  4 2004 Bill Nottingham <notting@redhat.com> 7.51-1
52d5b2
- get rid of LVM error when no volumes are defined (#121197)
52d5b2
- fix selinux short-circuit test (#121143, <michal@harddata.com>)
52d5b2
- /dev/mapper/control is a special file, check it accordingly (#121963)
52d5b2
- support ETHTOOL_OPTS on bonding slaves (#119430, <hrunting@texas.net>)
52d5b2
- handle multiple spaces correctly in rc.sysinit, network-functions
52d5b2
  (#118583, <pallas@kadan.cz>)
52d5b2
- cleanup fd leaks, mem leaks, other bogosities
52d5b2
  (#119987, <linux_4ever@yahoo.com>)
52d5b2
- rc.d/init.d/network: remove ipv6 bogosity (#114128)
52d5b2
- translation updates
52d5b2
52d5b2
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 7.50-1
52d5b2
- fix LVM issues in rc.sysinit (#120458, #119975)
52d5b2
- deal with fixed racoon parser
52d5b2
- translation updates from translators
52d5b2
- fix USB loading (#120911)
52d5b2
52d5b2
* Fri Mar 26 2004 Bill Nottingham <notting@redhat.com> 7.49-1
52d5b2
- use alsa for mixer saving in halt
52d5b2
- don't umount /proc in halt (#118880)
52d5b2
- various translation updates from translators
52d5b2
52d5b2
* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.48-1
52d5b2
- disable enforcing in emergency mode for now, relabel some commonly
52d5b2
  mislabeled files on boot
52d5b2
52d5b2
* Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 7.47-1
52d5b2
- translation: catch more input strings (#106285, <mitr@volny.cz>)
52d5b2
- remove autologin from prefdm (#108969)
52d5b2
- return to rhgb after ./unconfigured (#109807, <jkeating@j2solutions.net>)
52d5b2
- handle iso15 in setsysfont (#110243)
52d5b2
- clean up samba & vmware in rc.sysinit (#113104)
52d5b2
- some sysconfig.txt documentation (#110427, #118063)
52d5b2
- fix bug in umount-on-halt (#113088, <giardina@airlab.elet.polimi.it>)
52d5b2
- handle CIFS in netfs (#115691)
52d5b2
- make sure hotplug isn't stuck unset (#116666, <aoliva@redhat.com>)
52d5b2
- handle network fs better in rc.sysinit (#111290)
52d5b2
- nomodules applies to usb/firewire too (#113278)
52d5b2
- ipsec fix (#116922, <felipe_alfaro@linuxmail.org>)
52d5b2
- make sure rc exits cleanly (#117827, <enrico.scholz@informatik.tu-chemnitz.de>)
52d5b2
- fsck root FS from initrd, for dynamic majors (#117575, <sct@redhat.com>)
52d5b2
52d5b2
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
52d5b2
- Use ':' instead of '.' as separator for chown.
52d5b2
52d5b2
* Mon Feb  2 2004 Bill Nottingham <notting@redhat.com> 7.46-1
52d5b2
- some more rc.sysinit tweaks and refactoring
52d5b2
52d5b2
* Fri Jan 30 2004 Bill Nottingham <notting@redhat.com> 7.45-1
52d5b2
- fix rc.sysinit typo
52d5b2
- rc.d/init.d/network: clear out environment (#113937, #111584)
52d5b2
52d5b2
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 7.44-1
52d5b2
- NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)
52d5b2
- handle 2.6-style 'install ethX ...' lines correctly
52d5b2
- mount sysfs by default
52d5b2
- time to clean up the cruft. remove:
52d5b2
  - boot-time depmod
52d5b2
  - linking of /boot/System.map to /boot/System.map-`uname -r`
52d5b2
  - /var/log/ksyms.X
52d5b2
  - libredhat-kernel support
52d5b2
52d5b2
* Fri Jan  16 2004 Dan Walsh <dwalsh@redhat.com> 7.43-2
52d5b2
- Remove selinux run_init code from service script.  It is no longer needed.
52d5b2
52d5b2
* Fri Dec  5 2003 Jeremy Katz <katzj@redhat.com> 7.43-1
52d5b2
- basic lvm2 support
52d5b2
52d5b2
* Tue Oct 28 2003 Bill Nottingham <notting@redhat.com> 7.42-1
52d5b2
- show rhgb details on service failures
52d5b2
52d5b2
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 7.41-1
52d5b2
- tweak some rhgb interactions (#100894, #107725)
52d5b2
- fix dvorak keymap loading (#106854)
52d5b2
52d5b2
* Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.40-1
52d5b2
- add better fix to support nickname (#105785)
52d5b2
52d5b2
* Wed Oct 22 2003 Than Ngo <than@redhat.com> 7.39-1
52d5b2
- add support nickname (#105785)
52d5b2
52d5b2
* Fri Oct 17 2003 Bill Nottingham <notting@redhat.com> 7.38-1
52d5b2
- rhgb updates, now pass 'rhgb' to use it, instead of passing 'nogui'
52d5b2
  to disable it
52d5b2
52d5b2
* Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 7.37-1
52d5b2
- bridging updates (#104421, <dwmw2@redhat.com>)
52d5b2
52d5b2
* Wed Oct  8 2003 Bill Nottingham <notting@redhat.com> 7.36-1
52d5b2
- mount /dev/pts before starting rhgb
52d5b2
52d5b2
* Wed Oct  1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
52d5b2
- load acpi modules on startup if necessary
52d5b2
- fix typo in ipsec comments & sysconfig.txt
52d5b2
52d5b2
* Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
52d5b2
- use upsdrvctl to start the shutdown process
52d5b2
52d5b2
* Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
52d5b2
- ipsec fixes (#104227, <harald@redhat.com>)
52d5b2
- ppp fixes (#104128, #97845, #85447)
52d5b2
52d5b2
* Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 7.32-1
52d5b2
- fix ip calls for some device names (#104187)
52d5b2
- ipsec fixes
52d5b2
52d5b2
* Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 7.31-1
52d5b2
- fix bonding + dhcp (#91399)
52d5b2
- fix typo (#103781)
52d5b2
- sysconfig/network-scripts/ifup: fix use of local
52d5b2
52d5b2
- fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)
52d5b2
- remove /var/run/confirm when done with /etc/rc (#100898)
52d5b2
- ipcalc: fix some memory handling (#85478, <miked@ed.ac.uk>)
52d5b2
- handle sorting > 10 network devices (#98209)
52d5b2
- unset ONPARENT after use (#101384)
52d5b2
- random other fixes
52d5b2
- bridging support (<dwmw2@redhat.com>)
52d5b2
52d5b2
* Fri Aug 15 2003 Bill Nottingham <notting@redhat.com> 7.30-1
52d5b2
- IPv6 updates (#86210, #91375, <pekkas@netcore.fi>)
52d5b2
52d5b2
* Fri Aug  8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
52d5b2
- setsysfont: don't echo to /dev/console (#102004)
52d5b2
- fix ethernet device renaming deadlock (#101566)
52d5b2
- consoletype: don't return 'vt' on vioconsole (#90465)
52d5b2
- ifup: fix short-circuit (#101445)
52d5b2
52d5b2
* Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- ifup-routes: pass the interface name to handle_file() so that we don't try
52d5b2
  to use the routes file's name as an interface name
52d5b2
52d5b2
* Wed Jul  9 2003 Bill Nottingham <notting@redhat.com> 7.28-1
52d5b2
- switch from $CONFIG.keys to keys-$CONFIG
52d5b2
52d5b2
* Tue Jul  8 2003 Bill Nottingham <notting@redhat.com> 7.27-1
52d5b2
- add a check to consoletype for the current foreground console
52d5b2
- use it when running unicode_start (#98753)
52d5b2
52d5b2
* Wed Jul  2 2003 Bill Nottingham <notting@redhat.com> 7.26-1
52d5b2
- ipsec support (see sysconfig.txt, ifup-ipsec)
52d5b2
- read $CONFIG.keys, for non-world-readable keys
52d5b2
- allow default window size for routes to be set with WINDOW= (#98112)
52d5b2
- support setting device options with ethtool opts
52d5b2
- fix s390 bootup spew (#98078)
52d5b2
- support renaming interfaces with nameif based on hwaddr
52d5b2
52d5b2
* Mon Jun 23 2003 Bill Nottingham <notting@redhat.com> 7.25-1
52d5b2
- fix DNS punching in the case of other rules for the DNS server
52d5b2
  (#97686, <martin@zepler.org>)
52d5b2
- initlog, ppp-watch, and usernetctl tweaks (<linux_4ever@yahoo.com>)
52d5b2
- fix grep for mingetty (#97188)
52d5b2
- fix rhgb-client bad syntax
52d5b2
- change network device searching, use correct naming, fix route issues
52d5b2
  (<harald@redhat.com>)
52d5b2
- other random tweaks
52d5b2
52d5b2
* Fri May 23 2003 Bill Nottingham <notting@redhat.com> 7.24-1
52d5b2
- now even still yet more tweaks for graphical boot
52d5b2
52d5b2
* Thu May 22 2003 Bill Nottingham <notting@redhat.com> 7.23-1
52d5b2
- even still yet more tweaks for graphical boot
52d5b2
52d5b2
* Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.22-1
52d5b2
- still yet more tweaks for graphical boot
52d5b2
52d5b2
* Tue May 20 2003 Bill Nottingham <notting@redhat.com> 7.21-1
52d5b2
- yet more tweaks for graphical boot
52d5b2
52d5b2
* Fri May  2 2003 Bill Nottingham <notting@redhat.com> 7.20-1
52d5b2
- more tweaks for graphical boot
52d5b2
52d5b2
* Wed Apr 30 2003 Bill Nottingham <notting@redhat.com> 7.18-1
52d5b2
- some tweaks for graphical boot
52d5b2
52d5b2
* Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- initscripts-s390.patch: remove not needed parts about PNP=
52d5b2
- inittab.390: sync with normal version
52d5b2
- rc.sysinit: remove two further calls to /sbin/consoletype with $CONSOLETYPE
52d5b2
52d5b2
* Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- sysconfig/init.s390: set LOGLEVEL=3 as for other archs
52d5b2
- rc.d/init.d/network, rc.d/rc: change confirmation mode to
52d5b2
  not use an environment variable
52d5b2
- rc.d/init.d/functions: make strstr() even shorter, remove old
52d5b2
  "case" version that has been already commented out
52d5b2
- rc.d/rc.sysinit:
52d5b2
  - no need to set NETWORKING=no, it is not used/exported
52d5b2
  - do not export BOOTUP
52d5b2
  - delete two "sleep 1" calls that wants to add time to go
52d5b2
    into confirmation mode. There is enough time to press a
52d5b2
    key anyway or use "confirm" in /proc/cmdline.
52d5b2
  - read /proc/cmdline into a variable
52d5b2
  - use strstr() to search in /proc/cmdline
52d5b2
  - add "forcefsck" as possible option in /proc/cmdline
52d5b2
  - while removing lock files, no need to call `basename`
52d5b2
  - add unamer=`uname -r` and reduce number of forks
52d5b2
  - do not fork new bash to create /var/log/ksyms.0
52d5b2
52d5b2
* Thu Apr 03 2003 Karsten Hopp <karsten@redhat.de> 7.15-1
52d5b2
- Mainframe has no /dev/ttyX devices and no mingetty, don't
52d5b2
  initialize them. This gave error messages during startup
52d5b2
52d5b2
* Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- init.d/network: don't advertise "probe: true" in the header if we don't
52d5b2
  recognize "probe" as an argument
52d5b2
52d5b2
* Wed Mar 12 2003 Bill Nottingham <notting@redhat.com> 7.14-1
52d5b2
* - do not handle changed chain name; change was reverted
52d5b2
52d5b2
* Tue Feb 25 2003 Bill Nottingham <notting@redhat.com> 7.13-1
52d5b2
- handle 7.x SYSFONTACM settings in setsysfont (#84183)
52d5b2
52d5b2
* Mon Feb 24 2003 Bill Nottingham <notting@redhat.com> 7.12-1
52d5b2
- handle changed chain name
52d5b2
- init vts used in all cases
52d5b2
52d5b2
* Fri Feb 21 2003 Bill Nottingham <notting@redhat.com> 7.10-1
52d5b2
- handle LANGUAGE specially for zh_CN.GB18030 and gdm (#84773)
52d5b2
52d5b2
* Thu Feb 20 2003 Bill Nottingham <notting@redhat.com> 7.09-1
52d5b2
- initialize two ttys past # of mingettys (for GDM)
52d5b2
- fix zeroconf route
52d5b2
- redhat-config-network writes $NAME.route for some static routes
52d5b2
  (e.g., ppp); handle that (#84193)
52d5b2
52d5b2
* Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 7.08-1
52d5b2
- load keybdev & mousedev even if hid is already loaded/static
52d5b2
- run fewer scripts through action (#49670, #75279, #81531)
52d5b2
52d5b2
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 7.07-1
52d5b2
- fix nicknames & profiles (#82246)
52d5b2
- fix check_device_down (#83780, <pzb@datstacks.com>)
52d5b2
- vlan fixes (<tis@foobar.fi>)
52d5b2
- fix groff macros (#83531, <tsekine@sdri.co.jp>)
52d5b2
- various updated translations
52d5b2
- fix checkpid for multiple pids (#83401)
52d5b2
52d5b2
* Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 7.06-1
52d5b2
- 802.1Q VLAN support (<tis@foobar.fi>, #82593)
52d5b2
- update translations
52d5b2
52d5b2
* Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 7.05-1
52d5b2
- fix syntax error in rc.sysinit when there are fsck errors
52d5b2
- fix zh_TW display on console (#82235)
52d5b2
52d5b2
* Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
52d5b2
- tweak some translatable strings
52d5b2
- fix for rc.sysinit on machines that pass arguments to mingetty
52d5b2
  (<nalin@redhat.com>)
52d5b2
52d5b2
* Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
52d5b2
- move system font setting sooner (<milan.kerslager@pslib.cz>)
52d5b2
- fix link checking for dhcp, use both ethtool and mii-tool
52d5b2
- fix CJK text on the console, and locale-archive held open
52d5b2
  on shutdown
52d5b2
- IPv6 updates <pekkas@netcore.fi>, <pb@bieringer.de>
52d5b2
- speedup tweaks (<drepper@redhat.com>)
52d5b2
- use glib2 for ppp-watch (#78690, <kisch@mindless.com>)
52d5b2
- add zeroconf route (#81738)
52d5b2
- fix ifup-ppp for dial-on-demand, and onboot (<goeran@uddeborg.pp.se>)
52d5b2
- tweak raidtab parsing, don't worry about not-in-fstab RAID devices
52d5b2
  (#71087, #78467, <aja@mit.edu>)
52d5b2
- don't automatically bring up aliases if 'ONPARENT=no' is set (#78992)
52d5b2
- getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
52d5b2
- rework halt_get_remaining (#76831, <michal@harddata.com>)
52d5b2
- ipcalc: fix calculation of /32 addresses (#76646)
52d5b2
- various other tweaks and fixes
52d5b2
52d5b2
* Fri Dec 20 2002 Bill Nottingham <notting@redhat.com> 7.01-1
52d5b2
- %%config(noreplace) inittab
52d5b2
52d5b2
* Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- add a "nofirewire" option to /etc/rc.sysinit, analogous to "nousb"
52d5b2
52d5b2
* Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 7.00-1
52d5b2
- tweaks for potential GUI bootup
52d5b2
- loop checking for network link state, don't unilterally wait five
52d5b2
  seconds
52d5b2
52d5b2
* Sat Dec 14 2002 Karsten Hopp <karsten@redhat.de> 6.99-1
52d5b2
- remove call to /sbin/update for S/390, too
52d5b2
52d5b2
* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
52d5b2
- remove call to /sbin/update
52d5b2
- fix netprofile
52d5b2
52d5b2
* Mon Dec  2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
52d5b2
- IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
52d5b2
- devlabel support (<Gary_Lerhaupt@Dell.com>)
52d5b2
- do lazy NFS umounts
52d5b2
52d5b2
* Tue Nov 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- correctly remove non-packaged files for mainframe
52d5b2
52d5b2
* Tue Nov 12 2002 Bill Nottingham <notting@redhat.com> 6.96-1
52d5b2
- fix various static-routes brokeness (#74317, #74318, #74320, #76619,
52d5b2
  #75604)
52d5b2
- fix handling of SYSFONTACM in setsysfont (#75662)
52d5b2
- fix lang.csh for CJK (#76908, <ynakai@redhat.com>)
52d5b2
- IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
52d5b2
- other minor tweaks
52d5b2
52d5b2
* Mon Sep 16 2002 Than Ngo <than@redhat.com>
52d5b2
- owns directory /etc/ppp/peers (bug #74037)
52d5b2
52d5b2
* Wed Sep  4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
52d5b2
- fix syntax error in duplicate route removal section of ifup
52d5b2
52d5b2
* Wed Sep  4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
52d5b2
- fix syntax error calling unicode_start when SYSFONTACM isn't set
52d5b2
52d5b2
* Mon Sep  2 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- fix calling of unicode_start in lang.{sh,csh}
52d5b2
- ipv6 tweak
52d5b2
52d5b2
* Wed Aug 28 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- don't infinite loop on ifdown
52d5b2
- remove disabling of DMA; this can cause problems
52d5b2
- move swap startup to after LVM (#66588)
52d5b2
52d5b2
* Tue Aug 20 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- don't cycle through eth0-eth9 on dhcp link check (#68127)
52d5b2
- don't retry indefinitely on ppp startup
52d5b2
- activate network profile passed on kernel commandline via netprofile=
52d5b2
- fix iptables invocations again
52d5b2
- translation refresh
52d5b2
52d5b2
* Wed Aug 14 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- fix silly typo in rc.sysinit
52d5b2
- increase timeout for link to 5 seconds (#70545)
52d5b2
52d5b2
* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- require /etc/redhat-release (#68903)
52d5b2
- fix tty2-tty6 (sort of)
52d5b2
- fix iptables invocations (#70807, #71201, #68368)
52d5b2
- other minor tweaks
52d5b2
52d5b2
* Wed Jul 24 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- fix unicode checks in rc.sysinit, lang.{sh,csh} to handle UTF-8@euro
52d5b2
52d5b2
* Tue Jul 16 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- use iptables, not ipchains
52d5b2
52d5b2
* Tue Jul 16 2002 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- /sbin/service: set PATH before calling startup scripts
52d5b2
  HOME and TERM are also set during bootup, but they should not make
52d5b2
  a difference for well-written daemons.
52d5b2
52d5b2
* Mon Jul 15 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- fix boot-time cleanup of /var
52d5b2
- update po files
52d5b2
52d5b2
* Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- /etc/init.d/functions:
52d5b2
  daemon(): avoid starting another bash
52d5b2
  killproc(): avoid starting another bash for the default case
52d5b2
- do not call "insmod -p" before loading the "st" module
52d5b2
52d5b2
* Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- allow an option for ups poweroff  #68123
52d5b2
- change grep for ONBOOT=  #63903
52d5b2
- allow building with a cross-compiler  #64362,#64255
52d5b2
- faster check in network-functions:check_default_route()
52d5b2
- better checks for backup files
52d5b2
- drastically reduce the number of consoletype invocations
52d5b2
- do not export "GATEWAY" in network-functions
52d5b2
- code cleanups in rc.sysinit
52d5b2
52d5b2
* Fri Jul 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- rc.sysinit: do not load raid modules unless /etc/raidtab exists
52d5b2
- many cleanups for more consistent shell programming and also
52d5b2
  many smaller speedups within network scripts, no un-necessary sourcing
52d5b2
  of files etc
52d5b2
- nearly re-code /etc/rc.d/rc
52d5b2
52d5b2
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- a couple minor unicode tweaks in rc.sysinit
52d5b2
52d5b2
* Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- move /proc/bus/usb mount, in case USB is in the initrd
52d5b2
52d5b2
* Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
52d5b2
- don't try to set wireless freq/channel when in Managed mode
52d5b2
52d5b2
* Wed Jun 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- start some sh coding cleanups
52d5b2
- change to /etc/init.d/functions
52d5b2
- eliminate some un-necessary PATH settings
52d5b2
- eliminate some TEXTDOMAIN settings
52d5b2
52d5b2
* Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1
52d5b2
- fix UTF-8 checks
52d5b2
52d5b2
* Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1
52d5b2
- fixed a bug in setting defaultgateway
52d5b2
52d5b2
* Thu May 30 2002 Bill Nottingham <notting@redhat.com> 6.76-1
52d5b2
- call unicode_start in lang.{sh,csh}, setsysfont when necessary
52d5b2
52d5b2
* Tue May 28 2002 Bill Nottingham <notting@redhat.com> 6.75-1
52d5b2
- add check for link for dhcp back in
52d5b2
52d5b2
* Fri Apr 19 2002 Bill Nottingham <notting@redhat.com> 6.67-1
52d5b2
- fix silly cut&paste bug in hdparm settings in initscripts
52d5b2
52d5b2
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 6.65-1
52d5b2
- Update translations
52d5b2
52d5b2
* Sun Apr 14 2002 Bill Nottingham <notting@redhat.com> 6.64-1
52d5b2
- make sure chatdbg is set before using it (#63448, <Bertil@Askelid.com>)
52d5b2
- allow tweaking of more devices with hdparm (#53511), and
52d5b2
  tweak non-disk devices iff they explicitly have a config file
52d5b2
  for that device (#56575, #63415)
52d5b2
- some translation updates
52d5b2
52d5b2
* Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 6.63-1
52d5b2
- ipcalc cleanups (#58410)
52d5b2
- quit stripping binaries
52d5b2
- do LVM init after RAID init too (#63238)
52d5b2
- export all locale variables (#56142)
52d5b2
- run sysctl -p after network init as well
52d5b2
52d5b2
* Tue Apr 09 2002 Bill Nottingham <notting@redhat.com> 6.62-1
52d5b2
- delete X/VNC locks on startup (#63035)
52d5b2
- shut up DMA disabling, move it to after ide-scsi (#62873, #62956)
52d5b2
- use full path to /sbin/ifconfig (#59457)
52d5b2
- /sbin/service: change to root directory before staring/stopping;
52d5b2
  also sanitize environment
52d5b2
52d5b2
* Tue Apr 02 2002 Bill Nottingham <notting@redhat.com> 6.61-1
52d5b2
- when disabling DMA, don't use things in /usr
52d5b2
52d5b2
* Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 6.60-1
52d5b2
- disable DMA on CD-ROMs at bootup
52d5b2
52d5b2
* Wed Mar 27 2002 Bill Nottingham <notting@redhat.com> 6.59-1
52d5b2
- add local hook to halt
52d5b2
52d5b2
* Fri Mar 15 2002 Than Ngo <than@redhat.com> 6.58-1
52d5b2
- fix usernetctl for working with neat
52d5b2
52d5b2
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 6.57-1
52d5b2
- update translations
52d5b2
52d5b2
* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 6.56-1
52d5b2
- use nameif for interfaces where we don't agree on HWADDR with the
52d5b2
  config file (<harald@redhat.com>)
52d5b2
- LSB support tweaks
52d5b2
52d5b2
* Tue Mar 12 2002 Mike A. Harris  <mharris@redhat.com> 6.55-1
52d5b2
- Removed process accounting stuff from rc.sysinit and halt scripts as it is
52d5b2
  now handled by the psacct initscript in the psacct package
52d5b2
52d5b2
* Thu Feb 28 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- conflict with older psacct
52d5b2
52d5b2
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- fix invocation of need_hostname (#58946), a couple other minor tweaks
52d5b2
52d5b2
* Tue Feb 12 2002 Mike A. Harris  <mharris@redhat.com>
52d5b2
- rc.sysinit: changed /var/log/pacct to /var/account/pacct for FHS 2.2 compliance
52d5b2
52d5b2
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
52d5b2
- run /bin/setfont, not /usr/bin/setfont (kbd)
52d5b2
- lots-o-random bugfixes/tweaks (see ChangeLog)
52d5b2
52d5b2
* Thu Jan 17 2002 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Added support for libredhat-kernel.so.* symlink handling
52d5b2
52d5b2
* Wed Nov  7 2001 Than Ngo <than@redhat.com>
52d5b2
- fix bug in setting netmask on s390/s390x (bug #55421)
52d5b2
  nmbd daemon works now ;-)
52d5b2
52d5b2
* Fri Nov  2 2001 Than Ngo <than@redhat.com>
52d5b2
- fixed typo bug ifup-ippp
52d5b2
52d5b2
* Mon Oct 29 2001 Than Ngo <than@redhat.com>
52d5b2
- fix bug in channel bundling if MSN is missed
52d5b2
- support DEBUG option
52d5b2
 
52d5b2
* Wed Sep 19 2001 Than Ngo <than@redhat.com>
52d5b2
- don't show user name by DSL connection
52d5b2
52d5b2
* Sat Sep  8 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- don't run hwclock --adjust on a read-only filesystem
52d5b2
52d5b2
* Thu Sep  6 2001 Than Ngo <than@redhat.com>
52d5b2
* update initscripts-s390.patch for s390/s390x
52d5b2
52d5b2
* Wed Sep  5 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- translation updates
52d5b2
- quota and hwclock tweaks (<pbrown@redhat.com>)
52d5b2
52d5b2
* Mon Sep  3 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix severe alias problems (#52882)
52d5b2
52d5b2
* Mon Sep  3 2001 Than Ngo <than@redhat.com>
52d5b2
- don't start pppbind if encapsulation is rawip (bug #52491)
52d5b2
52d5b2
* Sun Sep  2 2001 Than Ngo <than@redhat.com>
52d5b2
- add ISDN patches from pekkas@netcore.fi and pb@bieringer.de (bug #52491)
52d5b2
- fix handling of ISDN LSZ Compresssion
52d5b2
52d5b2
* Thu Aug 30 2001 Than Ngo <than@redhat.com>
52d5b2
- po/de.po: fix typo bug, lo instead 1o
52d5b2
52d5b2
* Wed Aug 29 2001 David Sainty <dsainty@redhat.com>
52d5b2
- fix ifdown for multiple dhcpcd interfaces
52d5b2
52d5b2
* Wed Aug 29 2001 Than Ngo <than@redhat.com>
52d5b2
- fix ISDN dial on demand bug
52d5b2
- fix typo bug in network-functions
52d5b2
52d5b2
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- document /etc/sysconfig/authconfig
52d5b2
52d5b2
* Tue Aug 28 2001 Bill Nottingham <notting@redhat.com> 6.31-1
52d5b2
- message un-tweaks (<johnsonm@redhat.com>)
52d5b2
- make getkey more useful, fix some of the autofsck stuff (<johnsonm@redhat.com>)
52d5b2
52d5b2
* Mon Aug 27 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- autofsck support, archive modules/symbol info (<johnsonm@redhat.com>)
52d5b2
52d5b2
* Mon Aug 27 2001 Than Ngo <than@redhat.com>
52d5b2
- fix some typo bugs in ifup-ippp <ubeck@c3pdm.com>
52d5b2
52d5b2
* Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- sort output of halt_get_remaining (#52180)
52d5b2
- fix bad translation (#52503)
52d5b2
52d5b2
* Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix ifup-wireless (#52135)
52d5b2
52d5b2
* Wed Aug 22 2001 Than Ngo <than@redhat.com>
52d5b2
- fix return code of isdnctrl (bug #52225)
52d5b2
52d5b2
* Tue Aug 21 2001 Than Ngo <than@redhat.com>
52d5b2
- fix Bringing up isdn device again. It works now correct.
52d5b2
52d5b2
* Tue Aug 21 2001 Than Ngo <than@redhat.com>
52d5b2
- fix shutdown/Bringing up isdn device
52d5b2
52d5b2
* Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- fix syntax error in lang.csh
52d5b2
- set codeset by echoing to /dev/tty instead of /proc/self/fd/15
52d5b2
52d5b2
* Sun Aug 19 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix a broken call to check_device_down
52d5b2
- make all loopback addresses have host scope, not global scope.
52d5b2
  Fixes #49374, possibly others
52d5b2
52d5b2
* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- add is_available() network function, use it; cleans up ugly modprobe
52d5b2
  error messages
52d5b2
- update translation info
52d5b2
- fix #51787
52d5b2
52d5b2
* Wed Aug 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
52d5b2
- adjust s390 patch
52d5b2
- fix up ifup-ctc and mkkerneldoth.s390 (both are s390 specific)
52d5b2
52d5b2
* Mon Aug 13 2001 Yukihiro Nakai <ynakai@redhat.com>
52d5b2
- don't display Chinese Korean if we aren't on a pty
52d5b2
52d5b2
* Sat Aug 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- adjust s390 patches to current sources
52d5b2
52d5b2
* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
52d5b2
52d5b2
* Fri Aug 10 2001 Than Ngo <than@redhat.com>
52d5b2
- don't set MSN if it' empty (it's now optional)
52d5b2
- don't give login name as a cmdline-option (Bug #23066)
52d5b2
- remove peer device file if ppp connection is down
52d5b2
- fix channel bundling
52d5b2
52d5b2
* Thu Aug  9 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- require SysVinit (#51335)
52d5b2
52d5b2
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- tweak raittab grep slightly (#51231)
52d5b2
- allow resetting of default route for DHCP addresses (#48994)
52d5b2
- save resolv.conf in ifup-ppp for restoration by ifdown-post (#50759)
52d5b2
- when munging firewall rules for dns, only allow dest ports 1025-65535 (#44038, #40833)
52d5b2
- allow shell characters in ppp names (#43719)
52d5b2
- allow setting DHCP arguments, just kill dhcpcd instead of using -k (#46492)
52d5b2
- behave sanely if ifup called when dhcpcd is running (#49392, #51038)
52d5b2
52d5b2
* Mon Aug  6 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- honor HOTPLUG=no if running under hotplug (#47483)
52d5b2
- use awk, not grep, for modprobe -c checks (#49616)
52d5b2
- don't print ugly messages for the case where the device doesn't exist,
52d5b2
  and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
52d5b2
- run kbdconfig in /.unconfigured mode (#43941)
52d5b2
- use a bigger buffer size argument to dmesg (#44024)
52d5b2
- detach loopback devices on shutdown (#43919, #45826)
52d5b2
52d5b2
* Thu Aug  2 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix halt_get_remaining() (#50720)
52d5b2
52d5b2
* Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- mount all FS types r/o at halt (#50461)
52d5b2
- don't use mii-tool at all (#various)
52d5b2
52d5b2
* Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- don't use kbd commands in setsysfont now that we've switched back to
52d5b2
  console-tools (#50075)
52d5b2
- sleep in check_link_down; some devices require it
52d5b2
- only bring link down if check_link_down fails
52d5b2
52d5b2
* Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- set link up before checking with mii-tool (#49949)
52d5b2
52d5b2
* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- update netdev stuff to use _netdev
52d5b2
- IPv6 updates (<pekkas@netcore.fi>)
52d5b2
- fix downing of devices with static IPs (#49777, #49783)
52d5b2
- put ifcfg-lo back in the package
52d5b2
52d5b2
* Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> 6.06
52d5b2
- updates for quota
52d5b2
52d5b2
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- own some more directories
52d5b2
- use -O nonetdev, require mount package that understands this
52d5b2
- fix do_netreport when called as non-root
52d5b2
- remove ip addresses from interfaces on ifdown
52d5b2
- oops, fix ifup/ifdown
52d5b2
52d5b2
* Mon Jul 16 2001 Than Ngo <than@redhat.com>
52d5b2
- fix country_code for ISDN
52d5b2
52d5b2
* Mon Jul  9 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix '--check'
52d5b2
- prereq sh-utils (#43065)
52d5b2
- fix some invocations of reboot/halt (#45966)
52d5b2
- fix typo in ifup-wireless
52d5b2
- don't muck with /etc/issue each boot
52d5b2
- big IPv6 update (<pekkas@netcore.fi>)
52d5b2
52d5b2
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- Add new directories required by new network tool
52d5b2
52d5b2
* Thu Jul 05 2001 Karsten Hopp <karsten@redhat.de>
52d5b2
- disable hwclock on S390 (no such executable)
52d5b2
- Fix up kernel versioning on binary-only modules (S390)
52d5b2
- don't use newt scripts on S390 console
52d5b2
52d5b2
* Sun Jul 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- reenable pump, but make sure dhcpcd is the default. This
52d5b2
  way, upgrades of systems without dhcpcd has a better chance at
52d5b2
  working.
52d5b2
52d5b2
* Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- Disable pump completely
52d5b2
52d5b2
* Wed Jun 27 2001 Than Ngo <than@redhat.com>
52d5b2
- fix pap/chap authentication for syncppp
52d5b2
- support ippp options
52d5b2
 
52d5b2
* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- add ifup-wireless
52d5b2
52d5b2
* Fri Jun 22 2001 Than Ngo <than@redhat.com>
52d5b2
- add support xDSL
52d5b2
52d5b2
* Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- more networking script fixes (#45364)
52d5b2
- add stuff for unmounting /initrd
52d5b2
52d5b2
* Thu Jun 21 2001 Than Ngo <than@redhat.com>
52d5b2
- add support ISDN
52d5b2
52d5b2
* Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix extremely broken new network scripts
52d5b2
52d5b2
* Wed Jun 20 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- bump version to 5.89
52d5b2
- make it build
52d5b2
52d5b2
* Thu May 17 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- don't run ifup ppp0 if ppp-watch gets SIGINT (#40585, ak@cave.hop.stu.neva.ru)
52d5b2
- fix do_netreport (#37716, #39603 <crlf@aeiou.pt>)
52d5b2
52d5b2
* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- copyright: GPL -> license: GPL
52d5b2
- fix a syntax error in lang.csh
52d5b2
- skip commented-out i18n configuration lines in lang.csh
52d5b2
52d5b2
* Fri May 11 2001 Preston Brown <pbrown@redhat.com>
52d5b2
- new network-scripts infrastructure; ifcfg-lo moved to /etc/sysconfig/networking
52d5b2
52d5b2
* Wed May  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.86-1
52d5b2
- support kbd in setsysfont
52d5b2
- bzip2 source
52d5b2
52d5b2
* Wed Apr 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- add further s390 changes:
52d5b2
  - ifup-iucv
52d5b2
  - mkkerneldoth.s390
52d5b2
52d5b2
* Tue Apr 24 2001 Than Ngo <than@redhat.com>
52d5b2
- add shutdown UPS into halt (bug #34312)
52d5b2
52d5b2
* Sat Apr  7 2001 Preston Brown <pbrown@redhat.com>
52d5b2
- broke out kernel.h updater from rc.sysinit into /sbin/mkkerneldoth
52d5b2
52d5b2
* Fri Apr  6 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- be a little more careful in do_netreport (#34933)
52d5b2
52d5b2
* Tue Apr  3 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- set umask explicitly to 022 in /etc/init.d/functions
52d5b2
52d5b2
* Mon Apr  2 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix segfault in usernetctl (#34353)
52d5b2
52d5b2
* Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist
52d5b2
52d5b2
* Thu Mar 22 2001 Erik Troan <ewt@redhat.com>
52d5b2
- take advantage of new swapon behaviors
52d5b2
52d5b2
* Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- add cipe interfaces last (#31597)
52d5b2
52d5b2
* Tue Mar 13 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix typo in ifup (#31627)
52d5b2
- update translation source
52d5b2
52d5b2
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- fix typo in rc.sysinit
52d5b2
- fix ifup-routes not setting DEVICE properly
52d5b2
52d5b2
* Mon Mar 12 2001 Preston Brown <pbrown@redhat.com>
52d5b2
- Work properly with new quota utilities
52d5b2
52d5b2
* Mon Mar  5 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- IPv6 fixes (#30506)
52d5b2
- make static-routes handling more sane and consistent (#29500, #29549)
52d5b2
- handle multiple USB controllers *correctly*
52d5b2
52d5b2
* Wed Feb 28 2001 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- usernetctl, ppp-watch: cleanups
52d5b2
- netreport: use O_NOFOLLOW
52d5b2
- ifup-ppp: let ppp-watch watch over demand-dialed connections (#28927)
52d5b2
52d5b2
* Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- don't run isapnp on isapnp-enabled 2.4 kernels (part of #29450)
52d5b2
- disable hotplug during network initscript
52d5b2
- don't munge wireless keys in ifup; that will be done with the
52d5b2
  PCMCIA wireless stuff
52d5b2
- run sndconfig --mungepnp for non-native-isapnp soundcards
52d5b2
- don't explicitly kill things in init.d/single, init will do it
52d5b2
- don't explicitly load usb-storage; mount the usbdevfs before initializing
52d5b2
  host controller modules
52d5b2
52d5b2
* Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- initialize multiple USB controllers if necessary
52d5b2
52d5b2
* Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- close extra file descriptors before exec()ing commands in initlog
52d5b2
52d5b2
* Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix some substitions in init.d/functions (fixes various killproc issues)
52d5b2
- make sure ipv6 module alias is available if configured
52d5b2
- fix initlog segfaults in popt when called with bogus stuff (#28140)
52d5b2
52d5b2
* Thu Feb 15 2001 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- make pidofproc() and killproc() try to use the PID associated with the full
52d5b2
  pathname first before killing the daemon by its basename (for daemons that
52d5b2
  share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016)
52d5b2
- fix status() as well
52d5b2
52d5b2
* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix init.d/single to work around possible kernel problem
52d5b2
52d5b2
* Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix unmounting of loopback stuff (#26439, #14672)
52d5b2
52d5b2
* Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- fix ifup-post so that it will work right when not called from ifup
52d5b2
52d5b2
* Sat Feb 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
52d5b2
- add all save changes for s390 s390x that won't break anything
52d5b2
  patches are from Oliver Paukstadt @ millenux.com
52d5b2
52d5b2
* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- muck with the font in lang.csh/lang.sh, but don't spit out errors (#26903)
52d5b2
52d5b2
* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- ipv6 sync ups (#26502, #25775)
52d5b2
- fix hangs at shutdown (#25744)
52d5b2
- fix ifup-ppp (#26323)
52d5b2
52d5b2
* Tue Feb  6 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- modify firewall on ifup to allow any new DNS servers through (#25951)
52d5b2
- don't muck with the font in lang.csh/lang.sh (#26349)
52d5b2
- don't display Japanese if we aren't on a pty (#25041)
52d5b2
- load ide-scsi if passed on /proc/cmdline
52d5b2
52d5b2
* Mon Feb  5 2001 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- i18n updates
52d5b2
52d5b2
* Fri Feb  2 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- actually *ship* the ipv6 (and plusb) files
52d5b2
52d5b2
* Thu Feb  1 2001 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- i18n updates
52d5b2
52d5b2
* Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- various init.d/functions cleanups (#10761, from <mjt@tls.msk.ru>)
52d5b2
- in daemon(), only look at pidfile to determine if process is running
52d5b2
  (#17244, others)
52d5b2
- ifup-ppp enhancements (#17388, from <ayn2@cornell.edu>)
52d5b2
- ipv6 support (#23576, originally by Peter Bieringer <pb@bieringer.de>)
52d5b2
- lots of other minor fixes (see ChangeLog)
52d5b2
52d5b2
* Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- add plusb support (#18892, patch from <eric.ayers@compgen.com>)
52d5b2
- don't ignore RETRYTIMEOUT when we never connect (#14071, patch from
52d5b2
  <ak@cave.hop.stu.neva.ru>)
52d5b2
52d5b2
* Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- quiet LVM setup (#24841)
52d5b2
- fix inability to shutdown cleanly (#24889)
52d5b2
52d5b2
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- new i18n mechanism
52d5b2
52d5b2
* Tue Jan 23 2001 Matt Wilson <msw@redhat.com>
52d5b2
- fixed typo in init.d/network - missing | in pipeline
52d5b2
52d5b2
* Mon Jan 22 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- do LVM setup through normal initscripts mechanisms
52d5b2
- ignore backup files in /etc/sysconfig/network-scripts
52d5b2
- lots of .po file updates
52d5b2
52d5b2
* Tue Jan  2 2001 Bill Nottingham <notting@redhat.com>
52d5b2
- initial i18n support - originally from Conectiva
52d5b2
52d5b2
* Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- only load sound if persistent DMA buffers are necessary
52d5b2
- fix lots of bugs: #18619, #21187, #21283, #12097
52d5b2
- integrate MAXFAIL option for ppp-watch
52d5b2
- don't load keymaps/fonts on a serial console
52d5b2
52d5b2
* Tue Nov 21 2000 Karsten Hopp <karsten@redhat.de>
52d5b2
- changed hdparm section in rc.sysinit to allow different
52d5b2
  parameters for each disk (if needed) by copying
52d5b2
  /etc/sysconfig/harddisks to /etc/sysconfig/harddiskhda (hdb,hdc..)
52d5b2
- fix RFE #20967
52d5b2
52d5b2
* Tue Oct 31 2000 Than Ngo <than@redhat.com>
52d5b2
- fix the adding default route if GATEWAY=0.0.0.0
52d5b2
52d5b2
* Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)
52d5b2
- fix top-level makefile install target
52d5b2
- make usernetctl just fall-through if getuid() == 0
52d5b2
52d5b2
* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
52d5b2
- /etc/init.d is already provided by chkconfig
52d5b2
52d5b2
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- set "holdoff ${RETRYTIMEOUT} ktune" for demand-dialed PPP links
52d5b2
52d5b2
* Tue Aug 22 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- update documentation (#15475)
52d5b2
52d5b2
* Tue Aug 22 2000 Than Ngo <than@redhat.de>
52d5b2
- add KDE2 support to prefdm
52d5b2
52d5b2
* Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- add usleep after kill -KILL in pidofproc, works around lockd issues (#14847)
52d5b2
- add some fallback logic to prefdm (#16464)
52d5b2
52d5b2
* Fri Aug 18 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- don't load usb drivers if they're compiled statically
52d5b2
- don't call ifdown-post twice for ppp (#15285)
52d5b2
52d5b2
* Wed Aug 16 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix /boot/kernel.h generation (#16236, #16250)
52d5b2
52d5b2
* Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- be more careful about creating files in netreport (#16164)
52d5b2
52d5b2
* Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- move documentation for the DEMAND and IDLETIMEOUT values to the right
52d5b2
  section of sysconfig.txt
52d5b2
52d5b2
* Wed Aug  9 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- load agpgart if necessary (hack)
52d5b2
- fix /boot/kernel.h stuff (jakub)
52d5b2
52d5b2
* Mon Aug  7 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- remove console-tools requirement
52d5b2
- in netfs, start portmap if needed
52d5b2
- cosmetic cleanups, minor tweaks
52d5b2
- don't probe USB controllers
52d5b2
52d5b2
* Mon Aug  7 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- fix demand-dialing support for PPP devices
52d5b2
- change updetach back to nodetach
52d5b2
52d5b2
* Sun Aug  6 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- add RETRYCONNECT option for ifcfg-pppX files (kenn@linux.ie)
52d5b2
52d5b2
* Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix unclean shutdown
52d5b2
52d5b2
* Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- s/nill/null/g
52d5b2
52d5b2
* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- unmount usb filesystem on halt
52d5b2
- run /sbin/ifup-pre-local if it exists
52d5b2
52d5b2
* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- add "nousb" command line parameter
52d5b2
- fix some warnings when mounting /proc/bus/usb
52d5b2
52d5b2
* Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
52d5b2
- kill all the PreTransaction stuff
52d5b2
- directory ownership cleanups, add more LSB symlinks
52d5b2
- move all the stuff back in to /etc/rc.d/
52d5b2
52d5b2
* Thu Jul 13 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix == tests in rc.sysinit
52d5b2
- more %%pretrans tweaks
52d5b2
52d5b2
* Thu Jul 13 2000 Jeff Johnson <jbj@redhat.com>
52d5b2
- test if /etc/rc.d is a symlink already in pre-transaction syscalls.
52d5b2
52d5b2
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- implement the %%pre with RPM Magic(tm)
52d5b2
52d5b2
* Sat Jul  8 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix it to not follow /etc/rc.d
52d5b2
52d5b2
* Fri Jul  7 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix %%pre, again
52d5b2
52d5b2
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- tweak %%pre back to a mv (rpm is fun!)
52d5b2
- do USB initialization before fsck, so keyboard works if it fails
52d5b2
52d5b2
* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- rebuild; allow 'fastboot' kernel command line option to skip fsck
52d5b2
52d5b2
* Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- fix demand-dialing with PPP
52d5b2
52d5b2
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- don't use tail
52d5b2
52d5b2
* Wed Jun 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- add support for USB controllers and HID devices
52d5b2
  (mice, keyboards)
52d5b2
52d5b2
* Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
52d5b2
- add support for EIDE optimization
52d5b2
52d5b2
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- tweak %%pre
52d5b2
52d5b2
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
52d5b2
- noreplace for adjtime file
52d5b2
52d5b2
* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- ifup-ppp: add hooks for demand-dialing PPP
52d5b2
- functions: use basename of process when looking for its PID file
52d5b2
52d5b2
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- move from /etc/rc.d/init.d -> /etc/init.d
52d5b2
52d5b2
* Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- set soft limit, not hard, in daemon function
52d5b2
- /var/shm -> /dev/shm
52d5b2
52d5b2
* Thu Jun 08 2000 Preston Brown <pbrown@redhat.com>
52d5b2
- use dhcpcd if pump fails.
52d5b2
- use depmod -A (faster)
52d5b2
52d5b2
* Sun Jun  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
52d5b2
- add autologin support to prefdm
52d5b2
52d5b2
* Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- random networking fixes (alias routes, others)
52d5b2
- conf.modules -> modules.conf
52d5b2
52d5b2
* Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- fix incorrect grep invocation in rc.sysinit (bug #11267)
52d5b2
52d5b2
* Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix lang.csh, again (oops)
52d5b2
- use /poweroff, /halt to determine whether to poweroff
52d5b2
52d5b2
* Fri Apr 14 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix testing of RESOLV_MODS (which shouldn't be used anyways)
52d5b2
52d5b2
* Tue Apr 04 2000 Ngo Than <than@redhat.de>
52d5b2
- fix overwrite problem of resolv.conf on ippp/ppp/slip connections
52d5b2
52d5b2
* Mon Apr  3 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix typo in functions file
52d5b2
- explicitly set --localtime when calling hwclock if necessary
52d5b2
52d5b2
* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)
52d5b2
52d5b2
* Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- remove compatibility chkconfig links
52d5b2
- run 'netfs stop' on 'network stop' if necessary
52d5b2
52d5b2
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
52d5b2
- Mount /var/shm if required (2.3.99, 2.4)
52d5b2
52d5b2
* Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- don't create resolv.conf 0600
52d5b2
- don't run ps as much (speed issues)
52d5b2
- allow setting of MTU
52d5b2
- other minor fixes
52d5b2
52d5b2
* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
52d5b2
- Start devfsd if installed and needed (Kernel 2.4...)
52d5b2
52d5b2
* Wed Mar  8 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- check that network devices are up before bringing them down
52d5b2
52d5b2
* Wed Mar  8 2000 Jakub Jelinek <jakub@redhat.com>
52d5b2
- update sysconfig.txt
52d5b2
52d5b2
* Tue Mar  7 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- rerun sysctl on network start (for restarts)
52d5b2
52d5b2
* Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- don't read commented raid devices
52d5b2
52d5b2
* Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix typo in resolv.conf munging
52d5b2
52d5b2
* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- sanitize repair prompt
52d5b2
- initial support for isdn-config stuff
52d5b2
52d5b2
* Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- add which as a package dependency (bug #9416)
52d5b2
52d5b2
* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fixes for sound module loading
52d5b2
52d5b2
* Mon Feb  7 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
52d5b2
- fix check for /var/*/news, work around for bug #9140
52d5b2
52d5b2
* Fri Feb  4 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- fix bug #9102
52d5b2
52d5b2
* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- if LC_ALL/LINGUAS == LANG, don't set them
52d5b2
52d5b2
* Wed Feb  2 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix problems with linuxconf static routes
52d5b2
52d5b2
* Tue Feb  1 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- shvar cleaning
52d5b2
- fix wrong default route ip in network-functions
52d5b2
52d5b2
* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
52d5b2
- attempt to restore default route if PPP takes it over
52d5b2
- man page fix for ipcalc
52d5b2
- shvar cleaning
52d5b2
- automate maintaining /boot/System.map symlinks
52d5b2
52d5b2
* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix hanging ppp-watch
52d5b2
- fix issues with cleaning of /var/{run,lock}
52d5b2
52d5b2
* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix pidof calls in pidofproc
52d5b2
52d5b2
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it
52d5b2
52d5b2
* Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- link popt statically
52d5b2
52d5b2
* Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
52d5b2
- don't try to umount /loopfs
52d5b2
52d5b2
* Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- switch to using sysctl
52d5b2
52d5b2
* Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- umount /proc *after* trying to turn off raid
52d5b2
52d5b2
* Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- improvements in clone device handling
52d5b2
- better signal handling in ppp-watch
52d5b2
- yet another attempt to fix those rare PAP/CHAP problems
52d5b2
52d5b2
* Sun Nov 28 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- impressive. Three new features, three new bugs.
52d5b2
52d5b2
* Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- fix more possible failed CHAP authentication (with chat scripts)
52d5b2
- fix ppp default route problem
52d5b2
- added ppp-watch man page, fixed usernetctl man page
52d5b2
- make ifup-ppp work again when called from netcfg and linuxconf
52d5b2
- try to keep ppp-watch from filling up logs by respawning pppd too fast
52d5b2
- handle all linuxconf-style alias files with linuxconf
52d5b2
52d5b2
* Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- load mixer settings for monolithic sound
52d5b2
- man page for ppp-watch
52d5b2
- add ARP variable for ifup
52d5b2
- some i18n fixes
52d5b2
52d5b2
* Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- control stop-a separately from sysrq
52d5b2
52d5b2
* Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- fix some failed CHAP authentication
52d5b2
- fix extremely unlikely, but slightly possible kill-random-process
52d5b2
  bug in ppp-watch
52d5b2
- allow DNS{1,2} in any ifcfg-* file, not just PPP, and
52d5b2
  add nameserver entries, don't just replace them
52d5b2
- don't use /tmp/confirm, use /var/run/confirm instead
52d5b2
52d5b2
* Tue Nov  2 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix lang.csh /tmp race oops
52d5b2
52d5b2
* Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- we now ship hwclock on alpha.
52d5b2
52d5b2
* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
52d5b2
- fix check for serial console, don't use -C argument to fsck
52d5b2
  on serial console.
52d5b2
52d5b2
* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- do something useful with linuxconf 'any' static routes.
52d5b2
52d5b2
* Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
52d5b2
- added patch from Owen to source i18n configuration before starting prefdm
52d5b2
52d5b2
* Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- support for linuxconf alias files
52d5b2
- add support for Jensen clocks.
52d5b2
52d5b2
* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- assorted brown paper bag fixes
52d5b2
- check for programs/files before executing/sourcing them
52d5b2
- control stop-a like magic sysrq
52d5b2
52d5b2
* Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- req. e2fsprogs >= 1.15
52d5b2
52d5b2
* Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- munge C locale definitions to en_US
52d5b2
- use fsck's completion bar
52d5b2
52d5b2
* Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- ppp-watch now always kills pppd pgrp to make sure dialers are dead,
52d5b2
  and tries to hang up the modem
52d5b2
52d5b2
* Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- add a DEFRAG_IPV4 option
52d5b2
52d5b2
* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- changed to more modern defaults for PPP connections
52d5b2
52d5b2
* Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- kill processes for umount in halt, too.
52d5b2
- fixes to remove /usr dependencies
52d5b2
52d5b2
* Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- load/save mixer settings in rc.sysinit, halt
52d5b2
52d5b2
* Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- add --remotename option to wvdial code
52d5b2
- make sure we do not have an earlier version of wvdial that doesn't
52d5b2
  know how handle --remotename
52d5b2
- make ppp-watch background itself after 30 seconds even if
52d5b2
  connection does not come up, at boot time only, so that a
52d5b2
  non-functional PPP connection cannot hang boot.
52d5b2
52d5b2
* Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- a couple of /bin/sh -> /bin/bash fixes
52d5b2
- fix swapoff silliness
52d5b2
52d5b2
* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- chkconfig --del in %%preun, not %%postun
52d5b2
- use killall5 in halt
52d5b2
- swapoff non-/etc/fstab swap
52d5b2
52d5b2
* Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- ifdown now synchronous (modulo timeouts)
52d5b2
- several unrelated cleanups, primarily in ifdown
52d5b2
52d5b2
* Tue Sep  7 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- add an 'unconfigure' sort of thing
52d5b2
52d5b2
* Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- added ppp-watch to make "ifup ppp*" synchronous
52d5b2
52d5b2
* Fri Sep  3 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- require lsof
52d5b2
52d5b2
* Wed Sep  1 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- add interactive prompt
52d5b2
52d5b2
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- disable magic sysrq by default
52d5b2
52d5b2
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com>
52d5b2
- fix ifup-sl/dip confusion
52d5b2
- more raid startup cleanup
52d5b2
- make utmp group 22
52d5b2
52d5b2
* Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- pass hostname to pump
52d5b2
- add lang.csh
52d5b2
52d5b2
* Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- more wvdial updates
52d5b2
- fix a *stupid* bug in process reading
52d5b2
52d5b2
* Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- add new /boot/kernel.h boot kernel version file
52d5b2
- new RAID startup
52d5b2
52d5b2
* Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- use new linkname argument to pppd to make if{up,down}-ppp
52d5b2
  reliable -- requires ppp-2.3.9 or higher
52d5b2
52d5b2
* Mon Aug  2 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix typo.
52d5b2
- add 'make check'
52d5b2
52d5b2
* Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- simple wvdial support for ppp connections
52d5b2
52d5b2
* Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- stability fixes for initlog
52d5b2
- initlog now has a config file
52d5b2
- add alias speedup from dharris@drh.net
52d5b2
- move netfs links
52d5b2
- usleep updates
52d5b2
52d5b2
* Thu Jul  8 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- remove timeconfig dependency
52d5b2
- i18n fixes from nkbj@image.dk
52d5b2
- move inputrc to setup package
52d5b2
52d5b2
* Tue Jul  6 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix killall links, some syntax errors
52d5b2
52d5b2
* Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- don't make module-info, System.map links
52d5b2
- handle utmpx/wtmpx
52d5b2
- fix lots of bugs in 4.21 release :)
52d5b2
52d5b2
* Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- set clock as soon as possible
52d5b2
- use INITLOG_ARGS everywhere
52d5b2
- other random fixes in networking
52d5b2
52d5b2
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- oops, don't create /var/run/utmp and then remove it.
52d5b2
- stomp RAID bugs flat. Sort of.
52d5b2
52d5b2
* Mon May 24 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- clean out /var better
52d5b2
- let everyone read /var/run/ppp*.dev
52d5b2
- fix network startup so it doesn't depend on /usr
52d5b2
52d5b2
* Tue May 11 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- various fixes to rc.sysinit
52d5b2
- fix raid startup
52d5b2
- allow for multi-processor /etc/issues
52d5b2
52d5b2
* Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
52d5b2
- fixed typo - "Determing" to "Determining"
52d5b2
52d5b2
* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
52d5b2
- updated inputrc so that home/end/del work on console, not just X
52d5b2
52d5b2
* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix more logic in initlog
52d5b2
- fix for kernel versions in ifup-aliases
52d5b2
- log to /var/log/boot.log
52d5b2
52d5b2
* Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix daemon() function so you can specify pid to look for
52d5b2
52d5b2
* Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
52d5b2
- changed utmp,wtmp to be group writeable and owned by group utmp
52d5b2
52d5b2
* Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix loading of consolefonts/keymaps
52d5b2
- three changelogs. three developers. one day. Woohoo!
52d5b2
52d5b2
* Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- fixed ifup-ipx mix-up over . and _
52d5b2
52d5b2
* Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
52d5b2
- run /sbin/ifup-local after bringing up an interface (if that file exists)
52d5b2
52d5b2
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- load keymaps & console font early
52d5b2
- fixes for channel bonding, strange messages with non-boot network interfaces
52d5b2
52d5b2
* Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
52d5b2
- added sysvinitfiles as a documenattaion file
52d5b2
52d5b2
* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- nfsfs -> netfs
52d5b2
52d5b2
* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- don't source /etc/sysconfig/init if $BOOTUP is already set
52d5b2
52d5b2
* Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- don't run linuxconf if /usr isn't mounted
52d5b2
- set macaddr before bootp
52d5b2
- zero in the /var/run/utmpx file (gafton)
52d5b2
- don't set hostname on ppp/slip (kills X)
52d5b2
 
52d5b2
* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- exit ifup if pump fails
52d5b2
- fix stupid errors in reading commands from subprocess
52d5b2
52d5b2
* Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix ROFS logging
52d5b2
- make fsck produce more happy output
52d5b2
- fix killproc logic
52d5b2
52d5b2
* Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- doc updates
52d5b2
- support for SYSFONTACM, other console-tools stuff
52d5b2
- add net route for interface if it isn't there.
52d5b2
- fix for a bash/bash2 issue
52d5b2
52d5b2
* Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- pam_console lockfile cleanup added to rc.sysinit
52d5b2
52d5b2
* Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fixes in functions for 'action'
52d5b2
- fixes for pump
52d5b2
52d5b2
* Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- Mmm. Must always remove debugging code. before release. *thwap*
52d5b2
- pump support
52d5b2
- mount -a after mount -a -t nfs
52d5b2
52d5b2
* Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- put preferred support back in
52d5b2
52d5b2
* Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- fix single-user mode (source functions, close if)
52d5b2
52d5b2
* Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- turn off xdm in runlevel 5 (now a separate service)
52d5b2
52d5b2
* Thu Feb  4 1999 Bill Nottingham <notting@redhat.com>
52d5b2
- bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
52d5b2
- add initlog support. Now everything is logged (and bootup looks different)
52d5b2
52d5b2
* Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
52d5b2
- halt now passed the '-i' flag so that network interfaces disabled
52d5b2
52d5b2
* Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- handle new linuxconf output for ipaliases
52d5b2
52d5b2
* Thu Oct 15 1998 Erik Troan <ewt@redhat.com>
52d5b2
- fixed raid start stuff
52d5b2
- added raidstop to halt
52d5b2
52d5b2
* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
52d5b2
- handle LC_ALL
52d5b2
52d5b2
* Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
52d5b2
- adjusted setsysfont to always run setfont, even if only w/default font
52d5b2
52d5b2
* Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
52d5b2
- rc.sysvinit should be working with all kernel versions now
52d5b2
- requires e2fsprogs (for fsck)
52d5b2
- set INPUTRC and LESSCHARSET on linux-lat
52d5b2
52d5b2
* Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
52d5b2
- /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
52d5b2
- /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
52d5b2
- /sbin/setsysfont: permit unicode fonts.
52d5b2
52d5b2
* Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
52d5b2
- don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is
52d5b2
52d5b2
* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
52d5b2
- paranoia improvements to .rhkmvtag
52d5b2
- if psacct with /sbin/accton, than turn off accounting
52d5b2
52d5b2
* Tue Jul  7 1998 Jeff Johnson <jbj@redhat.com>
52d5b2
- start/stop run levels changed.
52d5b2
- ipx_configure/ipx_internal_net moved to /sbin.
52d5b2
52d5b2
* Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
52d5b2
- usernetctl didn't understand "" around USERCTL attribute
52d5b2
52d5b2
* Wed Jul  1 1998 Jeff Johnson <jbj@redhat.com>
52d5b2
- Use /proc/version to find preferred modules.
52d5b2
- Numerous buglets fixed.
52d5b2
52d5b2
* Sun Jun 07 1998 Erik Troan <ewt@redhat.com>
52d5b2
- rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set
52d5b2
  /lib/modules/preferred symlink
52d5b2
52d5b2
* Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
52d5b2
- ipcalc should *never* have been setgid anything
52d5b2
- depmod isn't run properly for non-serial numbered kernels
52d5b2
52d5b2
* Wed May 06 1998 Donnie Barnes <djb@redhat.com>
52d5b2
- added system font and language setting
52d5b2
52d5b2
* Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Added missing files to packagelist.
52d5b2
52d5b2
* Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Added lots of linuxconf support.  Should still work on systems that
52d5b2
  do not have linuxconf installed, but linuxconf gives enhanced support.
52d5b2
- In concert with linuxconf, added IPX support.  Updated docs to reflect it.
52d5b2
52d5b2
* Fri May 01 1998 Erik Troan <ewt@redhat.com>
52d5b2
- rc.sysinit uses preferred directory
52d5b2
52d5b2
* Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
52d5b2
- updated rc.sysinit to deal with kernel versions with release numbers
52d5b2
52d5b2
* Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
52d5b2
- use ipcalc to calculate the netmask if one isn't specified
52d5b2
52d5b2
* Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
52d5b2
- added and made use of ipcalc
52d5b2
52d5b2
* Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
52d5b2
- removed unnecessary dhcp log from /tmp
52d5b2
52d5b2
* Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
52d5b2
- if bootpc fails, take down the device
52d5b2
52d5b2
* Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
52d5b2
- added check for mktemp failure
52d5b2
52d5b2
* Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
52d5b2
- fixed support for user manageable cloned devices
52d5b2
52d5b2
* Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes
52d5b2
52d5b2
* Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
52d5b2
- touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
52d5b2
- the logic for when  /var/lock/subsys/kerneld is touched was backwards
52d5b2
52d5b2
* Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
52d5b2
- tried to get /proc stuff right one more time (uses -t nonfs,proc now)
52d5b2
- added support for /fsckoptions
52d5b2
- changed 'yse' to 'yes' in KERNELD= line
52d5b2
52d5b2
* Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
52d5b2
- set domainname to "" if none is specified in /etc/sysconfig/network
52d5b2
- fix /proc mounting to get it in /etc/mtab
52d5b2
52d5b2
* Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- fixed inheritance for clone devices
52d5b2
52d5b2
* Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
52d5b2
- added sound support to rc.sysinit
52d5b2
52d5b2
* Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Added missing "then" clause
52d5b2
52d5b2
* Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Fixed DEBUG option in ifup-ppp
52d5b2
- Fixed PPP persistence
52d5b2
- Only change IP forwarding if necessary
52d5b2
52d5b2
* Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
52d5b2
- removed the skeleton init script
52d5b2
- added the ability to 'nice' daemons
52d5b2
52d5b2
* Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
52d5b2
- touch /var/lock/subsys/kerneld if it's running, and after mounting /var
52d5b2
- applied dhcp fix
52d5b2
52d5b2
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
52d5b2
- added status|restart to init scripts
52d5b2
52d5b2
* Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- touch random seed file before chmod'ing it.
52d5b2
52d5b2
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
52d5b2
- run domainname if NISDOMAIN is set
52d5b2
52d5b2
* Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Make the random seed file mode 600.
52d5b2
52d5b2
* Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.
52d5b2
52d5b2
* Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
52d5b2
- moved to new chkconfig conventions
52d5b2
52d5b2
* Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
52d5b2
- fixed rc.sysinit for hwclock compatibility
52d5b2
52d5b2
* Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
52d5b2
- run 'ulimit -c 0' before running scripts in daemon function
52d5b2
52d5b2
* Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
52d5b2
- added chkconfig support
52d5b2
- made all rc*.d symlinks have missingok flag
52d5b2
52d5b2
* Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
52d5b2
- fixed network-scripts to allow full pathnames as config files
52d5b2
- removed some old 3.0.3 pcmcia device handling
52d5b2
52d5b2
* Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- /var/run/netreport needs to be group-writable now that /sbin/netreport
52d5b2
  is setguid instead of setuid.
52d5b2
52d5b2
* Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Added network-functions to spec file.
52d5b2
- Added report functionality to usernetctl.
52d5b2
- Fixed bugs I introduced into usernetctl while adding clone device support.
52d5b2
- Clean up entire RPM_BUILD_ROOT directory in %%clean.
52d5b2
52d5b2
* Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Clone device support in network scripts, rc scripts, and usernetctl.
52d5b2
- Disassociate from controlling tty in PPP and SLIP startup scripts,
52d5b2
  since they act as daemons.
52d5b2
- Spec file now provides start/stop symlinks, since they don't fit in
52d5b2
  the CVS archive.
52d5b2
52d5b2
* Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
52d5b2
- added mktemp support to ifup
52d5b2
52d5b2
* Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
52d5b2
- fixed some init.d/functions bugs for stopping httpd
52d5b2
52d5b2
* Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
52d5b2
- reworked status() to adjust for processes that change their argv[0] in
52d5b2
  the process table.  The process must still have it's "name" in the argv[0]
52d5b2
  string (ala sendmail: blah blah).
52d5b2
52d5b2
* Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
52d5b2
- fixed bug in FORWARD_IPV4 support
52d5b2
52d5b2
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
52d5b2
- added support for FORWARD_IPV4 variable
52d5b2
52d5b2
* Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
52d5b2
- added status function to functions along with better killproc
52d5b2
  handling.
52d5b2
- added /sbin/usleep binary (written by me) and man page
52d5b2
- changed BuildRoot to /var/tmp instead of /tmp
52d5b2
52d5b2
* Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- /sbin/netreport sgid rather than suid.
52d5b2
- /var/run/netreport writable by group root.
52d5b2
52d5b2
- /etc/ppp/ip-{up|down} no longer exec their local versions, so
52d5b2
  now ifup-post and ifdown-post will be called even if ip-up.local
52d5b2
  and ip-down.local exist.
52d5b2
52d5b2
* Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Added missing -f to [ invocation in ksyms check.
52d5b2
52d5b2
* Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Support for net event notification:
52d5b2
  Call /sbin/netreport to request that SIGIO be sent to you whenever
52d5b2
  a network interface changes status (won't work for brining up SLIP
52d5b2
  devices).
52d5b2
  Call /sbin/netreport -r to remove the notification request.
52d5b2
- Added ifdown-post, and made all the ifdown scrips call it, and
52d5b2
  added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
52d5b2
  if it exists, then calls ifdown-post.
52d5b2
- Moved ifup and ifdown to /sbin
52d5b2
52d5b2
* Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- usernetctl put back in ifdown
52d5b2
- support for slaved interfaces
52d5b2
52d5b2
* Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
52d5b2
- Created ifup-post from old ifup
52d5b2
- PPP, PLIP, and generic ifup use ifup-post
52d5b2
52d5b2
* Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
52d5b2
- Added DHCP support
52d5b2
- Set hostname via reverse name lookup after configuring a networking
52d5b2
  device if the current hostname is (none) or localhost
52d5b2
52d5b2
* Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
52d5b2
- Got rid of xargs dependency in halt script
52d5b2
- Don't mount /proc twice (unmount it in between)
52d5b2
- sulogin and filesystem unmounting only happened for a corrupt root
52d5b2
  filesystem -- it now happens when other filesystems are corrupt as well
52d5b2
52d5b2
* Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- PPP fixes and additions
52d5b2
52d5b2
* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
52d5b2
- Mount proc before trying to start kerneld so we can test for /proc/ksyms
52d5b2
  properly.
52d5b2
52d5b2
* Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Added MTU for PPP.
52d5b2
- Put PPPOPTIONS at the end of the options string instead of at the
52d5b2
  beginning so that they override other options.  Gives users more rope...
52d5b2
- Don't do module-based stuff on non-module systems.  Ignore errors if
52d5b2
  st module isn't there and we try to load it.
52d5b2
52d5b2
* Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
52d5b2
- Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
52d5b2
  provided by doexec goes away when pppd gets swapped out.
52d5b2
- ifup-ppp now sets remotename to the logical name of the device.
52d5b2
  This will BREAK current PAP setups on netcfg-managed interfaces,
52d5b2
  but we needed to do this to add a reasonable interface-specific
52d5b2
  PAP editor to netcfg.
52d5b2
52d5b2
* Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
52d5b2
- Added usernetctl wrapper for user mode ifup and ifdown's and man page
52d5b2
- Rewrote ppp and slip kill and retry code
52d5b2
- Added doexec and man page