diff options
author | Bill Nottingham <notting@redhat.com> | 2000-04-19 15:29:10 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-04-19 15:29:10 +0000 |
commit | 52642683037ae0760efd18fe2e3446df7c552dae (patch) | |
tree | 692ea6e3541876f3d1a008e59ec47d4683a7da9c | |
parent | 89f09a71a2e0f84b43304f57e4d35ba9ca1c2484 (diff) | |
download | initscripts-52642683037ae0760efd18fe2e3446df7c552dae.tar initscripts-52642683037ae0760efd18fe2e3446df7c552dae.tar.gz initscripts-52642683037ae0760efd18fe2e3446df7c552dae.tar.bz2 initscripts-52642683037ae0760efd18fe2e3446df7c552dae.tar.xz initscripts-52642683037ae0760efd18fe2e3446df7c552dae.zip |
*** empty log message ***
-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) |