#
# /etc/sysconfig/ufdbguard
#
# $Id: sysconfig.ufdbguard.in,v 1.1 2010/08/20 18:24:54 root Exp root $

CONFIGDIR="/etc/ufdb"
BINDIR="/usr/bin"

# Optional parameters
# -T for test mode
# -N to prevent analysis of uncategorised URLs (not recommended)
UFDB_OPTIONS=""
export UFDB_OPTIONS

# Optionally use a non-root account to run the ufdbguardd and ufdbhttpd daemons
RUNAS="squid"
export RUNAS

# On some systems, regeluar expression matching is much faster with LANG=C
LANG=C
export LANG

