diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-23 13:50:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-23 13:50:25 +0000 |
commit | d3fc6683f1c187c132dd104b66d2ad1cfb9ab8d5 (patch) | |
tree | ad299aa914104aa0414fbc6be86c3ee03cf1c521 /testing/unbound/unbound.pre-install | |
parent | a446bffae1ee4c35ab28c6df3c8ff9088a646156 (diff) | |
download | aports-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-install | 3 |
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 |