Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 77418

Summary: 'sieve' entry not added to /etc/services
Product: Gentoo Linux Reporter: Stefan Briesenick (RETIRED) <sbriesen>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: VERIFIED WONTFIX    
Severity: normal CC: net-mail+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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!