summaryrefslogtreecommitdiff
blob: 956b473d742f3002449b9a2417bb5429009e752a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sal-client/files/auditd.confd,v 1.3 2004/07/15 00:50:53 agriffis Exp $

# DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU ARE DOING!!
# Temporary log storage directory
TMP_DIR="/var/lib/auditd"

#Base file name for temporary logfiles
FILE="audit"

AUDITD_OPTS=" -d $TMP_DIR -b $FILE -r"