aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
diff options
context:
space:
mode:
authorFlorian La Roche <laroche@redhat.com>2002-07-11 07:41:06 +0000
committerFlorian La Roche <laroche@redhat.com>2002-07-11 07:41:06 +0000
commitde33ef43313eb1075030b8615de15c56192dadc4 (patch)
treeca04a0194f1ed11741ed673a8c326a717a43adab /initscripts.spec
parentd9d075c580f39e3b6597ff65723845939e9880dc (diff)
downloadinitscripts-de33ef43313eb1075030b8615de15c56192dadc4.tar
initscripts-de33ef43313eb1075030b8615de15c56192dadc4.tar.gz
initscripts-de33ef43313eb1075030b8615de15c56192dadc4.tar.bz2
initscripts-de33ef43313eb1075030b8615de15c56192dadc4.tar.xz
initscripts-de33ef43313eb1075030b8615de15c56192dadc4.zip
- /etc/init.d/functions:
daemon(): avoid starting another bash killproc(): avoid starting another bash for the default case - do not call "insmod -p" before loading the "st" module
Diffstat (limited to 'initscripts.spec')
-rw-r--r--initscripts.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/initscripts.spec b/initscripts.spec
index f844166c..648226c2 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -244,6 +244,12 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
+- /etc/init.d/functions:
+ daemon(): avoid starting another bash
+ killproc(): avoid starting another bash for the default case
+- do not call "insmod -p" before loading the "st" module
+
* Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- allow an option for ups poweroff #68123
- change grep for ONBOOT= #63903