From 6c9f16f82e911e1b2c05918f9b8ce0d78fb3aa55 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Dec 2009 14:33:49 +0000 Subject: Cleaned up acf.conf, removed hardcoded /usr/share/acf paths. --- acf.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'acf.conf') diff --git a/acf.conf b/acf.conf index 719e4f0..be952b7 100644 --- a/acf.conf +++ b/acf.conf @@ -3,6 +3,7 @@ # Directories where the application resides appdir=/usr/share/acf/app/ libdir=/usr/share/acf/lib/ +wwwdir=/usr/share/acf/www/ # sessiondir is where the session state files are stored sessiondir=/tmp/ @@ -11,10 +12,6 @@ sessiondir=/tmp/ skindir=/skins/ skin=alps -# The login system credentials file -passfile=/etc/acf/passwd - - # Auditing can be done before and/or after a commit (controller permitting) # ${TEMPFILE} and ${CONFFILE} are used precommit # only ${CONFFILE} has any meaning postcommit -- cgit v1.2.3