Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25204 - Spelling mistake in the qmail-1.03-r10.ebuild
Summary: Spelling mistake in the qmail-1.03-r10.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
: 25205 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-24 14:06 UTC by Aaron
Modified: 2003-07-24 21:01 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 Aaron 2003-07-24 14:06:04 UTC
I believe that controll in the ebuild is mistake on line 303.
 if [ ! -f /var/qmail/controll/servercert.pem ]; then

should be 
 if [ ! -f /var/qmail/control/servercert.pem ]; then


Reproducible: Always
Steps to Reproduce:
Comment 1 Rainer Größlinger (RETIRED) gentoo-dev 2003-07-24 15:25:56 UTC
*** Bug 25205 has been marked as a duplicate of this bug. ***
Comment 2 Nick Hadaway 2003-07-24 21:01:28 UTC
Thank you thank you thank you for noticing this!