https://bugzilla.mindrot.org/show_bug.cgi?id=2034
--- Comment #4 from Kris <[email protected]> --- I also tried the following in the folder that the freshest OpenSSH-6.0p1 tarball untars into (where compilation was done): fBSD9 > egrep '#define.*TMP' config.h And received the following (which is different from Darren's output): #define CONF_WTMP_FILE "/var/log/wtmp" #define DISABLE_UTMP 1 #define DISABLE_WTMPX 1 #define HAVE_HOST_IN_UTMPX 1 #define HAVE_ID_IN_UTMPX 1 #define HAVE_TV_IN_UTMPX 1 #define HAVE_TYPE_IN_UTMPX 1 #define HAVE_UTMPX_H 1 The 'diff' in outputs is: The line #define DISABLE_WTMP 1 is missing in my config.h The line #define CONF_WTMP_FILE "/var/log/wtmp" is missing in Darren's config.h And, yes, I do have a /var/log/wtmp without any content (0 bytes). -rw-r--r-- 1 root wheel 0 Aug 15 22:17 /var/log/wtmp Thanks! -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
