From owner-freebsd-ports Fri Jul 9 14:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64D6814E2C for ; Fri, 9 Jul 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92407; Fri, 9 Jul 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from terrafirma.cstone.net (terrafirma.cstone.net [205.197.102.33]) by hub.freebsd.org (Postfix) with ESMTP id 1370D14C9E for ; 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 Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12580: typeo in cyrus port sample file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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