First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 244545
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Hanno Boeck <hanno@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin DiViaio <martindiv@yahoo.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 244545 depends on: Show dependency tree
Bug 244545 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-10-26 23:14 0000
There is a error in the router configuration for the Exim MTA in
doc/README.gentoo. Line 134 of the file reads:
require_files = /var/lib/mailman/lists/${lc::local_part}/config.pck
This should read:
require_files = /var/lib/mailman/lists/${lc::$local_part}/config.pck

Also, line 161 should read:
${lc::$local_part}}-${lc::$domain} instead of simply ${lc::$local_part}


Reproducible: Always

Steps to Reproduce:
1.Error in documentation
2.
3.

Actual Results:  
Running:
exim -d -bt mailman@localhost.localdomain
shows that the filename expansion results in
/var/lib/mailman/lists/local_part/config.pck

Expected Results:  
Running:
exim -d -bt mailman@localhost.localdomain
should show a filename expansion of /var/lib/mailman/lists/mailman/config.pck

See Description

------- Comment #1 From Hanno Boeck 2008-11-14 11:07:11 0000 -------
thanks, fixed

First Last Prev Next    No search results available      Search page      Enter new bug