From ab1d9657ca42ab7576473bcd6726ba5e8ab2fcbe Mon Sep 17 00:00:00 2001 From: Boian Bonev Date: Thu, 3 Nov 2011 21:48:35 +0530 Subject: tell the new shell that its a login one --- mactelnetd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mactelnetd.c b/mactelnetd.c index e9c2042..aef5027 100644 --- a/mactelnetd.c +++ b/mactelnetd.c @@ -517,7 +517,7 @@ static void user_login(struct mt_connection *curconn, struct mt_mactelnet_hdr *p /* Spawn shell */ /* TODO: Maybe use "login -f USER" instead? renders motd and executes shell correctly for system */ - execl(user->pw_shell, user->pw_shell, (char *) 0); + execl(user->pw_shell, "-", (char *) 0); exit(0); // just to be sure. } close(curconn->slavefd); -- cgit v1.2.3