X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp.freemail.gr (smtp.freemail.gr [81.171.104.132]) by mail.alpinelinux.org (Postfix) with ESMTP id C3CF01ABB1BD for ; Sun, 16 Oct 2011 15:26:51 +0000 (UTC) Received: from [10.0.100.81] (ppp-94-65-195-55.home.otenet.gr [94.65.195.55]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.freemail.gr (Postfix) with ESMTP id AD025338F6D for ; Sun, 16 Oct 2011 18:38:35 +0300 (EEST) Message-ID: <4E9AF7B1.50200@freemail.gr> Date: Sun, 16 Oct 2011 18:26:41 +0300 From: Harry Lachanas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101218 Thunderbird/3.1.7 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Alpine Development Subject: [alpine-devel] openrc and env variables Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit For reasons of simplicity I am trying to export some ENV vars at boot time to openrc and therefore to /etc/init.d/... scripts For instance I've added to /etc/rc.conf export LOCIF=vpnbr0 rc_env_allow="LOCIF" and in /etc/conf.d/dhcpd DHCPD_IFACE="$LOCIF" I 've also supplied my "wished they where avail env vars list" in /etc/profile.d/i_would_like_these_vars.sh with no luck at all .... anybody with similar problem or thought??? Thanks Harry --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---