summaryrefslogtreecommitdiffstats
path: root/bin/rcp/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-03-26 18:15:00 +0000
committermarkm <markm@FreeBSD.org>1998-03-26 18:15:00 +0000
commit60d23423477089f7825059f867e1993b3a435885 (patch)
tree07d8998251856db493941e68b97c868f65b47dd6 /bin/rcp/Makefile
parent37c04b1be177657649cfbbb9971f9be0c44d406b (diff)
downloadFreeBSD-src-60d23423477089f7825059f867e1993b3a435885.zip
FreeBSD-src-60d23423477089f7825059f867e1993b3a435885.tar.gz
KTH announced a weakness in their implementation of KerberosIV.
FreeBSD was not vulnerable, but their fix had some useful features. Incorporate the best of those - rcp(1) no longer needs to be SUID to root.
Diffstat (limited to 'bin/rcp/Makefile')
-rw-r--r--bin/rcp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index c82eccf..df53707 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.7 1997/02/22 14:05:18 peter Exp $
+# $Id$
PROG= rcp
SRCS= rcp.c util.c
@@ -18,8 +18,8 @@ DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
-BINOWN= root
-BINMODE=4555
-INSTALLFLAGS=-fschg
+#BINOWN= root
+#BINMODE=4555
+#INSTALLFLAGS=-fschg
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud