From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 16 00:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D69EF424 for ; Fri, 16 May 2014 00:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9964420C2 for ; Fri, 16 May 2014 00:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4G000Xc053740 for ; Fri, 16 May 2014 00:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4G000gb053739; Fri, 16 May 2014 00:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 16 May 2014 00:00:00 GMT Resent-Message-Id: <201405160000.s4G000gb053739@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Darren Henderson Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28365283 for ; Thu, 15 May 2014 23:59:18 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1568520B5 for ; Thu, 15 May 2014 23:59:18 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FNxHAH093792 for ; Thu, 15 May 2014 23:59:17 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4FNxHQM093791; Thu, 15 May 2014 23:59:17 GMT (envelope-from nobody) Message-Id: <201405152359.s4FNxHQM093791@cgiserv.freebsd.org> Date: Thu, 15 May 2014 23:59:17 GMT From: Darren Henderson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189846: start clamav-milter start-up dependency issue prevents start up at boot and slows boot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 00:00:00 -0000 >Number: 189846 >Category: ports >Synopsis: start clamav-milter start-up dependency issue prevents start up at boot and slows boot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 16 00:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Darren Henderson >Release: 9.2-STABLE >Organization: >Environment: FreeBSD olmec.nighttide.net 9.2-STABLE FreeBSD 9.2-STABLE #1 r264285: Tue Apr 8 21:06:50 EDT 2014 darren@olmec.nighttide.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: clamav-milter starts before clamd. This causes a 60 second count down as it waits for the socket and then errors out. >How-To-Repeat: Install clamav-milter-0.98.3_1, enable the milter and clamd and reboot system >Fix: Start-up script /usr/local/etc/rc.d/clamav-clamd has: # PROVIDE: clamav_clamd However /usr/local/etc/rc.d/clamav-milter has: # REQUIRE: LOGIN clamd It should be: # REQUIRE: LOGIN clamav_clamd which enforces the dependency. >Release-Note: >Audit-Trail: >Unformatted: