[Pkg-libvirt-commits] [SCM] Libvirt debian packaging branch, master,	updated. debian/0.4.6-6-11-g44cb9b5
    Guido Guenther 
    agx at sigxcpu.org
       
    Thu Dec  4 17:37:49 UTC 2008
    
    
  
The following commit has been merged in the master branch:
commit ea12bd947e9b1f3d990851ac8113aac4190c9b77
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Dec 2 23:26:14 2008 +0100
    Create /var/run/libvirt
    
    fixes /var/run on tmpfs
    
    Closes: #507578
diff --git a/debian/libvirt-bin.init b/debian/libvirt-bin.init
index fb3b18d..3e418c0 100755
--- a/debian/libvirt-bin.init
+++ b/debian/libvirt-bin.init
@@ -86,6 +86,7 @@ force_stop() {
     return 0
 }
 
+mkdir -p /var/run/libvirt
 case "$1" in
   start)
 	if check_start_libvirtd_option; then
-- 
Libvirt debian packaging
    
    
More information about the Pkg-libvirt-commits
mailing list