darkstat: correction of a variable in the init script
authorJean-Michel Lacroix <redacted>
Mon, 26 Nov 2018 23:25:45 +0000 (18:25 -0500)
committerJean-Michel Lacroix <redacted>
Tue, 27 Nov 2018 00:20:53 +0000 (19:20 -0500)
This is to correct the variable name CONFIGSTR in the export_bool
sub-routine: the variable in line 26 was written CONFIGSTRING instead
of CONFIGSTR.

Signed-off-by: Jean-Michel Lacroix <redacted>
net/darkstat/Makefile
net/darkstat/files/darkstat.init

index 40d6065521632edea66eb5afbbbcd066c82cd152..f7c8508f7258f74f8f7f855cf58c6f65f4a117b9 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=darkstat
 PKG_VERSION:=3.0.719
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_MAINTAINER:=Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
 
index 040188f0a4812d29b2d033c0c99398a8fcc0fef5..4cd8b3ef3c2482a34279d22e52daeda8e6d30143 100755 (executable)
@@ -23,7 +23,7 @@ export_bool () {
        config_get_bool _loctmp "$section" "$option"
        if [ -n "$_loctmp" ]; then
                if [ 1 -eq "$_loctmp" ]; then
-                       CONFIGSTRING="$CONFIGSTRING${_keystr} "
+                       CONFIGSTR="$CONFIGSTR${_keystr} "
                fi
        fi
 }
git clone https://git.99rst.org/PROJECT