diff options
author | Olivier Mauras <olivier@mauras.ch> | 2016-08-31 16:46:52 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-31 17:06:37 +0200 |
commit | 5bbcf5621821932748027b7499a107741cdd34f6 (patch) | |
tree | 7357fec9c159be0cbb5617acd7ae8f364d1c25ed /community/pdns-recursor/pdns-recursor.pre-install | |
parent | 82b5d172b33f1c9d7ac3f4c55b5513511a5db651 (diff) | |
download | aports-5bbcf5621821932748027b7499a107741cdd34f6.tar.bz2 aports-5bbcf5621821932748027b7499a107741cdd34f6.tar.xz |
testing/pdns{-recursor}: Move to community
Diffstat (limited to 'community/pdns-recursor/pdns-recursor.pre-install')
-rw-r--r-- | community/pdns-recursor/pdns-recursor.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/pdns-recursor/pdns-recursor.pre-install b/community/pdns-recursor/pdns-recursor.pre-install new file mode 100644 index 0000000000..ece3a78472 --- /dev/null +++ b/community/pdns-recursor/pdns-recursor.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S recursor 2>/dev/null +adduser -S -D -H -h /var/empty -s /bin/false -G recursor -g recursor recursor 2>/dev/null + +exit 0 |