diff options
author | Jodok Batlogg <batlogg@gentoo.org> | 2004-07-24 20:52:20 +0000 |
---|---|---|
committer | Jodok Batlogg <batlogg@gentoo.org> | 2004-07-24 20:52:20 +0000 |
commit | bc7b6fce20a8a83d89fac100b0e416420aa4acb5 (patch) | |
tree | de483508ebb438de84ec501fccaf8f35e18a7f50 /app-admin/zope-config/files/0.4-r1/zope-config.conf | |
parent | oops. fix keywords (Manifest recommit) (diff) | |
download | gentoo-2-bc7b6fce20a8a83d89fac100b0e416420aa4acb5.tar.gz gentoo-2-bc7b6fce20a8a83d89fac100b0e416420aa4acb5.tar.bz2 gentoo-2-bc7b6fce20a8a83d89fac100b0e416420aa4acb5.zip |
version bump (required by changes in zope ebuild)
Diffstat (limited to 'app-admin/zope-config/files/0.4-r1/zope-config.conf')
-rw-r--r-- | app-admin/zope-config/files/0.4-r1/zope-config.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-admin/zope-config/files/0.4-r1/zope-config.conf b/app-admin/zope-config/files/0.4-r1/zope-config.conf new file mode 100644 index 000000000000..964d8f94fc0a --- /dev/null +++ b/app-admin/zope-config/files/0.4-r1/zope-config.conf @@ -0,0 +1,30 @@ +# vim: set noexpandtab ts=4 ft=sh: +# Gentoo Zope Instance configure tool config file. +# +# Originally written by Jason Shoemaker <kutsuya@gentoo.org> +# Portions by Jodok Batlogg <batlogg@gentoo.org> (Logging and some cleanups) +# Portions by Robin Johnson <robbat2@gentoo.org> (Documentation and further cleanup) +# +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/files/0.4-r1/zope-config.conf,v 1.1 2004/07/24 20:52:20 batlogg Exp $ + +# default name for new instances +DEFAULT_ZINSTANCENAME="zope-" + +# Logging directory +EVENTLOGDIR="/var/log/zope/" + +# you probably shouldn't change anything below this +# ------------------------------------------------- +# Name of zope user on your system +ZUID=zope +# This is where the real zope lives +ZS_DIR="/usr/share/zope/" +ZS_DIR2="/usr/lib/zope-" +# This is where we will put our new instance of zope +ZI_DIR="/var/lib/zope/" +# place for init script +# and it's associated configuration file +INITD="/etc/init.d/" +CONFD="/etc/conf.d/" |