]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
authortim <tim>
Tue, 12 Apr 2005 02:00:18 +0000 (02:00 +0000)
committertim <tim>
Tue, 12 Apr 2005 02:00:18 +0000 (02:00 +0000)
ChangeLog
configure.ac

index 2fde414c3195918c27cac9a01e981a2053cf0f81..b113f692c4e6e4f4b0bf0f575922a29a18d41e21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20050411
+ - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
+
 20050405
  - (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it.  ok djm@
  - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on
index ac10db84d9bacc6160a5d27fb38684b31fd7e812..3edf75a22ca4ceb1d465b51092218327673120c7 100644 (file)
@@ -361,6 +361,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
        AC_DEFINE(BROKEN_SETREUID)
        AC_DEFINE(BROKEN_SETREGID)
+       AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
        ;;
 # UnixWare 7.x, OpenUNIX 8
 *-*-sysv5*)
@@ -368,6 +369,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
        AC_DEFINE(BROKEN_SETREUID)
        AC_DEFINE(BROKEN_SETREGID)
+       AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
        ;;
 *-*-sysv*)
        ;;
This page took 0.114093 seconds and 5 git commands to generate.