Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 13751

Summary: [revision]net-www/zope-2.6.0
Product: Gentoo Linux Reporter: Jason Shoemaker (RETIRED) <kutsuya>
Component: New packagesAssignee: Jason Shoemaker (RETIRED) <kutsuya>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.zope.org/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 13813, 13872, 13874, 13995, 14007, 14045, 14046, 14048, 14050, 14051    
Attachments: net-www/zope-2.6.0-r2.ebuild
net-www/zope/files/2.6.0/zope-r1.initd

Description Jason Shoemaker (RETIRED) gentoo-dev 2003-01-11 20:04:11 UTC
Adds more security and the ability to have multiple Zope instances.
Comment 1 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-11 20:08:12 UTC
Created attachment 7209 [details]
net-www/zope-2.6.0-r2.ebuild

Removed the need for zope.envd. Creates a dedicated zope user and group.
pkg_config() can also create multiple instances of zope.
Comment 2 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-11 20:12:02 UTC
Created attachment 7210 [details]
net-www/zope/files/2.6.0/zope-r1.initd

Removes the need for zope.envd(a must if we want multiple zope instances). Has
better PID file handling.
Comment 3 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-20 04:22:06 UTC
Noticed a bug in this ebuild.

In the setup_inst_home() function:
- mkdir ${INST_DIR}
+ mkdir -p ${INST_DIR}
Comment 4 Jason Shoemaker (RETIRED) gentoo-dev 2003-01-28 18:06:07 UTC
Going to reassign all Zope related bugs I reported, to myself. Hope no one minds.
Comment 5 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-18 15:04:29 UTC
A similar revision is now in the portage tree. The above attachments sould be considered obsolete.