From owner-freebsd-ports Tue Dec 3 14:00:05 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14967 for ports-outgoing; Tue, 3 Dec 1996 14:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14951; Tue, 3 Dec 1996 14:00:02 -0800 (PST) Resent-Date: Tue, 3 Dec 1996 14:00:02 -0800 (PST) Resent-Message-Id: <199612032200.OAA14951@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, brett@uswest.net Received: from phouka.oss.uswest.net (phouka.oss.uswest.net [204.147.85.48]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA14649 for ; Tue, 3 Dec 1996 13:54:53 -0800 (PST) Received: (from brett@localhost) by phouka.oss.uswest.net (8.7.5/8.7.3) id PAA26992; Tue, 3 Dec 1996 15:55:55 -0600 (CST) Message-Id: <199612032155.PAA26992@phouka.oss.uswest.net> Date: Tue, 3 Dec 1996 15:55:55 -0600 (CST) From: Brett Rabe Reply-To: brett@uswest.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2145: qpopper bulletin support broken Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2145 >Category: ports >Synopsis: qpopper bulletin support broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 3 14:00:01 PST 1996 >Last-Modified: >Originator: Brett Rabe >Organization: US West !nteract Services >Release: FreeBSD 2.1.5 >Environment: qpopper2.2 >Description: The bulletin database file is not closed, and the lock remains intact for the next popper process. When it is not able to secure a new lock, access to the database fails. >How-To-Repeat: Compile. Install. Attempt to use the bulletin feature more than once. >Fix: This is not the correct or elegant solution. I added: if (p->bulldir != NULL) dbm_close(p->bull_db); near the end of pop_dropcopy.c (at the end of pop_dropcopy(), just after the actual call to pop_bull()). >Audit-Trail: >Unformatted: