From 6f4e3285bc92f1446ccc57d4be818342a01a2856 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Thu, 27 Jan 2022 20:14:53 +0100 Subject: [PATCH] missing or wrongly named global variables in conf_network --- modules/conf_network.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/conf_network.sh b/modules/conf_network.sh index 3a4a704..b488fee 100644 --- a/modules/conf_network.sh +++ b/modules/conf_network.sh @@ -20,7 +20,8 @@ # * NET{4,6}_MANUAL_FILE_$iface: filename for manual configuration of $iface # ------------------------------------------------------------------------------ -export VER_conf_syslog="0.0.6" +export VER_conf_network="0.0.6" +export DEP_conf_network="install_pkg" conf_network() {