Ignore:
Timestamp:
Jan 21, 2017, 10:21:41 PM (8 years ago)
Author:
rick
Message:

Make databases in advance, since they never change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/cfg/nanobsd.wleiden

    r13752 r13756  
    299299
    300300
     301# Update databases of tooling like locate and apropos
     302cust_update_databases() {
     303        chroot ${NANO_WORLDDIR} "/usr/libexec/makewhatis.local `/usr/bin/manpath -q`"
     304        chroot ${NANO_WORLDDIR} "/usr/libexec/locate.updatedb"
     305}
    301306
    302307# Install files from specific relative location
     
    453458customize_cmd cust_sudo_rules
    454459customize_cmd cust_unbound_rights
     460customize_cmd cust_update_databases
    455461#customize_cmd cust_apply_nanobsd_patches
    456462late_customize_cmd late_cust_unset_common_var_and_tmp
Note: See TracChangeset for help on using the changeset viewer.