#
# $Id: mancheck.conf 22 2011-08-12 23:03:55Z gjb $

# Directory to find these scripts
CODIR="${HOME}"

# Work locations
TLD="$HOME/checkmanlint"
TMPDIR="$HOME/tmp"
SRCDIRS="head stable8 stable7"

## src dirs:
#bin cddl contrib crypto games gnu lib libexec release sbin secure share sys tools usr.bin usr.sbin
EXCDIRS="(cddl|contrib|crypto|gnu|secure|tool)"
INCDIRS="(bin|games|lib|libexec|release|sbin|share|sys|usr.bin|usr.sbin)"

# Log files
LOGFILE="${TMPDIR}/worldmancheck.log"
MAILLOG="${TMPDIR}/maillog.log"

# External programs
CSPELLFLAGS="-d -q 1"
CSPELLDICT="/usr/local/share/examples/codespell/data/dictionary.txt"
CSPELLCMD="/usr/local/bin/codespell ${CSPELLFLAGS} ${CSPELLDICT}"

# Extra settings
WANTALLMAIL=1
ADMIN="root"

