From owner-freebsd-ports@FreeBSD.ORG Wed Jan 11 18:59:25 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 4368A106564A; Wed, 11 Jan 2012 18:59:25 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 012A08FC0A; Wed, 11 Jan 2012 18:59:24 +0000 (UTC) Received: by iazz13 with SMTP id z13so2227727iaz.13 for ; Wed, 11 Jan 2012 10:59:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=eHkDLhKSj5dw8d0RBukw0DlAuKHfDP1Nw6VPrCeq/Pg=; b=qWr+hlyNoVn1JGKvCU5QhOzRyBzmD563raQ/1b/vKxkCc/O93ZFI4JttpdCMUSN5eB 95gdwoiJt1Xm7ZZR109gRpgcrCJ2Vjgf7AbZl97DFZgPmovzAInMhS1zsTgXDvJVuO2S 7YsQqvUU8mebdx2MqZsXXuxTWcumsfQnKfEgA= Received: by 10.42.246.71 with SMTP id lx7mr208668icb.54.1326308364367; Wed, 11 Jan 2012 10:59:24 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.207.7 with HTTP; Wed, 11 Jan 2012 10:58:53 -0800 (PST) In-Reply-To: <4F0DD88A.9040805@FreeBSD.org> References: <4F0DD20D.7010002@passap.ru> <4F0DD88A.9040805@FreeBSD.org> From: Chris Rees Date: Wed, 11 Jan 2012 18:58:53 +0000 X-Google-Sender-Auth: jaeGnUaaVL5uerJ8aYmv7uqfK7Q Message-ID: To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: Mark Felder , freebsd-ports@freebsd.org 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: Wed, 11 Jan 2012 18:59:25 -0000 On 11 January 2012 18:44, Doug Barton wrote: > On 1/11/2012 10:41 AM, Mark Felder wrote: >> Instead of hacking up zoneminder's rc script with further patches like >> pulling out the real mysql server, database, username and password >> perhaps we should see if we can get the mysql maintainer(s) to fix the >> mysql rc script so it doesn't exit until the service is fully fired up >> and functional? > > That is attractive all on its own of course, however it still doesn't > solve the OP's problem, since his mysqld is not local. > Well... actually it would. With mysql's startup fixed, hacks like this would be unneccessary, so could be removed. Chris