From: Michael Tremer Date: Mon, 5 Aug 2013 07:32:46 +0000 (+0200) Subject: general-functions.pl: Fix overwritten substitutions. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=776a1761d0ec5cb1d28e8a546bc6af818892183a general-functions.pl: Fix overwritten substitutions. --- diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index c57de1996..c592d5d0c 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';