X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=debian%2Fhippotat.postinst;h=7954152e0e932636eba076e3b340ca5e1e772962;hb=02a201e1e706788f355171ff979e1f82ecadfc71;hp=5cf0fafa2582214bc9de7e092e23625005fdc090;hpb=708eda31e6d8c6fd0555a10eb3c9ef7cfebdd458;p=hippotat.git diff --git a/debian/hippotat.postinst b/debian/hippotat.postinst index 5cf0faf..7954152 100644 --- a/debian/hippotat.postinst +++ b/debian/hippotat.postinst @@ -2,12 +2,12 @@ set -e adduser --system --group --force-badname --shell=/bin/bash \ - --home /etc/hippotat Debian-hippotat + --quiet --home /etc/hippotat Debian-hippotat umask 077 pd=/etc/hippotat/passwords.d test -d $pd || \ -install -m750 -o root -g Debian-hippotat $pd +install -m 750 -o root -g Debian-hippotat -d $pd #DEBHELPER#