Displaying 1 result from an estimated 1 matches for "env_init".
Did you mean:
nv_init
2002 Jul 23
2
Irix UseLogin wtmp/utmp bug
...still have the problem. Here is what I have found, if anyone
has any info that would be great else I will have to live with this:
The login program is execl'd in the sesssion.c file using the execl()
call:
----------
static void
launch_login(struct passwd *pw, const char *hostname)
{
char *env_init[] = {"MYENV=null", NULL};
/* Launch login(1). */
fprintf(stderr, "X11 forwarding not supported with IRIX
login.\n");
fprintf(stderr, "Must enter password again to get AFS
token,\n");
/* execl(LOGIN_PROGRAM, "login", "-h&q...