From: Michael Tremer Date: Sun, 20 Sep 2009 20:10:25 +0000 (+0200) Subject: network: Changed place of configuration data. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b5fed94a07a3d16e68ab423e602c847e3842aa;p=ipfire-3.x.git network: Changed place of configuration data. --- diff --git a/src/network/functions b/src/network/functions index 37fd8f1a7..773463a87 100644 --- a/src/network/functions +++ b/src/network/functions @@ -20,7 +20,7 @@ ############################################################################### HOME_DIR=${HOME_DIR-/lib/network} -CONFIG_DIR=/etc/sysconfig/networking +CONFIG_DIR=/etc/network HOOKS_DIR=${HOME_DIR}/hooks LOG_DIR=/var/log/network