diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-06 17:32:20 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-06 17:32:20 +0000 |
commit | f37a6274da5195c5395ff23a8b65d24094a5fc7d (patch) | |
tree | 63b47a3b01673d619b335edf7135f39363ae685e /mail/gld | |
parent | 35722592f70cef542195b407ffafa7892e8d85f8 (diff) | |
download | pkgsrc-f37a6274da5195c5395ff23a8b65d24094a5fc7d.tar.gz |
Change permissions of the config file to 640 (ok with xtraeme). Bump
PKGREVISION again.
Diffstat (limited to 'mail/gld')
-rw-r--r-- | mail/gld/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index 5bd5a4276e4..c7f15d7f95c 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2006/06/06 12:33:52 ghen Exp $ +# $NetBSD: Makefile,v 1.19 2006/06/06 17:32:20 ghen Exp $ # DISTNAME= gld-1.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.gasmi.net/down/ EXTRACT_SUFX= .tgz @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES_PERMS= ${EGDIR}/gld.conf ${PKG_SYSCONFDIR}/gld.conf \ - ${BINOWN} ${GLD_GROUP} 0740 + ${BINOWN} ${GLD_GROUP} 0640 RCD_SCRIPTS= gld GLD_USER?= gld |