From ubergeek@terrafirma.cstone.net Fri Jul  9 14:02:31 1999
Return-Path: <ubergeek@terrafirma.cstone.net>
Received: from terrafirma.cstone.net (terrafirma.cstone.net [205.197.102.33])
	by hub.freebsd.org (Postfix) with ESMTP id 1370D14C9E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Jul 1999 14:02:28 -0700 (PDT)
	(envelope-from ubergeek@terrafirma.cstone.net)
Received: (from ubergeek@localhost)
	by terrafirma.cstone.net (8.9.3/8.9.2) id RAA56034;
	Fri, 9 Jul 1999 17:02:51 -0400 (EDT)
	(envelope-from ubergeek)
Message-Id: <199907092102.RAA56034@terrafirma.cstone.net>
Date: Fri, 9 Jul 1999 17:02:51 -0400 (EDT)
From: adrian@ubergeeks.com
Sender: ubergeek@terrafirma.cstone.net
Reply-To: adrian@ubergeeks.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: typeo in cyrus port sample file
X-Send-Pr-Version: 3.2

>Number:         12580
>Category:       ports
>Synopsis:       The wrong argv[0] is given for pop3d.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul  9 14:10:00 PDT 1999
>Closed-Date:    Mon Jul 12 09:42:03 PDT 1999
>Last-Modified:  Mon Jul 12 09:43:11 PDT 1999
>Originator:     Adrian Filipi-Martin
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Ubergeeks Consulting
>Environment:

	FreeBSD 3.2-RELEASE with /usr/ports from -STABLE.

>Description:

	There is a minor typo in the inetd.conf.cyrus file included
	in the cyrus port.  Problem would cause pop3d to appear as
	imapd in ps listing by default.

>How-To-Repeat:

	

>Fix:

	Apply thsi patch.
	
--- files/inetd.conf.cyrus.orig	Fri Jul  9 16:58:16 1999
+++ files/inetd.conf.cyrus	Fri Jul  9 16:58:30 1999
@@ -8,5 +8,5 @@
 imap4	stream	tcp	nowait	cyrus	/usr/local/cyrus/bin/imapd	imapd
 #
 # To be able to access the IMAP mailbox by POP-3, use this line.
-pop3	stream	tcp	nowait	cyrus	/usr/local/cyrus/bin/pop3d	imapd
+pop3	stream	tcp	nowait	cyrus	/usr/local/cyrus/bin/pop3d	pop3d
 #

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->stb 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Jul 12 08:21:44 PDT 1999 
Responsible-Changed-Why:  
Stefan (the maintainer) will be giving the port a facelift some time in 
the next few weeks. I'm sure he'll take a look at this then. 
State-Changed-From-To: open->closed 
State-Changed-By: stb 
State-Changed-When: Mon Jul 12 09:42:03 PDT 1999 
State-Changed-Why:  
Commited, thanks! 
>Unformatted:
