aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--initscripts.spec5
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1004667b..38e57fd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-04-19 Bill Nottingham <notting@redhat.com>
+
+ * lang.csh:
+ use /bin/echo for consistent behavior
+ fix case statement ; apparently tcsh likes fd 15??
+
+2000-04-18 Nalin Dahyabhai <nalin@redhat.com>
+
+ * src/shvar.c, src/shvar.h:
+ constipated (via rp3)
+
2000-04-13 Bill Nottingham <notting@redhat.com>
* rc.d/init.d/network: that's better
diff --git a/initscripts.spec b/initscripts.spec
index ceec2b68..fb252b27 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-Version: 5.09
+Version: 5.10
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -215,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
+- fix lang.csh, again (oops)
+
* Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
- fix testing of RESOLV_MODS (which shouldn't be used anyways)