aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdns/pdns.pre-install
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-04-05 07:03:25 -0500
committerMatt Smith <mcs@darkregion.net>2011-04-05 07:06:35 -0500
commit2bf9528b2e0f8350fbd20976efdce0bafb3e4b33 (patch)
treebb4e916718d167a53465c0d7d2ab1d6b23ab644a /testing/pdns/pdns.pre-install
parentdcd1f5b67f797d77535a5c9ab53bad11819da64a (diff)
testing/pdns: new aport
PowerDNS Authoritative Server http://www.powerdns.com/
Diffstat (limited to 'testing/pdns/pdns.pre-install')
-rw-r--r--testing/pdns/pdns.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/pdns/pdns.pre-install b/testing/pdns/pdns.pre-install
new file mode 100644
index 00000000000..c9d2d147355
--- /dev/null
+++ b/testing/pdns/pdns.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+adduser -H -h /var/empty -D -s /bin/false pdns 2>/dev/null
+exit 0