1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Really change this to use utx by replacing --disable-utmp with

--disable-lastlog.

The binary now does use utx routines.  However, due to other bugs
('mrxvt: can't parse tty name "pts/5"') it doesn't really do any logging.

Thanks to ed@ for the hit with the clue-bat.
This commit is contained in:
Gary Jennejohn 2010-01-15 15:03:57 +00:00
parent 21d35cdcaa
commit 58dc2ae80c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247945

View File

@ -26,7 +26,7 @@ USE_XORG= x11
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900007 .if ${OSVERSION} >= 900007
CONFIGURE_ARGS+= --disable-utmp --disable-wtmp CONFIGURE_ARGS+= --disable-lastlog --disable-wtmp
.endif .endif
.if defined(WITH_JAPANESE) .if defined(WITH_JAPANESE)