summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-12-06 16:40:50 +0000
committeradam <adam@pkgsrc.org>2010-12-06 16:40:50 +0000
commitc03c89051eee1cece34c0624250252be58793317 (patch)
tree3f28e63fd85b84760db181a6c027c527eee905b6 /net/samba
parent190f13d97d1408411d8bfcc6058d83653b95dad8 (diff)
downloadpkgsrc-c03c89051eee1cece34c0624250252be58793317.tar.gz
Seems like Darwin also supports ACLs
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk
index d0021f16c58..b85a1e6d444 100644
--- a/net/samba/options.mk
+++ b/net/samba/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2010/12/03 23:43:15 jmcneill Exp $
+# $NetBSD: options.mk,v 1.26 2010/12/06 16:40:50 adam Exp $
# Recommended package options for various setups:
#
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS= ads ldap pam winbind
.include "../../mk/bsd.fast.prefs.mk"
-SAMBA_ACL_OPSYS= AIX FreeBSD HPUX IRIX Linux OSF1 SunOS
+SAMBA_ACL_OPSYS= AIX Darwin FreeBSD HPUX IRIX Linux OSF1 SunOS
.if !empty(SAMBA_ACL_OPSYS:M${OPSYS})
PKG_SUPPORTED_OPTIONS+= acl
.endif