diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | session.c | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ | |||
1 | 20020324 | ||
2 | - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure | ||
3 | it can be removed. only used on solaris. will no longer compile with | ||
4 | privsep shuffling. | ||
5 | |||
1 | 20020322 | 6 | 20020322 |
2 | - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support | 7 | - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support |
3 | - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD | 8 | - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD |
@@ -8006,4 +8011,4 @@ | |||
8006 | - Wrote replacements for strlcpy and mkdtemp | 8011 | - Wrote replacements for strlcpy and mkdtemp |
8007 | - Released 1.0pre1 | 8012 | - Released 1.0pre1 |
8008 | 8013 | ||
8009 | $Id: ChangeLog,v 1.1975 2002/03/23 02:20:07 stevesk Exp $ | 8014 | $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) | |||
1120 | /* Launch login(1). */ | 1120 | /* Launch login(1). */ |
1121 | 1121 | ||
1122 | execl("/usr/bin/login", "login", "-h", hostname, | 1122 | execl("/usr/bin/login", "login", "-h", hostname, |
1123 | #ifdef LOGIN_NEEDS_TERM | 1123 | #ifdef xxxLOGIN_NEEDS_TERM |
1124 | (s->term ? s->term : "unknown"), | 1124 | (s->term ? s->term : "unknown"), |
1125 | #endif /* LOGIN_NEEDS_TERM */ | 1125 | #endif /* LOGIN_NEEDS_TERM */ |
1126 | "-p", "-f", "--", pw->pw_name, (char *)NULL); | 1126 | "-p", "-f", "--", pw->pw_name, (char *)NULL); |