From eab4b6bb63080f547e1f0104b528f1ff9704e0c2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 30 Nov 2000 05:20:04 +0000 Subject: 5.50-2 --- ChangeLog | 20 +++++++++++++++++--- initscripts.spec | 8 ++++---- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6213fc73..e6359eb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ -2000-10-31 Than Ngo - * initscripts.spec, sysconfig/network-scripts/network-functions - fix the adding default route if GATEWAY" = "0.0.0.0" +2000-11-30 Bill Nottingham + + * rc.d/rc.sysinit: don't set NIS domain name + +2000-11-02 Than Ngo + + * initscripts.spec: * bumped version number + +2000-10-31 Than Ngo + + * ChangeLog, initscripts.spec, sysconfig/network-scripts/network-functions: + fix the adding default route if GATEWAY" = "0.0.0.0 + +2000-10-29 Bill Nottingham + + * lang.csh, lang.sh: + don't turn locale settings of 'C' into en_US 2000-10-10 Nalin Dahyabhai diff --git a/initscripts.spec b/initscripts.spec index 733cbe92..358c70b4 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,9 +1,9 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 5.51 +Version: 5.50 Copyright: GPL Group: System Environment/Base -Release: 1 +Release: 2 Source: initscripts-%{version}.tar.gz BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 @@ -229,8 +229,8 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Tue Oct 31 2000 Than Ngo -- fix the adding default route if GATEWAY=0.0.0.0 +* Wed Nov 29 2000 Bill Nottingham +- don't set NIS domain name * Tue Oct 10 2000 Nalin Dahyabhai - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804) -- cgit