File: config

package info (click to toggle)
ipac 0.99-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 180 kB
  • ctags: 64
  • sloc: perl: 878; ansic: 451; sh: 169; makefile: 69
file content (37 lines) | stat: -rw-r--r-- 817 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $Id: config,v 1.17 1998/07/29 12:36:39 moritz Exp $
# configuration for ipac
#
# You probably want to edit this to fit your needs
#
#
# Where to install the scripts.
INSTALLPATH	/usr/sbin
#
# 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
#
# ipfwadm executable
IPFWADM		/sbin/ipfwadm
#
# ipac.conf default ip accounting rule file
RULESFILE	/etc/ipac.conf
#
# lock file - for communication between modules.
LOCKFILE	/var/lock/ipac.lck
#
# 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 ----
#
DATDELIM	#-#-#-#-#
VERSION		0.99
#