Changeset 13756 in hybrid for branches/releng-11/nanobsd/cfg/nanobsd.wleiden
- Timestamp:
- Jan 21, 2017, 10:21:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/cfg/nanobsd.wleiden
r13752 r13756 299 299 300 300 301 # Update databases of tooling like locate and apropos 302 cust_update_databases() { 303 chroot ${NANO_WORLDDIR} "/usr/libexec/makewhatis.local `/usr/bin/manpath -q`" 304 chroot ${NANO_WORLDDIR} "/usr/libexec/locate.updatedb" 305 } 301 306 302 307 # Install files from specific relative location … … 453 458 customize_cmd cust_sudo_rules 454 459 customize_cmd cust_unbound_rights 460 customize_cmd cust_update_databases 455 461 #customize_cmd cust_apply_nanobsd_patches 456 462 late_customize_cmd late_cust_unset_common_var_and_tmp
Note:
See TracChangeset
for help on using the changeset viewer.