diff options
author | Warren Baker <warren@decoy.co.za> | 2010-12-02 21:37:27 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2010-12-02 21:37:27 +0200 |
commit | 9bc9507afdb8e480aebc84e90d313b58858ecd2b (patch) | |
tree | 52fefa764153b353880a996ea9e332e2b8f57832 /config/unbound/unbound.inc | |
parent | 6e38a4cd55e8a8b51b578213e571c1eaff3fd745 (diff) | |
download | pfsense-packages-9bc9507afdb8e480aebc84e90d313b58858ecd2b.tar.gz pfsense-packages-9bc9507afdb8e480aebc84e90d313b58858ecd2b.tar.bz2 pfsense-packages-9bc9507afdb8e480aebc84e90d313b58858ecd2b.zip |
Actually remove the touch() and not add it.
Diffstat (limited to 'config/unbound/unbound.inc')
-rw-r--r-- | config/unbound/unbound.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |