Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63065 - typo in mini-qmail config-mini script
Summary: typo in mini-qmail config-mini script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-06 15:50 UTC by Peter Murray
Modified: 2004-09-07 04:43 UTC (History)
1 user (show)

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 Peter Murray 2004-09-06 15:50:27 UTC
There is a typo on line 9 that prevents the config-mini script from being run correctly.

The line is echo ' qmqpserver - list of QMQP servers\' IP addresses... 

The line had to be changed to read 'qmqpserver - list of QMQP servers'' IP addresses...

Reproducible: Always
Steps to Reproduce:
1. emerge the mini-qmail the ebuild
2. run /var/mini-qmail/bin/config-mini

Actual Results:  
./config-mini: line 9: unexpected EOF while looking for matching `''
./config-mini: line 44: syntax error: unexpected end of file

Expected Results:  
printed the help message
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-09-06 22:12:25 UTC
vapier: this is yours to fix.
Comment 2 SpanKY gentoo-dev 2004-09-07 04:43:18 UTC
removed the \'