Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192666 - www-servers/apache has invalid syntax
Summary: www-servers/apache has invalid syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-16 10:15 UTC by SpanKY
Modified: 2007-09-16 11:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2007-09-16 10:15:18 UTC
apache-2.0.58-r2.ebuild:if useq ssl -a !-e ${ROOT}/etc/apache2/ssl/server.crt;
apache-2.0.59-r5.ebuild:if useq ssl -a !-e ${ROOT}/etc/apache2/ssl/server.crt;
apache-2.0.61.ebuild:if useq ssl -a !-e ${ROOT}/etc/apache2/ssl/server.crt;

that should probably read:
if use ssl && [[ ! -e ${ROOT}/etc/apache2/ssl/server.crt ]] ; then
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-16 11:07:56 UTC
in cvs