aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-04-19 20:22:50 +0000
committerBill Nottingham <notting@redhat.com>2000-04-19 20:22:50 +0000
commit7e1e8cab56cb8be9cfaf16f54c972a738551667a (patch)
tree44e6c1469fb69fcd1c31e7d159f47389fc5c596e
parentbe9ffc5700821ce7e3eef34a6a2e12977e107520 (diff)
downloadinitscripts-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--ChangeLog6
-rw-r--r--initscripts.spec1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38e57fd0..19aafd63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)