diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 18:15:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 18:15:06 +0000 |
commit | 485d0ee096da867d8ea368d9823b2a22e63d6ecd (patch) | |
tree | 2dc743a478318addecf45daa709120a4e93754cb /comms | |
parent | 08674e03e29fefe93e2d0b69760905a01cbad9df (diff) | |
download | pkgsrc-485d0ee096da867d8ea368d9823b2a22e63d6ecd.tar.gz |
* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.
* Consistently use 4555 for setuid and 2555 for setgid programs.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index ff8f32df6f6..eff9d048621 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/02/22 19:26:14 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2007/06/15 18:15:06 jlam Exp $ DISTNAME= minicom-2.1 PKGREVISION= 2 @@ -25,7 +25,7 @@ EGDIR= ${PREFIX}/share/examples/minicom PKG_GROUPS= dialer PKG_USERS= uucp:dialer -SPECIAL_PERMS= ${PREFIX}/bin/minicom uucp dialer 4755 +SPECIAL_PERMS= ${PREFIX}/bin/minicom uucp dialer 4555 OWN_DIRS_PERMS= ${PKG_SYSCONFDIR} uucp dialer 0755 CONF_FILES_PERMS= ${EGDIR}/minicom.users ${PKG_SYSCONFDIR}/minicom.users \ uucp dialer 0644 |