[Pkg-libvirt-commits] [libvirt] 01/02: postinst: Use '--' for all adduser options
Guido Guenther
agx at moszumanska.debian.org
Wed Mar 25 14:31:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch master
in repository libvirt.
commit f5e46fbb75ec8cae0ae0016382c9b3efd4bd1fb9
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 5d3ebd0..2456739 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