From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: network@lists.ipfire.org Subject: Re: [PATCH v2 2/4] constants: add new constant NETWROK_SHARE_DIR Date: Sat, 15 Jul 2017 18:07:19 -0400 Message-ID: <737410780def953f0262441ab5c217f2@ipfire.org> In-Reply-To: <1500146346-8819-2-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2704830743935928582==" List-Id: --===============2704830743935928582== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit There is a big typo in the variable name. It should be NETWORK instead of NETWROK. On 15/07/2017 03:19 PM, Jonatan Schlag wrote: > Signed-off-by: Jonatan Schlag > --- > src/functions/functions.constants | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/functions/functions.constants > b/src/functions/functions.constants > index 271dbe5..9ab2830 100644 > --- a/src/functions/functions.constants > +++ b/src/functions/functions.constants > @@ -35,6 +35,7 @@ NETWORK_DB_DIR="${RUN_DIR}/db" > NETWORK_ZONE_DIR="${NETWORK_CONFIG_DIR}" > NETWORK_HOOKS_DIR=/usr/lib/network/hooks > NETWORK_TRIGGERS_DIR=/usr/lib/network/triggers > +NETWROK_SHARE_DIR=/usr/share/network > > # Network file configuration. > NETWORK_SETTINGS_FILE=${NETWORK_CONFIG_DIR}/config --===============2704830743935928582==--