From ff4953fbcc9f747429234d5971a802bb653e451a Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 26 Mar 1998 19:43:06 +0000 Subject: [PATCH] Rats. I was too fast here. Re-enable SUID mode for the non-Kerberos case. --- usr.bin/rlogin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index c1312482f33..746e4a462fd 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 -- 2.45.2