From cd13e7ec7e8e00f66b4c48b1560dc73cd4620365 Mon Sep 17 00:00:00 2001 From: Jean-Michel Lacroix Date: Wed, 1 Jul 2020 18:40:42 -0400 Subject: darkstat: correct incompatbility with sshd The init file of darkstat is creating the pid in /var/empty and setting the owner of the directory to darkstat which is incompatible with sshd as sshd requires /var/empty to be owned by root and not group or world-writable. See issue #12420. This corrects the problem by creating another directory: /var/darkstat instead without setting the owner, which is not actually required. Compile tested: not applicable as the changes do not involve compilation. Tested on my home router running darkstat. Signed-off-by: Jean-Michel Lacroix --- net/darkstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/darkstat/Makefile') diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index f7c8508f7..c57005127 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:=4 +PKG_RELEASE:=5 PKG_MAINTAINER:=Jean-Michel Lacroix -- cgit v1.2.3