From 5cc6ddad7b685e7c1a1bd8f8d9e5f302170ba054 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 7 Sep 2006 01:11:29 +0000 Subject: [PATCH] - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6 --- ChangeLog | 1 + configure.ac | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1872de3..fdea8644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Magnus Abrante; suggestion and feedback dtucker@ NB. this change will require that the privilege separation user must exist on all the time, not just when UsePrivilegeSeparation=yes + - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6 20060905 - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov. diff --git a/configure.ac b/configure.ac index 7f258a76..ddc1d0d3 100644 --- a/configure.ac +++ b/configure.ac @@ -512,8 +512,7 @@ mips-sony-bsd|mips-sony-newsos4) TEST_SHELL=/u95/bin/sh AC_DEFINE(BROKEN_LIBIAF, 1, [ia_uinfo routines not supported by OS yet]) - AC_DEFINE(BROKEN_UPDWTMP, 1, - [using updwtmp will corrupt wtmp entries]) + AC_DEFINE(BROKEN_UPDWTMPX) ;; *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") ;; -- 2.45.1