X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/blobdiff_plain/f012ad83100add4822bfa4e7017673beae6ebf17..HEAD:/debian/distorted-keys.postinst diff --git a/debian/distorted-keys.postinst b/debian/distorted-keys.postinst index 99a1809..36b7237 100755 --- a/debian/distorted-keys.postinst +++ b/debian/distorted-keys.postinst @@ -8,7 +8,7 @@ home=/var/lib/distorted-keys ## Make sure the user exists. if ! grep -q ^$user: /etc/passwd; then adduser --quiet --system --group \ - --disabled-password --shell /bin/false \ + --disabled-password --shell /dev/token-shells/userv \ --no-create-home --home $home \ $user fi