diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | initscripts.spec | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-04-19 Bill Nottingham <notting@redhat.com> + * rc.d/init.d/network: + remove extraneous message + + * rc.d/init.d/halt, rc.d/rc.sysinit: + use /poweroff and /halt to determine whether powering off + * lang.csh: use /bin/echo for consistent behavior fix case statement ; apparently tcsh likes fd 15?? diff --git a/initscripts.spec b/initscripts.spec index fb252b27..6d6a2aa3 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -217,6 +217,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Apr 19 2000 Bill Nottingham <notting@redhat.com> - fix lang.csh, again (oops) +- use /poweroff, /halt to determine whether to poweroff * Thu Apr 14 2000 Bill Nottingham <notting@redhat.com> - fix testing of RESOLV_MODS (which shouldn't be used anyways) |