diff options
author | Jean-Michel Lacroix <lacroix@lepine-lacroix.info> | 2018-11-26 18:25:45 -0500 |
---|---|---|
committer | Jean-Michel Lacroix <lacroix@lepine-lacroix.info> | 2018-11-26 19:20:53 -0500 |
commit | 0f24ead01c81b2ce224822f0d8a0ba6130dfa5fc (patch) | |
tree | 773799d8b0035d1ef58f56cac5985236f8f5cbe0 /net/darkstat/Makefile | |
parent | dc7fc9746f3bfb8f5a11f18182f4e0b2c2da7857 (diff) |
darkstat: correction of a variable in the init script
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 <lacroix@lepine-lacroix.info>
Diffstat (limited to 'net/darkstat/Makefile')
-rw-r--r-- | net/darkstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index 40d606552..f7c8508f7 100644 --- a/net/darkstat/Makefile +++ b/net/darkstat/Makefile @@ -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> |