diff --git a/etc/yum-updatesd.init b/etc/yum-updatesd.init
index 2b166c4..87bcd81 100755
--- a/etc/yum-updatesd.init
+++ b/etc/yum-updatesd.init
@@ -41,6 +41,11 @@ start() {
stop() {
echo -n $"Stopping yum-updatesd: "
killproc yum-updatesd
+ if [ -n "$(pidofproc yum-updatesd-helper)" ] ; then
+ echo
+ echo -n $"Stopping yum-updatesd-helper: "
+ killproc yum-updatesd-helper
+ fi
echo
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/yum-updatesd
}
--
1.5.3.4
_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel