3 echo "==> Creating gitosis user and group..."
5 groupadd -r git &> /dev/null
6 useradd -r -m -k /dev/null -g git -d /srv/gitosis -s /bin/sh git &> /dev/null
10 echo "==> Example config files are installed in /usr/share/doc/gitosis"
12 echo "==> You can get more information from: http://wiki.archlinux.org/index.php/Setting_Up_Git_ACL_Using_gitosis"
21 userdel git &> /dev/null