tags 681209 confirmed patch
thanks

Hey Andreas,

thank you for your QA work. Indeed, this is a stupid mistake I made.
The following patch will fix that. Now I hope that the release team
will let me upload -2.

diff -u /tmp/vmm.postinst debian/vmm.postinst
--- /tmp/vmm.postinst   2012-07-11 17:58:49.559870878 +0200
+++ debian/vmm.postinst 2012-07-11 17:58:56.055968304 +0200
@@ -24,7 +24,7 @@
         addgroup --quiet --system vmm
         chmod 771 /var/lib/vmm
         for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u 
v w x y z; do
-          mkdir --mode=751 /var/lib/vmm/$i
+          mkdir --parent --mode=751 /var/lib/vmm/$i
         done
         chgrp -R vmm /etc/vmm /var/lib/vmm
       fi

Cheers,

-- 
 .''`.   martin f. krafft <madduck@d.o>      Related projects:
: :'  :  proud Debian developer               http://debiansystem.info
`. `'`   http://people.debian.org/~madduck    http://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)

Reply via email to