From owner-freebsd-ports@FreeBSD.ORG Mon Apr 2 22:07:00 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7DEB1065674 for ; Mon, 2 Apr 2012 22:07:00 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2BE8FC20 for ; Mon, 2 Apr 2012 22:07:00 +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=WqMvGjWhywj5JKdCpaKloAQNbdGnsQnhuZJtkCZmTNo=; b=nYg7qUVNwR4v3w+Sgdr5q5YQ/8OM7KPiZ5v2wZ26v1F8Xo9h+1ElUf1pqN5NuDY3/MFE4sS9c3VW2l/CDUQV5vokc+SWy9HJpPhHw8OXno4S490BY3MLEUAzVAQkgB88; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SEpOs-0000d1-EM for freebsd-ports@freebsd.org; Mon, 02 Apr 2012 17:06:59 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1333404412-20726-20725/5/42; Mon, 2 Apr 2012 22:06:52 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-ports@freebsd.org References: <4F0DD20D.7010002@passap.ru> <4F0DD88A.9040805@FreeBSD.org> <1333402666757-5613799.post@n5.nabble.com> Date: Mon, 2 Apr 2012 17:06:51 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <1333402666757-5613799.post@n5.nabble.com> User-Agent: Opera Mail/11.62 (FreeBSD) X-SA-Score: -1.5 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: Mon, 02 Apr 2012 22:07:00 -0000 On Mon, 02 Apr 2012 16:37:46 -0500, wwwdrich wrote: > I have a K.I.S.S. solution I have been running for a while. Just source > the zm.conf file into the init script and then use the variables there > for the mysql test. I like this idea a lot. Is it breaking any guidelines? I assume as long as we aren't hardcoding the path to the zm.conf we should be OK, yes?