From: deraadt Date: Mon, 23 Dec 1996 19:21:07 +0000 (+0000) Subject: warn whoever wants krb5 that they have a /tmp race to fix first X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ad40d499396fb76c061eb67a010c977d290cd835;p=openbsd warn whoever wants krb5 that they have a /tmp race to fix first --- diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 84abb3b8044..c733b75ddbc 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1996/10/03 19:31:27 tholo Exp $ +# $OpenBSD: Makefile,v 1.10 1996/12/23 19:21:07 deraadt Exp $ .include @@ -16,7 +16,7 @@ CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp .include # For Kerberos .if defined(KERBEROS5) -SRCS+= krb5_passwd.c +#SRCS+= krb5_passwd.c XXX fix the /tmp/tkt_cpw_%d race first CFLAGS+= -DKERBEROS5 DPADD+= ${LIBKRB5} ${LIBCRYPTO} LDADD+= -lkrb5 -lcrypto