setup
author Paul Crowley <paul@lshift.net>
Mon, 16 Jun 2008 17:17:29 +0100
changeset 34 4b5ca59fe3b7
parent 32 4059dbe9f26a
child 37 d35a30672369
permissions -rwxr-xr-x
more actual file moves - forgot to tell hg

#!/bin/sh

set -e

./install

adduser --system --shell /bin/sh --group --disabled-password \
   --gecos "Mercurial repositories" hg
su -c ./hginit hg