View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-10 / +11 lines)
 Lines 152-153    Link Here 
			--backtitle "We need a unique name for the zinstance directory. (This will be the name of the rcscript.)" \
			--backtitle "Need a uniqe name for zinstance directory.(Also the name of the rcscript.)" \
			--inputbox  "Enter a new zinstance name:" 0 0 ${DEFAULT_ZINSTANCENAME} )
			--inputbox "Enter a new zinstance name:" 0 0 ${DEFAULT_ZINSTANCENAME} )
Line 239    Link Here 
			--backtitle "We need to create and/or assign a zinstance group name." \
			--backtitle "Need to create/assign a zinstance group name." \
Line 249    Link Here 
			dialog --yesno "The group ${ZGID_NAME} already exists. Do you want to use it?" 0 0
			dialog --yesno "${ZGID_NAME} already exists, use it?" 0 0
Line 269    Link Here 
	echo ">>> Creating a Zope inituser for \"$(basename ${ZINST_DIR})\"..."
	echo ">>> Create Zope inituser for \"$(basename ${ZINST_DIR})\"..."
Line 280    Link Here 
	echo "A Gentoo Zope instance configuration tool."
	echo "A Gentoo Zope Instance configure tool."
Line 315    Link Here 
	zserv_dir_get || { echo 'Cancelled: zserv_dir_get' ; exit 1 ; }
	zserv_dir_get || { echo 'Canceled: zserv_dir_get' ; exit 1 ; }
Line 319    Link Here 
	zinst_dir_set || { echo 'Cancelled: zinst_dir_set' ; exit 1 ; }
	zinst_dir_set || { echo 'Canceled: zinst_dir_set' ; exit 1 ; }
Line 325    Link Here 
	zinst_zgid_set || { echo 'Cancelled: zinst_zgid_set' ; exit 1 ; }
	zinst_zgid_set || { echo 'Canceled: zinst_zgid_set' ; exit 1 ; }
Line 338    Link Here 
echo "Note: Don't forget to edit ZOPE_OPTS in ${CONFD}${ZIRC_NAME}"
echo "Note: Don\'t forget to edit ZOPE_OPTS in ${CONFD}${ZIRC_NAME}"
Line 340    Link Here