From b4799a31a53bcff9d12caa2e366b98c02ddb362d Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sun, 24 Mar 2002 23:19:54 +0000 Subject: - (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. --- ChangeLog | 7 ++++++- session.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a20ad29b5..d48d71819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/session.c b/session.c index bd80723b1..d8ee69ad1 100644 --- a/session.c +++ b/session.c @@ -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); -- cgit v1.2.3