pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnunet: remove unused directory, we keep logs in the chroot dir



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Thu Mar 24 18:40:45 2022 +0100
Changeset:	7737cc96d824b1d816b1223ddb3c4a320656fc06

Modified Files:
	gnunet/Makefile

Log Message:
gnunet: remove unused directory, we keep logs in the chroot dir

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7737cc96d824b1d816b1223ddb3c4a320656fc06

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnunet/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index 85b1686493..98eaff7aa4 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ARGS+=	--with-jansson=${BUILDLINK_PREFIX.jansson}
 CONFIGURE_ARGS+=	--with-microhttpd=${BUILDLINK_PREFIX.libmicrohttpd}
 
 GNUNET_DIR=		${VARBASE}/chroot/gnunet
-GNUNET_LOG_DIR?=	${VARBASE}/log/gnunet
 GNUNET_USER=		gnunet
 GNUNET_GROUP=		gnunet
 GNUNETDNS_GROUP=	gnunetdns
@@ -52,7 +51,6 @@ OWN_DIRS_PERMS+=	${GNUNET_LOG_DIR} ${GNUNET_USER} ${GNUNET_GROUP} 0755
 OWN_DIRS_PERMS+=	${GNUNET_DIR}/data ${GNUNET_USER} ${GNUNET_GROUP} 0700
 
 MAKE_DIRS+=		${GNUNET_DIR}
-MAKE_DIRS+=		${GNUNET_LOG_DIR}
 MAKE_DIRS+=		${GNUNET_DIR}/data
 AUTO_MKDIRS=		YES
 


Home | Main Index | Thread Index | Old Index