summaryrefslogtreecommitdiffstats
path: root/main/djbdns/dnscache.monthly
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-04-22 08:28:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-04-22 08:28:32 +0000
commit6645fef357b5df23c46a7397861e357c975708bd (patch)
tree61bf6c4e73cc16c1a38622cb6997d593ac561d24 /main/djbdns/dnscache.monthly
parent32abc98b7b0f30667f37574d180e01649cd2cb2d (diff)
downloadaports-6645fef357b5df23c46a7397861e357c975708bd.tar.bz2
aports-6645fef357b5df23c46a7397861e357c975708bd.tar.xz
main/djbdns: dnscache: restart service quietly from cronjob
Diffstat (limited to 'main/djbdns/dnscache.monthly')
-rwxr-xr-xmain/djbdns/dnscache.monthly2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/djbdns/dnscache.monthly b/main/djbdns/dnscache.monthly
index 664b3768e..4e53fd6fd 100755
--- a/main/djbdns/dnscache.monthly
+++ b/main/djbdns/dnscache.monthly
@@ -42,7 +42,7 @@ for ZONEFILE in $ZONES; do
done
if [ "$NEEDRESTART" ] && /etc/init.d/dnscache --quiet status; then
- /etc/init.d/dnscache restart
+ /etc/init.d/dnscache --quiet restart
fi
exit 0