aboutsummaryrefslogtreecommitdiffstats
path: root/testing/unbound/unbound.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-23 13:50:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-23 13:50:25 +0000
commitd3fc6683f1c187c132dd104b66d2ad1cfb9ab8d5 (patch)
treead299aa914104aa0414fbc6be86c3ee03cf1c521 /testing/unbound/unbound.pre-install
parenta446bffae1ee4c35ab28c6df3c8ff9088a646156 (diff)
downloadaports-d3fc6683f1c187c132dd104b66d2ad1cfb9ab8d5.tar.bz2
aports-d3fc6683f1c187c132dd104b66d2ad1cfb9ab8d5.tar.xz
testing/unbound: upgrade to 1.4.13 and misc fixes
- update the init.d script - depend on dnssec-root package - split -libs - enable python module
Diffstat (limited to 'testing/unbound/unbound.pre-install')
-rw-r--r--testing/unbound/unbound.pre-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/unbound/unbound.pre-install b/testing/unbound/unbound.pre-install
index 1cfc2eff4d..015ba3c52f 100644
--- a/testing/unbound/unbound.pre-install
+++ b/testing/unbound/unbound.pre-install
@@ -1,5 +1,6 @@
#!/bin/sh
addgroup -S unbound 2>/dev/null
-adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound -g "Unbound user" unbound 2>/dev/null
+adduser -S -s /bin/false -D -H -h /etc/unbound -G unbound \
+ -g "Unbound user" unbound 2>/dev/null
exit 0