aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-11-30 05:20:04 +0000
committerBill Nottingham <notting@redhat.com>2000-11-30 05:20:04 +0000
commiteab4b6bb63080f547e1f0104b528f1ff9704e0c2 (patch)
tree051f2a723ca13fa30c5b48b77dff0d86a36de784
parent74bedc65b4bf16acec12f3c6b72a27bc1dc30ea5 (diff)
downloadinitscripts-eab4b6bb63080f547e1f0104b528f1ff9704e0c2.tar
initscripts-eab4b6bb63080f547e1f0104b528f1ff9704e0c2.tar.gz
initscripts-eab4b6bb63080f547e1f0104b528f1ff9704e0c2.tar.bz2
initscripts-eab4b6bb63080f547e1f0104b528f1ff9704e0c2.tar.xz
initscripts-eab4b6bb63080f547e1f0104b528f1ff9704e0c2.zip
5.50-2
-rw-r--r--ChangeLog20
-rw-r--r--initscripts.spec8
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 <than@redhat.com>
- * initscripts.spec, sysconfig/network-scripts/network-functions
- fix the adding default route if GATEWAY" = "0.0.0.0"
+2000-11-30 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: don't set NIS domain name
+
+2000-11-02 Than Ngo <than@redhat.com>
+
+ * initscripts.spec: * bumped version number
+
+2000-10-31 Than Ngo <than@redhat.com>
+
+ * ChangeLog, initscripts.spec, sysconfig/network-scripts/network-functions:
+ fix the adding default route if GATEWAY" = "0.0.0.0
+
+2000-10-29 Bill Nottingham <notting@redhat.com>
+
+ * lang.csh, lang.sh:
+ don't turn locale settings of 'C' into en_US
2000-10-10 Nalin Dahyabhai <nalin@redhat.com>
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 <than@redhat.com>
-- fix the adding default route if GATEWAY=0.0.0.0
+* Wed Nov 29 2000 Bill Nottingham <notting@redhat.com>
+- don't set NIS domain name
* Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804)