From 9bc9507afdb8e480aebc84e90d313b58858ecd2b Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Thu, 2 Dec 2010 21:37:27 +0200 Subject: Actually remove the touch() and not add it. --- config/unbound/unbound.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index 873b012d..9ffe7efa 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -49,7 +49,6 @@ function unbound_initial_setup() { // Touch needed files @touch("/usr/local/etc/unbound/root.hints"); @touch("/usr/local/etc/unbound/root-trust-anchor"); - @touch("{$g['varlog_path']}/unbound.log"); // Ensure files and folders belong to unbound @chown("/usr/local/etc/unbound/root-trust-anchor", "unbound"); @chgrp("/usr/local/etc/unbound/root-trust-anchor", "wheel"); -- cgit v1.2.3