mirror of git://anongit.mindrot.org/openssh.git
- (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
it can be removed. only used on solaris. will no longer compile with privsep shuffling.
This commit is contained in:
parent
4408c2098f
commit
b4799a31a5
|
@ -1,3 +1,8 @@
|
|||
20020324
|
||||
- (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
|
||||
it can be removed. only used on solaris. will no longer compile with
|
||||
privsep shuffling.
|
||||
|
||||
20020322
|
||||
- (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
|
||||
- (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
|
||||
|
@ -8006,4 +8011,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1975 2002/03/23 02:20:07 stevesk Exp $
|
||||
$Id: ChangeLog,v 1.1976 2002/03/24 23:19:55 stevesk Exp $
|
||||
|
|
|
@ -1120,7 +1120,7 @@ launch_login(struct passwd *pw, const char *hostname)
|
|||
/* Launch login(1). */
|
||||
|
||||
execl("/usr/bin/login", "login", "-h", hostname,
|
||||
#ifdef LOGIN_NEEDS_TERM
|
||||
#ifdef xxxLOGIN_NEEDS_TERM
|
||||
(s->term ? s->term : "unknown"),
|
||||
#endif /* LOGIN_NEEDS_TERM */
|
||||
"-p", "-f", "--", pw->pw_name, (char *)NULL);
|
||||
|
|
Loading…
Reference in New Issue