pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/inspircd



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep 11 03:47:49 UTC 2016

Modified Files:
        pkgsrc/chat/inspircd: Makefile

Log Message:
Fix CONF_FILES_PERMS; avoids build failure with "can't shift that many"


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/inspircd/Makefile

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

Modified files:

Index: pkgsrc/chat/inspircd/Makefile
diff -u pkgsrc/chat/inspircd/Makefile:1.47 pkgsrc/chat/inspircd/Makefile:1.48
--- pkgsrc/chat/inspircd/Makefile:1.47  Sun Jul 10 09:52:21 2016
+++ pkgsrc/chat/inspircd/Makefile       Sun Sep 11 03:47:49 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2016/07/10 09:52:21 rillig Exp $
+# $NetBSD: Makefile,v 1.48 2016/09/11 03:47:49 dholland Exp $
 #
 
 DISTNAME=      InspIRCd-1.1.23
@@ -141,7 +141,7 @@ post-build:
 INSTALLATION_DIRS+=    bin ${EGDIR}/aliases ${EGDIR}/sql
 
 CONF_FILES_PERMS+=     /dev/null ${VARBASE}/log/inspircd.log \
-                       ${INSPIRCD_USER}:${INSPIRCD_GROUP} 0640
+                       ${INSPIRCD_USER} ${INSPIRCD_GROUP} 0640
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/conf/inspircd.* ${DESTDIR}${EGDIR}



Home | Main Index | Thread Index | Old Index