Changeset 13702 in hybrid for branches/releng-11/nanobsd/cfg
- Timestamp:
- Jan 15, 2017, 9:59:56 PM (8 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.