diff options
author | Florian La Roche <laroche@redhat.com> | 2002-07-11 07:41:06 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2002-07-11 07:41:06 +0000 |
commit | de33ef43313eb1075030b8615de15c56192dadc4 (patch) | |
tree | ca04a0194f1ed11741ed673a8c326a717a43adab /initscripts.spec | |
parent | d9d075c580f39e3b6597ff65723845939e9880dc (diff) | |
download | initscripts-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.spec | 6 |
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 |