pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ircu Use the more specific PKG_SYSCONFDIR_PERMS i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10aa267dffaf
branches:  trunk
changeset: 530019:10aa267dffaf
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 15 14:15:40 2007 +0000

description:
Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS.

diffstat:

 chat/ircu/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92fd8a137185 -r 10aa267dffaf chat/ircu/Makefile
--- a/chat/ircu/Makefile        Fri Jun 15 14:14:36 2007 +0000
+++ b/chat/ircu/Makefile        Fri Jun 15 14:15:40 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/04/09 12:46:34 adrianp Exp $
+# $NetBSD: Makefile,v 1.27 2007/06/15 14:15:40 jlam Exp $
 #
 
 DISTNAME=      ircu2.10.12.10
@@ -38,7 +38,7 @@
 CONF_FILES_PERMS+=     ${EGDIR}/example.conf ${PKG_SYSCONFDIR}/ircd.conf \
                        ${IRCD_USER} ${IRCD_GROUP} 0600
 
-SPECIAL_PERMS+=                ${PKG_SYSCONFDIR} ${IRCD_USER} ${IRCD_GROUP} 0700
+PKG_SYSCONFDIR_PERMS=  ${IRCD_USER} ${IRCD_GROUP} 0700
 
 RCD_SCRIPTS=           ircd
 



Home | Main Index | Thread Index | Old Index