diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 15 insertions, 1 deletions
@@ -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) |