diff options
Diffstat (limited to 'testing/pdns-recursor/pdns-recursor.pre-install')
-rw-r--r-- | testing/pdns-recursor/pdns-recursor.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/pdns-recursor/pdns-recursor.pre-install b/testing/pdns-recursor/pdns-recursor.pre-install deleted file mode 100644 index ece3a78472..0000000000 --- a/testing/pdns-recursor/pdns-recursor.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |