diff options
author | Bill Nottingham <notting@redhat.com> | 2000-04-19 20:22:50 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-04-19 20:22:50 +0000 |
commit | 7e1e8cab56cb8be9cfaf16f54c972a738551667a (patch) | |
tree | 44e6c1469fb69fcd1c31e7d159f47389fc5c596e | |
parent | be9ffc5700821ce7e3eef34a6a2e12977e107520 (diff) | |
download | initscripts-7e1e8cab56cb8be9cfaf16f54c972a738551667a.tar initscripts-7e1e8cab56cb8be9cfaf16f54c972a738551667a.tar.gz initscripts-7e1e8cab56cb8be9cfaf16f54c972a738551667a.tar.bz2 initscripts-7e1e8cab56cb8be9cfaf16f54c972a738551667a.tar.xz initscripts-7e1e8cab56cb8be9cfaf16f54c972a738551667a.zip |
*** empty log message ***r5-10
-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) |