diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 18:29:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 18:29:06 +0000 |
commit | d21ed848d412420c561b00608f8c8bbc7b45e2d6 (patch) | |
tree | 997816cdd89a593d4fd65ed42ba604ef4fe78a77 /mail/courier-mta | |
parent | 6f0f1a6a90a025e0397902e3ab628608ae1716c3 (diff) | |
download | pkgsrc-d21ed848d412420c561b00608f8c8bbc7b45e2d6.tar.gz |
Use REAL_ROOT_{USER,GROUP} in INSTALL scripts.
Diffstat (limited to 'mail/courier-mta')
-rw-r--r-- | mail/courier-mta/pkginstall.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/courier-mta/pkginstall.mk b/mail/courier-mta/pkginstall.mk index e2766f06570..b884c847e2c 100644 --- a/mail/courier-mta/pkginstall.mk +++ b/mail/courier-mta/pkginstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: pkginstall.mk,v 1.2 2006/06/17 19:26:48 jlam Exp $ +# $NetBSD: pkginstall.mk,v 1.3 2007/06/15 18:29:06 jlam Exp $ # Convenience definition used below for a file or directory owned by the # courier user and group. @@ -7,7 +7,8 @@ COURIER_OWNED= ${COURIER_USER} ${COURIER_GROUP} REQD_DIRS+= ${DATADIR} ${DOCDIR} ${EGDIR} \ ${LIBEXECDIR} ${LIBEXECDIR}/modules -REQD_DIRS_PERMS+= ${LIBEXECDIR}/cgi-bin ${ROOT_USER} ${ROOT_GROUP} 0700 +REQD_DIRS_PERMS+= ${LIBEXECDIR}/cgi-bin \ + ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700 MAKE_DIRS+= ${VARBASE}/run ${COURIER_STATEDIR} ### |