Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_session.c 


Log Message:
Execute sessions using a login shell. This should fix EAP issues with E17. 
Also, updates to the default config.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- entrance_session.c  26 Aug 2005 04:23:44 -0000      1.75
+++ entrance_session.c  10 Oct 2005 10:33:29 -0000      1.76
@@ -483,9 +483,9 @@
    }
    struct_passwd_free(pwent);
    entrance_session_free(e);
-   /* replace this rpcoess with a clean small one that just waits for its */
+   /* replace this process with a clean small one that just waits for its */
    /* child to exit.. passed on the cmd-line */
-   execl(shell, shell, "-c", buf, NULL);
+   execl(shell, shell, "-l", "-c", buf, NULL);
 }
 
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to