Package: gitosis
Version: 0.2+20080319-1
Severity: grave
Justification: renders package unusable


The postinst script contains:

case "${1}" in
        configure)
                adduser --system --home /var/cache/git --shell /bin/sh 
--disabled-password --no-create-home --gecos 'git version control' --group git

                mkdir -p /var/cache/git
                chown git:git /var/cache/git -R
                ;;

This creates the 'git' user unconditionally, which breaks upgrading the package.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-x60s (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to