Date: Fri, 9 Jul 1999 17:02:51 -0400 (EDT) From: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12580: typeo in cyrus port sample file Message-ID: <199907092102.RAA56034@terrafirma.cstone.net>
next in thread | raw e-mail | index | archive | help
>Number: 12580 >Category: ports >Synopsis: The wrong argv[0] is given for pop3d. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 9 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907092102.RAA56034>