X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=debian%2Fhippotat.postinst;fp=debian%2Fhippotat.postinst;h=7954152e0e932636eba076e3b340ca5e1e772962;hp=5cf0fafa2582214bc9de7e092e23625005fdc090;hb=e7f20f23664234d4a36c4af12439195fc36181b6;hpb=4a7b1a883e99fd1587608a2aa38685f08808cb6b 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#