aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gdnsd/gdnsd.pre-install
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-08-02 13:25:45 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-08-02 13:27:42 +0300
commit766ffa0f26fa85486ce272c8260924bfffcabf65 (patch)
tree016b24ba0eec185a29c83d4f30d0a0cf3cfd7652 /testing/gdnsd/gdnsd.pre-install
parentef2efd572dc4a06a1951f8d952a0e78d42b9f3d4 (diff)
downloadaports-766ffa0f26fa85486ce272c8260924bfffcabf65.tar.bz2
aports-766ffa0f26fa85486ce272c8260924bfffcabf65.tar.xz
main/gdnsd: upgrade to 1.9.0 (from testing)
Diffstat (limited to 'testing/gdnsd/gdnsd.pre-install')
-rw-r--r--testing/gdnsd/gdnsd.pre-install5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/gdnsd/gdnsd.pre-install b/testing/gdnsd/gdnsd.pre-install
deleted file mode 100644
index 66de81a2e1..0000000000
--- a/testing/gdnsd/gdnsd.pre-install
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-addgroup gdnsd 2>/dev/null
-adduser -S -H -h /dev/null -s /bin/false -D -G gdnsd gdnsd 2>/dev/null
-exit 0