[packages/unbound] - make unbound-anchor quiet
arekm
arekm at pld-linux.org
Tue Apr 1 21:21:56 CEST 2014
commit c0601a6d9e2ed7159fe25c91aa158e643c1667b0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Apr 1 21:21:54 2014 +0200
- make unbound-anchor quiet
unbound.init | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/unbound.init b/unbound.init
index c149212..894b522 100644
--- a/unbound.init
+++ b/unbound.init
@@ -38,9 +38,9 @@ start() {
msg_starting "Unbound"
# prepare the root key file
- /usr/sbin/unbound-anchor -v -a /var/lib/unbound/root.key
+ /usr/sbin/unbound-anchor -v -a /var/lib/unbound/root.key > /dev/null
- daemon /usr/sbin/unbound \
+ daemon /usr/sbin/unbound \
-c /etc/unbound/unbound.conf $UNBOUND_OPT </dev/null
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/unbound
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/unbound.git/commitdiff/c0601a6d9e2ed7159fe25c91aa158e643c1667b0
More information about the pld-cvs-commit
mailing list