# $Id: config,v 1.32 1999/08/06 10:53:21 moritz Exp $
# configuration for ipac
#
# You probably want to edit this to fit your needs
#
#
# Where to install the scripts.
INSTALLPATH	/usr/local/bin
#
# Where to install the man pages. (section 8)
IMANPATH	/usr/local/man/man8
#
# directory for ip accounting data files
ACCTDIR		/var/log/ip-acct
#
# File with ip accounting status information
RUNFILE		/var/run/ip-accounting-rules
#
# ipac.conf default ip accounting rule file
RULESFILE	/etc/ipac.conf
#
# lock file - for communication between modules.
LOCKFILE	/var/lock/ipac.lck
#
# a directory to create temporary files in (ipac creates them in a safe
# way, hopefully)
TMPDIR		/tmp
#
# *** There should be no need to edit anything below this
# *** line, but you may want to...
#
# ipfwadm executable (for 2.0.x Kernels only)
# if commented out (default), we search it in the PATH when making
# IPFWADM		/sbin/ipfwadm
#
# ipchains executable (for 2.1.13 Kernels or later)
# if commented out, we search it in the PATH when making
# IPCHAINS	/sbin/ipchains
#
# some default gif image values
GIF_WIDTH	500
GIF_HEIGHT	150
GIF_INDEX_DEFAULT	index.html
#
# --- There should not be a need to change lines below this one at all ----
#
DATDELIM	#-#-#-#-#
VERSION		1.05
MANTIME		AUGUST 1999
CH_INNAME	ipac_in
CH_OUTNAME	ipac_out
CH_IONAME	ipac_bth
IPFWADM_PROC	/proc/net/ip_acct
IPCHAINS_PROC_N	/proc/net/ip_fwnames
IPCHAINS_PROC_C	/proc/net/ip_fwchains
#
