aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns/pdns.pre-install
diff options
context:
space:
mode:
authorOlivier Mauras <olivier@mauras.ch>2016-08-31 16:46:52 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-31 17:06:37 +0200
commit5bbcf5621821932748027b7499a107741cdd34f6 (patch)
tree7357fec9c159be0cbb5617acd7ae8f364d1c25ed /community/pdns/pdns.pre-install
parent82b5d172b33f1c9d7ac3f4c55b5513511a5db651 (diff)
downloadaports-5bbcf5621821932748027b7499a107741cdd34f6.tar.bz2
aports-5bbcf5621821932748027b7499a107741cdd34f6.tar.xz
testing/pdns{-recursor}: Move to community
Diffstat (limited to 'community/pdns/pdns.pre-install')
-rw-r--r--community/pdns/pdns.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/pdns/pdns.pre-install b/community/pdns/pdns.pre-install
new file mode 100644
index 0000000000..021b1e7e9c
--- /dev/null
+++ b/community/pdns/pdns.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S pdns 2>/dev/null
+adduser -S -D -H -h /var/empty -s /bin/false -G pdns -g pdns pdns 2>/dev/null
+
+exit 0