Use real root. XXX should be sgid to the mail daemon group
This commit is contained in:
parent
02f2d8831c
commit
72ed551b52
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2009/05/19 08:59:21 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2010/02/19 19:22:33 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cucipop-1.31
|
||||
|
@ -22,7 +22,7 @@ REQD_DIRS+= ${PREFIX}/share/cucipop/bulletins
|
|||
# directory. The appropriate permissions should be set on sbin/cucipop
|
||||
# so that it can do this.
|
||||
#
|
||||
SPECIAL_PERMS+= ${PREFIX}/sbin/cucipop ${ROOT_USER} ${ROOT_GROUP} 2555
|
||||
SPECIAL_PERMS+= ${PREFIX}/sbin/cucipop ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 2555
|
||||
|
||||
# XXX TODO:
|
||||
# XXX
|
||||
|
|
Loading…
Reference in a new issue