diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-04-25 09:51:52 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-04-25 09:52:45 +0000 |
commit | ea32cee8ba718275c154e77e62b4f03ba6f43901 (patch) | |
tree | 7eda2a48a821bb29f34a84a43b511072846ed927 /testing/dnscrypt-proxy/dnscrypt-proxy.pre-install | |
parent | a3d397676f242ac419490fcef5817008c483ddad (diff) | |
download | aports-ea32cee8ba718275c154e77e62b4f03ba6f43901.tar.bz2 aports-ea32cee8ba718275c154e77e62b4f03ba6f43901.tar.xz |
testing/dnscrypt-proxy: Fixes #1275
Diffstat (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.pre-install')
-rw-r--r-- | testing/dnscrypt-proxy/dnscrypt-proxy.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.pre-install b/testing/dnscrypt-proxy/dnscrypt-proxy.pre-install new file mode 100644 index 0000000000..300ea6b374 --- /dev/null +++ b/testing/dnscrypt-proxy/dnscrypt-proxy.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -H -h /var/empty -g dnscrypt -D -s /bin/false dnscrypt 2>/dev/null +exit 0 |