From 655f01322b3b8fa98118457144d85d63920fd942 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 25 Sep 2007 16:42:16 +0000 Subject: Ensure dns cache folder exists --- usr/sbin/update_dns_cache.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/sbin') diff --git a/usr/sbin/update_dns_cache.sh b/usr/sbin/update_dns_cache.sh index 49ee231..3079c59 100755 --- a/usr/sbin/update_dns_cache.sh +++ b/usr/sbin/update_dns_cache.sh @@ -1,5 +1,7 @@ #!/bin/sh +mkdir -p cd /var/db/dnscache + while [ /bin/true ]; do cd /var/db/dnscache needsfilterreload=0 -- cgit v1.1