From owner-freebsd-ports@FreeBSD.ORG Fri Jan 13 18:21:46 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B35061065670 for ; Fri, 13 Jan 2012 18:21:46 +0000 (UTC) (envelope-from feld@feld.me) Received: from mwi1.coffeenet.org (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 789AC8FC16 for ; Fri, 13 Jan 2012 18:21:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=dDCqr4oyOsGPqdHcuL8D0nR3uLEC8zsZZuxzfOdbIUk=; b=SgLCTz9sFWKIskuHp4PhGtAFpX1DeoV6cL/t2f8tL26Vdm9pwB8ja3ziAXT2bFtWmVhOneCg11rvzbU5qBORaWUKnvamtJ/b4CNtCwv2GXemy5XmYPyNddZtzuAW0Uv0; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1Rlll3-000MCO-Ef for freebsd-ports@freebsd.org; Fri, 13 Jan 2012 12:21:46 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1326478899-88972-88971/5/19; Fri, 13 Jan 2012 18:21:39 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-ports@freebsd.org References: <4F0DD20D.7010002@passap.ru> <4F0EB4B2.2090502@FreeBSD.org> <4F0EDD86.8020805@passap.ru> <4F0FF74D.9080006@FreeBSD.org> Date: Fri, 13 Jan 2012 12:21:39 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <4F0FF74D.9080006@FreeBSD.org> User-Agent: Opera Mail/11.61 (FreeBSD) X-SA-Score: -1.0 Subject: Re: multimedia/zoneminder: rc script runs mysql commands? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 18:21:46 -0000 On Fri, 13 Jan 2012 03:20:13 -0600, Alex Dupre wrote: > Boris Samorodov ha scritto: >>> Actually this should not happen. mysql rc script has a poststart >>> directive to wait until the daemon is up and running. >> >> Last time I used the port (zoneminder) a year ago. It was the case. >> Has something changed in a year? > > MySQL rc script was patched 3 years ago. > Sounds like it's safe to remove this from zoneminder then.