From be4063286a0b8f46754c082178517b3c684c3dff Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 09:07:05 +0000 Subject: Allow appdir and libdir to be comma-separated lists of directories. --- acf.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acf.conf') diff --git a/acf.conf b/acf.conf index 64c8e40..e8cb0ac 100644 --- a/acf.conf +++ b/acf.conf @@ -1,6 +1,8 @@ # Configuration file for Alpine Configuration Framework # Directories where the application resides +# appdir and libdir may be comma-separated lists +# do not place same name lib or prefix/controller files in multiple directories appdir=/usr/share/acf/app/ libdir=/usr/share/acf/lib/ wwwdir=/usr/share/acf/www/ -- cgit v1.2.3