From 776a1761d0ec5cb1d28e8a546bc6af818892183a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 5 Aug 2013 09:32:46 +0200 Subject: [PATCH] general-functions.pl: Fix overwritten substitutions. --- config/cfgroot/general-functions.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index c57de1996e..c592d5d0c2 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -21,8 +21,8 @@ use Net::SSLeay; use Net::IPv4Addr qw(:all); $|=1; # line buffering -$General::version = '2.11'; -$General::swroot = '/var/ipfire'; +$General::version = 'VERSION'; +$General::swroot = 'CONFIG_ROOT'; $General::noipprefix = 'noipg-'; $General::adminmanualurl = 'http://wiki.ipfire.org'; -- 2.39.5