[openssh-commits] [openssh] 02/03: Disable UTMPX on SunOS4.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Mar 8 10:42:25 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c0a0c3fc4a76b682db22146b28ddc46566db1ce9
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Mar 5 20:03:07 2018 +1100
Disable UTMPX on SunOS4.
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index d2fb4469..68586a30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1007,6 +1007,7 @@ mips-sony-bsd|mips-sony-newsos4)
conf_wtmp_location=/var/adm/wtmp
conf_lastlog_location=/var/adm/lastlog
AC_DEFINE([USE_PIPES])
+ AC_DEFINE([DISABLE_UTMPX], [1], [no utmpx])
;;
*-ncr-sysv*)
LIBS="$LIBS -lc89"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list