From abc36100a14abd2187ec4396bcc49e8313ce3fb3 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 5 Dec 2009 16:12:49 -0500 Subject: [PATCH] Actually create a git user. svn path=/trunk/packages/invirt-dev/; revision=2580 --- debian/invirt-dev.postinst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/invirt-dev.postinst b/debian/invirt-dev.postinst index b873ea2..3574e88 100755 --- a/debian/invirt-dev.postinst +++ b/debian/invirt-dev.postinst @@ -11,6 +11,10 @@ case "$1" in if ! getent group repo >/dev/null 2>&1; then addgroup --system repo fi + + if ! getent passwd git >/dev/null 2>&1; then + adduser --system --home /srv/git --shell /usr/bin/git-shell git + fi cat >>/etc/sudoers <