From owner-freebsd-questions@freebsd.org Tue Sep 29 15:42:03 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4D6AA0B463 for ; Tue, 29 Sep 2015 15:42:03 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FD051483 for ; Tue, 29 Sep 2015 15:42:03 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by wiclk2 with SMTP id lk2so22240215wic.1 for ; Tue, 29 Sep 2015 08:42:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=cBU6R7KumTtGG5TFl0jPkq9zCfrVEAIDVISwUFZpIao=; b=UALnxQ7cSfRS2s7hGQ48OmoHTnUgsBkiZAZLFNedkHT+WkU9Up7h9TMz1eDpnl3090 55JzeE+BJ8i9l9MX3I9Q3aAK1BIqjFxLkBGy2xKO39oHi/gr9EltgUEqHQ/QwMholSTl q6JElwOv/XjDNv0dGXyBq5q1ORFWUBcZaf5uIld/5mmuf/J4ubzFG7J47E49OeCkWd// xCZ7i/7JPcnzMKXHsnMxRe7dhNq04+s/kZ2RZSP4d7ajCVhrUvN0wQzYXEk/uUVEXTYk yMPgWXSYd9Mr0R6IkVQVDywNzp+r1WQU7nW7cF8nSD/cb2R5dn+SPAcEHJp1KcVKxgHO R9NQ== X-Received: by 10.180.184.134 with SMTP id eu6mr27111655wic.77.1443541321636; Tue, 29 Sep 2015 08:42:01 -0700 (PDT) Received: from gumby.homeunix.com ([90.195.198.255]) by smtp.gmail.com with ESMTPSA id mx19sm24523188wic.0.2015.09.29.08.41.59 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Sep 2015 08:42:00 -0700 (PDT) Date: Tue, 29 Sep 2015 16:41:54 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: rc.d env Message-ID: <20150929164154.0f9e4afc@gumby.homeunix.com> In-Reply-To: <20150929121441.GL1502@mordor.lan> References: <20150929121441.GL1502@mordor.lan> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 15:42:03 -0000 On Tue, 29 Sep 2015 14:14:41 +0200 Julien Cigar wrote: > Hello, > > What's the proper way to export MY_ENV_VAR for the salt_master rc.d > script ? > I tried salt_master_env="MY_ENV_VAR" in rc.conf try salt_master_env="MY_ENV_VAR=yes"