[Pkg-libvirt-commits] [libvirt] 01/02: Invoke db_stop
Guido Guenther
agx at moszumanska.debian.org
Fri Dec 23 15:35:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/2.5.0-3
in repository libvirt.
commit ba9fcb86a31f807620fec72e6d666b7cb9fa99eb
Author: Guido Günther <agx at sigxcpu.org>
Date: Fri Dec 23 16:10:32 2016 +0100
Invoke db_stop
Thanks: Raphaël Halimi
Closes: #849201
---
debian/libvirt-daemon-system.config | 1 +
debian/libvirt-daemon-system.postinst | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/libvirt-daemon-system.config b/debian/libvirt-daemon-system.config
index 344f190..58df0db 100755
--- a/debian/libvirt-daemon-system.config
+++ b/debian/libvirt-daemon-system.config
@@ -30,4 +30,5 @@ then
fi
fi
+db_stop
exit 0
diff --git a/debian/libvirt-daemon-system.postinst b/debian/libvirt-daemon-system.postinst
index 3730783..b2e289c 100644
--- a/debian/libvirt-daemon-system.postinst
+++ b/debian/libvirt-daemon-system.postinst
@@ -145,6 +145,8 @@ case "$1" in
;;
esac
+db_stop
+
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list