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