summaryrefslogtreecommitdiff
path: root/net/samba3
diff options
context:
space:
mode:
authorTatsumi Hosokawa <hosokawa@FreeBSD.org>1998-05-22 12:48:52 +0000
committerTatsumi Hosokawa <hosokawa@FreeBSD.org>1998-05-22 12:48:52 +0000
commit74b13f87d1ac3e400ea01fd78031b0a7355887fa (patch)
tree76401979ede692e82e0b6033ff9168c4914144c3 /net/samba3
parentUpgrade to 3.6.0 (diff)
smbpasswd of current version shouldn't be setuid'ed to root.
Notes
Notes: svn path=/head/; revision=11108
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index f0d2fa38aa3b..0be5d61be072 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -3,7 +3,7 @@
# Date created: 11th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.23 1998/05/12 06:59:10 hosokawa Exp $
+# $Id: Makefile,v 1.24 1998/05/14 06:05:53 hosokawa Exp $
#
DISTNAME= samba-1.9.18p7
@@ -76,6 +76,6 @@ post-install:
fi
chmod 500 ${SAMBA_PRIVATE}
chown root.wheel ${PREFIX}/bin/smbpasswd
- chmod 4111 ${PREFIX}/bin/smbpasswd
+ chmod 111 ${PREFIX}/bin/smbpasswd
.include <bsd.port.mk>