diff --git a/AUTHORS b/AUTHORS index 9292fb655a..2b61715f0a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -188,6 +188,7 @@ Patches have also been contributed by: Peter Krempa Nan Zhang Wieland Hoffmann + Douglas Schilling Landgraf [....send patches to get your name here....] diff --git a/daemon/libvirtd.init.in b/daemon/libvirtd.init.in index aa7870c86c..0697a2b692 100644 --- a/daemon/libvirtd.init.in +++ b/daemon/libvirtd.init.in @@ -76,6 +76,8 @@ stop() { rm -f @localstatedir@/lock/subsys/$SERVICE rm -f $PIDFILE rm -rf @localstatedir@/cache/libvirt/* + else + exit $RETVAL fi }