diff options
author | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
commit | 7437941fb408b1e20d6e28dd2290697a84a4a299 (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /security/sfs | |
parent | bf1e4e52ecd4d715a2e9349fe606ba04d0d9418e (diff) | |
download | pkgsrc-7437941fb408b1e20d6e28dd2290697a84a4a299.tar.gz |
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 1c052e87885..8da6d55d54f 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/04/07 15:28:49 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/23 00:12:42 jlam Exp $ # DISTNAME= sfs-0.7.2 @@ -25,9 +25,10 @@ GCC_REQD+= 2.95.3 INFO_FILES= # PLIST -PKG_USERS= sfs:sfs::Self-certifying\ file\ system:/ -PKG_GROUPS= sfs PKG_SYSCONFSUBDIR= sfs +PKG_GROUPS= sfs +PKG_USERS= sfs:sfs +PKG_GECOS.sfs= Self-certifying file system pseudo-user RCD_SCRIPTS= sfscd sfssd |