summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-02-26 07:08:46 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-02-26 07:08:46 +0000
commitb01462d901b9f231e1c273c3703fcc02261ec233 (patch)
treee5a88c363f326d2409dda0b24f3670d8eb24c4d4 /app-admin/zope-config/files
parentA replacement for zprod-update w/ few minor changes. Inital import otherwise. (diff)
downloadhistorical-b01462d901b9f231e1c273c3703fcc02261ec233.tar.gz
historical-b01462d901b9f231e1c273c3703fcc02261ec233.tar.bz2
historical-b01462d901b9f231e1c273c3703fcc02261ec233.zip
Fixed dependencies and made very very minor changes to zope-config script.
Diffstat (limited to 'app-admin/zope-config/files')
-rw-r--r--app-admin/zope-config/files/0.1/zope-config3
-rw-r--r--app-admin/zope-config/files/digest-zope-config-0.1-r10
2 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/zope-config/files/0.1/zope-config b/app-admin/zope-config/files/0.1/zope-config
index f108a40a38d1..4eda97b790e2 100644
--- a/app-admin/zope-config/files/0.1/zope-config
+++ b/app-admin/zope-config/files/0.1/zope-config
@@ -2,6 +2,7 @@
# Gentoo Zope Instance configure tool.
# Copyright 2003 Jason Shoemaker <kutsuya@gentoo.org>
# Distributed under GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/files/0.1/zope-config,v 1.2 2003/02/26 07:08:46 kutsuya Exp $
VERSION="0.1"
ZUID=zope
@@ -124,7 +125,7 @@ zinst_dir_set()
while : ; do
ZINST_DIR=$(dialog --stdout \
--backtitle "Need a uniqe name for zinstance directory.(Also the name of the rcscript.)" \
- --inputbox "Enter a new zinstance name:" 0 0 )
+ --inputbox "Enter a new zinstance name:" 0 0 zope- )
RESULT=$?
if [ ${RESULT} -ne 0 ] ; then
break
diff --git a/app-admin/zope-config/files/digest-zope-config-0.1-r1 b/app-admin/zope-config/files/digest-zope-config-0.1-r1
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-admin/zope-config/files/digest-zope-config-0.1-r1