Changeset 13756 in hybrid
- Timestamp:
- Jan 21, 2017, 10:21:41 PM (8 years ago)
- Location:
- branches/releng-11/nanobsd
- Files:
-
- 2 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 -
branches/releng-11/nanobsd/files/etc/periodic.conf
r13542 r13756 4 4 # 5 5 weekly_locate_enable="no" 6 weekly_whatis_enable="NO" 6 7 daily_clean_tmps_enable="yes" 7 8 daily_backup_pkgdb_enable="NO" 9
Note:
See TracChangeset
for help on using the changeset viewer.