From 3eda45889599bcf48f06145fe52bd426d301824e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 1 Jun 2019 14:28:49 +0200 Subject: [PATCH] - system-tools.mk: change piddir for samba --- make/system-tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/system-tools.mk b/make/system-tools.mk index 1d9eabd4..aa94e12d 100644 --- a/make/system-tools.mk +++ b/make/system-tools.mk @@ -777,7 +777,7 @@ $(D)/samba-hd1: $(D)/zlib $(ARCHIVE)/samba-$(SAMBA33_VER).tar.gz | $(TARGET_DIR) --with-privatedir=/etc/samba \ --with-modulesdir=/.remove \ --with-sys-quotas=no \ - --with-piddir=/tmp \ + --with-piddir=/var/run \ --enable-static \ --disable-shared \ --without-cifsmount \ @@ -856,7 +856,7 @@ $(D)/samba-hd2: $(D)/zlib $(ARCHIVE)/samba-$(SAMBA36_VER).tar.gz | $(TARGET_DIR) --with-configdir=/etc/samba \ --with-privatedir=/etc/samba \ --with-modulesdir=/.remove \ - --with-piddir=/tmp \ + --with-piddir=/var/run \ --with-sys-quotas=no \ --enable-static \ --disable-shared \