From 65c75fad9011305c75fdc61b8a94becc1148a089 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 1 May 2012 13:50:38 +0000 Subject: [PATCH] Update paths to match a modern filesystem layout. --- functions.constants | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.constants b/functions.constants index 4f47c54a..90c1409b 100644 --- a/functions.constants +++ b/functions.constants @@ -22,11 +22,11 @@ # Enable colors by default COLOURS="auto" -BASE_DIR=/lib/network +BASE_DIR=/usr/lib/network CONFIG_DIR=/etc/network HOOKS_DIR=${BASE_DIR}/hooks LOG_DIR=/var/log/network -RUN_DIR=/var/run/network +RUN_DIR=/run/network ZONE_DIR=${CONFIG_DIR} RED_RUN=${RUN_DIR}/red -- 2.47.3