pkgsrc-WIP-changes archive

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

ircd-hybrid: Remove reference.conf from CONF_FILES_PERMS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 27 21:49:17 2019 +0100
Changeset:	8d4f7e15045d92db1fec6fd834eb8abf6a1af55f

Modified Files:
	ircd-hybrid/Makefile

Log Message:
ircd-hybrid: Remove reference.conf from CONF_FILES_PERMS

doc/reference.conf seems a reference example for a possible ircd.conf and it
seems not used. Do not treat it as a configuration file.

XXX: patches/patch-doc_Makefile.in probably needs to be adjusted in order to
XXX: just do not do anything because doc/* files are already handled in pkgsrc
XXX: post-install: target.

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

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 a1a7b76c9a..9e8864778b 100644
--- a/ircd-hybrid/Makefile
+++ b/ircd-hybrid/Makefile
@@ -27,8 +27,6 @@ HYBRID_DOC=		${PREFIX}/${HYBRID_DOC_PLACE}
 
 INSTALLATION_DIRS+=	${HYBRID_DOC_PLACE}/doc
 
-CONF_FILES_PERMS+=	${HYBRID_DOC_PLACE}/doc/reference.conf ${PKG_SYSCONFDIR}/reference.conf \
-			${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644
 OWN_DIRS_PERMS+=	${VARBASE}/log/ircd-hybrid \
 			${IRCD_HYBRID_IRC_USER} ${IRCD_HYBRID_IRC_GROUP} 0770
 OWN_DIRS_PERMS+=	${VARBASE}/log/ircd-hybrid/lib \


Home | Main Index | Thread Index | Old Index