summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>1998-11-27 13:45:20 +0000
committerdrochner <drochner@pkgsrc.org>1998-11-27 13:45:20 +0000
commit10a5217908911a467f25baed78721476ccea4235 (patch)
tree6e7e1598400f17abe9e0eb816067b9bcaabc971c /net
parentf05002c4c2691fe44c38651c811691e7b682844f (diff)
downloadpkgsrc-10a5217908911a467f25baed78721476ccea4235.tar.gz
samba doesn't require (and doesn't want) smbpasswd to be setuid anymore
Diffstat (limited to 'net')
-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"