pkgsrc-WIP-changes archive

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

ircd-hybrid: Remove duplicate OWN_DIRS_PERMS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 31 13:46:38 2019 +0100
Changeset:	9d6c0013353aa3d7ab6cfce6da15d697926d6141

Modified Files:
	ircd-hybrid/Makefile

Log Message:
ircd-hybrid: Remove duplicate OWN_DIRS_PERMS

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

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

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

diffs:
diff --git a/ircd-hybrid/Makefile b/ircd-hybrid/Makefile
index ec1c9dbbc4..ec4dd80717 100644
--- a/ircd-hybrid/Makefile
+++ b/ircd-hybrid/Makefile
@@ -31,8 +31,6 @@ OWN_DIRS_PERMS+=	${VARBASE}/log/ircd-hybrid/lib \
 			${IRCD_HYBRID_IRC_USER} ${IRCD_HYBRID_IRC_GROUP} 0770
 OWN_DIRS_PERMS+=	${VARBASE}/log/ircd-hybrid/logs \
 			${IRCD_HYBRID_IRC_USER} ${IRCD_HYBRID_IRC_GROUP} 0770
-OWN_DIRS_PERMS+=	${VARBASE}/run/ircd-hybrid \
-			${IRCD_HYBRID_IRC_USER} ${IRCD_HYBRID_IRC_GROUP} 0770
 
 FILES_SUBST+=		IRCD_HYBRID_IRC_USER=${IRCD_HYBRID_IRC_USER}
 FILES_SUBST+=		IRCD_HYBRID_IRC_GROUP=${IRCD_HYBRID_IRC_GROUP}


Home | Main Index | Thread Index | Old Index