Date: Sat, 4 Feb 2006 19:07:36 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91093 for review Message-ID: <200602041907.k14J7aR5039945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91093 Change 91093 by rwatson@rwatson_zoo on 2006/02/04 19:06:37 Revert change from = to += in the audit3 branch, unclear how this crept in. Submitted by: wsalamon Affected files ... .. //depot/projects/trustedbsd/audit3/usr.bin/login/Makefile#6 edit Differences ... ==== //depot/projects/trustedbsd/audit3/usr.bin/login/Makefile#6 (text+ko) ==== @@ -5,7 +5,7 @@ SRCS= login.c login_audit.c login_fbtab.c CFLAGS+=-DLOGALL DPADD= ${LIBUTIL} ${LIBPAM} -LDADD+= -lutil ${MINUSLPAM} -lbsm +LDADD= -lutil ${MINUSLPAM} -lbsm MAN= login.1 login.access.5 .if !defined(NO_SETUID_LOGIN) BINOWN= root
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602041907.k14J7aR5039945>