Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/config/init.d


Modified Files:
        entrance.in 


Log Message:


it's the clearenv. now entrance will inherit $PATH from its launching script
etc. etc. etc.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/config/init.d/entrance.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entrance.in 1 Apr 2006 01:51:56 -0000       1.5
+++ entrance.in 3 Nov 2006 14:36:45 -0000       1.6
@@ -31,6 +31,11 @@
   start)
        echo -n "Becoming entranced: entrance"
         @PAM_CONFIG@
+       set +e
+       if pam_getenv -l PATH; then
+               export PATH=`pam_getenv -l PATH`
+       fi
+       set -e
        $DAEMON
        echo "."
   ;;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to