Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1322 - Various bugs in teapop
Summary: Various bugs in teapop
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-23 12:04 UTC by Ian Smith
Modified: 2003-02-04 19:42 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 Ian Smith 2002-03-23 12:04:24 UTC
1. /usr/etc/teapop.passwd should be in /etc

2. Here is a working /etc/xinetd.d/teapop:

service pop-3
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/libexec/teapop
        server_args     = teapop
        disable         = no
}

3. The file list as reported by /var/db/pkg/net-mail/teapop-0.3.1/CONTENTS is
incomplete.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-23 15:59:41 UTC
It appears that 0.3.3 fixes #1; #2 is not fixed, and please report the missing files for #3.  Assigning to Karl.
Comment 2 Ian Smith 2002-03-23 16:55:16 UTC
I don't know _exactly_ what files are missing as I can only get an incomplete
listing.  I have tried:
qpkg -l teapop
less /var/db/pkg/net-mail/teapop-0.3.1/CONTENTS
and have also remerged teapop to see what happens.
The ones I klnow about are:
/usr/etc/teapop.passwd (obviously), and
/usr/libexec/teapop (equally obvious).
If #2 is fixed we can also add
/etc/xinetd.d/teapop [g]
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-03-23 17:26:38 UTC
Fixed the extraneous /usr/etc directory.

1) Cannot seem to reproduce this bug.

2) Is now fixed, but tpop.xinetd will not be installed by default, as there is
no way of telling whether a user uses xinetd or not.

3) Cannot seem to reproduce this bug.

I consider this bug closed.