NetBSD/etc/defaults/weekly.conf
joerg 410d0f4380 Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.

The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
2012-02-07 19:13:24 +00:00

15 lines
358 B
Plaintext

# $NetBSD: weekly.conf,v 1.4 2012/02/07 19:13:30 joerg Exp $
#
# /etc/defaults/weekly.conf --
# default configuration of /etc/weekly.conf
#
# see weekly.conf(5) for more information.
#
# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
# EDIT /etc/weekly.conf INSTEAD.
#
rebuild_locatedb=YES
rebuild_whatisdb=NO
rebuild_mandb=YES