Changeset 13702 in hybrid
- Timestamp:
- Jan 15, 2017, 9:59:56 PM (8 years ago)
- Location:
- branches/releng-11/nanobsd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/cfg/nanobsd.wleiden
r13701 r13702 235 235 ) 236 236 237 # Unbound is running in alternative chroot location (port default) how-ever 238 # this directory needs to be writeable by unbound for key generation etc. 239 cust_unbound_rights() ( 240 if [ -r ${NANO_WORLDDIR}/usr/local/etc/unbound ]; then 241 chroot ${NANO_WORLDDIR} sh -c "chown unbound:unbound /usr/local/etc/unbound" 242 fi 243 ) 237 244 238 245 … … 440 447 customize_cmd cust_set_root_password 441 448 customize_cmd cust_sudo_rules 449 customize_cmd cust_unbound_rights 442 450 #customize_cmd cust_apply_nanobsd_patches 443 451 late_customize_cmd late_cust_unset_common_var_and_tmp -
branches/releng-11/nanobsd/files/etc/rc.conf
r13699 r13702 79 79 local_unbound_enable="NO" 80 80 unbound_enable="NO" 81 unbound_anchorflags="-a /tmp/unbound.root.key"82 81 83 82 # Explicitly disable the memory-hungry alternatives -
branches/releng-11/nanobsd/files/usr/local/etc/unbound/unbound.conf
r13699 r13702 434 434 # and under the terms of our LICENSE (see that file in the source). 435 435 # auto-trust-anchor-file: "/usr/local/etc/unbound/root.key" 436 auto-trust-anchor-file: "/tmp/unbound.root.key"437 436 438 437 # File with DLV trusted keys. Same format as trust-anchor-file.
Note:
See TracChangeset
for help on using the changeset viewer.