diff options
author | markm <markm@FreeBSD.org> | 1998-03-26 19:43:06 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-03-26 19:43:06 +0000 |
commit | ff4953fbcc9f747429234d5971a802bb653e451a (patch) | |
tree | 62b1405d781cea2e96d26a554b256edacb844f88 /usr.bin/rlogin | |
parent | 8485ab83d52ddf9fdb1ca4b602104690f8e4f557 (diff) | |
download | FreeBSD-src-ff4953fbcc9f747429234d5971a802bb653e451a.zip FreeBSD-src-ff4953fbcc9f747429234d5971a802bb653e451a.tar.gz |
Rats. I was too fast here. Re-enable SUID mode for the non-Kerberos
case.
Diffstat (limited to 'usr.bin/rlogin')
-rw-r--r-- | usr.bin/rlogin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index c131248..746e4a4 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 |