[Pkg-libvirt-commits] [libvirt] 03/06: postinst: Use '--' for all adduser options

Guido Guenther agx at moszumanska.debian.org
Mon Apr 27 12:18:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/1.2.14-3
in repository libvirt.

commit 49ba6660536046da5465c8495284671921d4c8d2
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Feb 11 18:57:53 2015 +0100

    postinst: Use '--' for all adduser options
---
 debian/libvirt-daemon-system.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libvirt-daemon-system.postinst b/debian/libvirt-daemon-system.postinst
index ff68fd3..6d4bb40 100644
--- a/debian/libvirt-daemon-system.postinst
+++ b/debian/libvirt-daemon-system.postinst
@@ -36,7 +36,7 @@ add_users_groups()
             --disabled-password \
             --home /var/lib/libvirt \
             --no-create-home \
-            -gecos "Libvirt Qemu" \
+            --gecos "Libvirt Qemu" \
             libvirt-qemu
     fi
     if ! getent group libvirt-qemu >/dev/null; then

-- 
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