aboutsummaryrefslogtreecommitdiffstats
path: root/testing/unbound/unbound.pre-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-06-12 07:24:28 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-06-12 07:24:28 +0000
commit9c2bd2c52576c55f1fae74334bb97e0943e2b862 (patch)
treea7bd59c9cf4d2628f896f08265379eb5c5e6dade /testing/unbound/unbound.pre-install
parentf9d4f7b9a07963014636902c21baee0491f605e7 (diff)
testing/unbound: added pre-install
closes #683
Diffstat (limited to 'testing/unbound/unbound.pre-install')
-rw-r--r--testing/unbound/unbound.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/unbound/unbound.pre-install b/testing/unbound/unbound.pre-install
new file mode 100644
index 00000000000..10e5a7b8d43
--- /dev/null
+++ b/testing/unbound/unbound.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+adduser -H -s /bin/false -D unbound 2>/dev/null
+exit 0