summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-03-26 18:03:41 +0000
committermarkm <markm@FreeBSD.org>1998-03-26 18:03:41 +0000
commit37c04b1be177657649cfbbb9971f9be0c44d406b (patch)
tree47ce632a93ecea4d9628b4d6635d4b5152db8675 /usr.bin/rlogin/Makefile
parentc99468d1f81ecb2e5018cadc310c4bcf75a440b5 (diff)
downloadFreeBSD-src-37c04b1be177657649cfbbb9971f9be0c44d406b.zip
FreeBSD-src-37c04b1be177657649cfbbb9971f9be0c44d406b.tar.gz
Quite a while back KTH (who are the good folks who wrote our KerberosIV)
announced a K4 weakness with their rsh/rlogins. We were not put in any danger by this, as we were not using KTH rlogin/rsh, but the patches in themselves, had some good points. This lot means we can run our rlogin without it being SUID root. Win win win. There are other KTH cleanups as well.
Diffstat (limited to 'usr.bin/rlogin/Makefile')
-rw-r--r--usr.bin/rlogin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 746e4a4..c131248 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -4,9 +4,9 @@ PROG= rlogin
SRCS= rlogin.c
CFLAGS+=-Wall
-BINOWN= root
-BINMODE=4555
-INSTALLFLAGS=-fschg
+#BINOWN= root
+#BINMODE=4555
+#INSTALLFLAGS=-fschg
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c
OpenPOWER on IntegriCloud