X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0B9F9DC0157 for ; Sun, 13 Apr 2014 07:32:58 +0000 (UTC) Received: from mail-in-10-z2.arcor-online.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mx.arcor.de (Postfix) with ESMTP id 5BEF210BA4C for ; Sun, 13 Apr 2014 09:32:56 +0200 (CEST) Received: from mail-in-15.arcor-online.net (mail-in-15.arcor-online.net [151.189.21.55]) by mail-in-10-z2.arcor-online.net (Postfix) with ESMTP id 5541728A42A for ; Sun, 13 Apr 2014 09:32:56 +0200 (CEST) X-Greylist: Passed host: 85.127.155.200 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net 3465F1AB538 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1397374376; bh=BI6iY7iYsEpaqDWL9rRH3yuhM0ZUgUggdQXS8OHMdQ0=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=eDkdtN0QVIaVAXkZnXoU+MvmKdPt7QGSOfA51HesAyRVhx5qInQT++4SI9POtKoCz 9+amnDsQTulnaQqUtliStKtAqbYgWerYYbGkkBfd43KDM5neHJ8RQTciF6Bgq4z3o4 +re9jStcWXtj1MXNILAmirtnOpI/ddLoealGFInM= Received: from [192.168.16.209] (85-127-155-200.dynamic.xdsl-line.inode.at [85.127.155.200]) (Authenticated sender: panthera.tigris@arcor.de) by mail-in-15.arcor-online.net (Postfix) with ESMTPA id 3465F1AB538 for ; Sun, 13 Apr 2014 09:32:56 +0200 (CEST) Message-ID: <534A3DA7.6090609@arcor.de> Date: Sun, 13 Apr 2014 09:32:55 +0200 From: Der Tiger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Updated freeswitch.initd to include missing path switches. References: <1397371981-3308-1-git-send-email-tbooth@hindbra.in> In-Reply-To: <1397371981-3308-1-git-send-email-tbooth@hindbra.in> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, In order to make those switches adjustable by the user, I suggest to set them in /etc/conf.d/freeswitch utilizing the ${OPTS} variable in the init.d script rather than make them hard-coded in /etc/init.d/freeswitch itself, because some folks my want to store recordings on a different drive or use their own set of grammar and voice files. So Long, Tiger On 2014-04-13 08:53, Tobie Booth wrote: > main/freeswitch/freeswitch.initd | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---