Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77418 - 'sieve' entry not added to /etc/services
Summary: 'sieve' entry not added to /etc/services
Status: VERIFIED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-10 14:07 UTC by Stefan Briesenick (RETIRED)
Modified: 2005-01-10 15:35 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 Stefan Briesenick (RETIRED) gentoo-dev 2005-01-10 14:07:38 UTC
I don't know in which ebuild this bug is located, but in my '/etc/services' there is:

cisco-sccp      2000/tcp        # Cisco SCCP
cisco-sccp      2000/udp

instead of:

sieve           2000/tcp        # Cyrus SIEVE
sieve           2000/udp

and w/o the 'sieve' entry, sieve daemon could not be started within cyrus-imapd. But it worked some time ago!


Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-01-10 15:05:47 UTC
IANA has allocated port 2000 to 'cisco-sccp'

file a bug with IANA :P
Comment 2 Stefan Briesenick (RETIRED) gentoo-dev 2005-01-10 15:24:28 UTC
don't close Bugs before asking!

it may be a general problem. But then there should be an 'einfo' about this fact in the cyrus-imapd ebuild. 
Comment 3 SpanKY gentoo-dev 2005-01-10 15:31:07 UTC
i asked myself and we agreed that the bug should be closed ... talk a chill pill :P

i forgot we can do aliases in services so ive changed it to read:
cisco-sccp      2000/tcp        sieve           # Cisco SCCP
cisco-sccp      2000/udp        sieve
Comment 4 Stefan Briesenick (RETIRED) gentoo-dev 2005-01-10 15:35:27 UTC
thanks. perfect solution!