aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-12-02 19:42:53 +0200
committerWarren Baker <warren@decoy.co.za>2010-12-02 19:42:53 +0200
commit93adfc8176b7c805327bfc1dbf353a0a5cc3b813 (patch)
tree9ed6a32e6facf032aabe720ea044b7ba89639cfe
parentacd4d2b9e95770f91d96ecca98d2fb8d18f7f232 (diff)
downloadpfsense-packages-93adfc8176b7c805327bfc1dbf353a0a5cc3b813.tar.gz
pfsense-packages-93adfc8176b7c805327bfc1dbf353a0a5cc3b813.tar.bz2
pfsense-packages-93adfc8176b7c805327bfc1dbf353a0a5cc3b813.zip
touch not needed as we back on syslog.
-rw-r--r--config/unbound/unbound.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc
index 3bc07814..387212dc 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");
@@ -471,4 +470,4 @@ function unbound_add_domain_overrides() {
}
}
-?> \ No newline at end of file
+?>