summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authordrochner <drochner>1998-11-27 13:45:20 +0000
committerdrochner <drochner>1998-11-27 13:45:20 +0000
commita0f2643a55b64675f7ea0837b8e533dabcf69104 (patch)
tree6e7e1598400f17abe9e0eb816067b9bcaabc971c /net/samba
parentb2ab4467c043ae026deb97ffc6c55d66111a9637 (diff)
downloadpkgsrc-a0f2643a55b64675f7ea0837b8e533dabcf69104.tar.gz
samba doesn't require (and doesn't want) smbpasswd to be setuid anymore
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 3cbbd106a3a..e437df992c9 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1998/11/27 13:13:09 bouyer Exp $
+# $NetBSD: Makefile,v 1.17 1998/11/27 13:45:20 drochner Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/10/23 15:17:43 max Exp
#
@@ -64,8 +64,6 @@ post-install:
${CAT} /etc/passwd | ${PREFIX}/bin/mksmbpasswd.sh > ${SAMBA_PRIVATE}/smbpasswd ; \
chmod 600 ${SAMBA_PRIVATE}/smbpasswd ; \
fi
- chown root.wheel ${PREFIX}/bin/smbpasswd
- chmod 4111 ${PREFIX}/bin/smbpasswd
${SED} -e 's:__SAMBA_PRIVATE__:${SAMBA_PRIVATE}:g' ${PKGDIR}/PLIST > ${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"