Ignore:
Timestamp:
Dec 5, 2009, 4:12:49 PM (14 years ago)
Author:
broder
Message:

Actually create a git user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dev/debian/invirt-dev.postinst

    r2556 r2580  
    1111        if ! getent group repo >/dev/null 2>&1; then
    1212            addgroup --system repo
     13        fi
     14
     15        if ! getent passwd git >/dev/null 2>&1; then
     16            adduser --system --home /srv/git --shell /usr/bin/git-shell git
    1317        fi
    1418           
Note: See TracChangeset for help on using the changeset viewer.