Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108168 - spamassassin tools not installed
Summary: spamassassin tools not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 04:11 UTC by Ortwin Glueck
Modified: 2005-11-11 12:23 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 Ortwin Glueck 2005-10-05 04:11:56 UTC
Spamassassin has some tools that are not included in the installation
(check_whitelist for example). They are in the tools subdirectory of the
tarball. They should be included (maybe with a USE flag).

Reproducible: Always
Steps to Reproduce:
1. emerge spamassassin
2. updatedb
3. locate check_whitelist

Actual Results:  
check_whitelist is not installed

Expected Results:  
check_whitelist should be installed
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2005-11-11 12:23:23 UTC
Not sure why this bug is still open, this is already done. They are placed in
the documentation area for reference. From the ebuild:


    if use tools; then
        docinto tools
        dodoc tools/*
    fi