410d0f4380
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.
36 lines
917 B
Plaintext
36 lines
917 B
Plaintext
# $NetBSD: daily.conf,v 1.16 2012/02/07 19:13:30 joerg Exp $
|
|
#
|
|
# /etc/defaults/daily.conf --
|
|
# default configuration of /etc/daily.conf
|
|
#
|
|
# see daily.conf(5) for more information.
|
|
#
|
|
# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
|
|
# EDIT /etc/daily.conf INSTEAD.
|
|
#
|
|
|
|
find_core=YES
|
|
find_core_ignore_fstypes="!local rdonly fdesc null kernfs procfs ptyfs"
|
|
expire_news=NO
|
|
purge_accounting=YES
|
|
run_msgs=YES
|
|
# if you have replaced /usr/bin/cpp with a version of cpp which does not understand
|
|
# the CPP_RESTRICTED environment variable, calendar -a can be used as a local DOS by
|
|
# making an included file a named pipe
|
|
run_calendar=YES
|
|
check_disks=YES
|
|
show_remote_fs=NO
|
|
check_mailq=YES
|
|
check_network=YES
|
|
full_netstat=NO
|
|
run_fsck=NO
|
|
run_fsck_flags=""
|
|
run_makemandb=YES
|
|
run_rdist=YES
|
|
run_security=YES
|
|
separate_security_email=YES
|
|
run_skeyaudit=YES
|
|
fetch_pkg_vulnerabilities=NO
|
|
|
|
send_empty_security=NO
|