summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-09 22:17:28 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-09 22:17:28 +1100
commit33370e0287649c135eef8e7a0e22aee754deeac5 (patch)
tree420bda69a36e307b726dc99ae61e42572ffb415b /configure.ac
parentc7e38d59e906dcb8028deccac6793463c5ca8f5c (diff)
- (dtucker) [configure.ac session.c] Some platforms (eg some SCO) require
the username to be passed to the passwd command when changing expired passwords. ok djm@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ccbbaf0..e79e89ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.238 2005/02/09 11:12:31 dtucker Exp $
+# $Id: configure.ac,v 1.239 2005/02/09 11:17:28 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -403,6 +403,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE(WITH_ABBREV_NO_TTY)
AC_DEFINE(BROKEN_UPDWTMPX)
+ AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
AC_CHECK_FUNCS(getluid setluid)
MANTYPE=man
TEST_SHELL=ksh