On Thu, 18 Nov 2010, Enlightenment SVN wrote:

> Log:
>  elsa: minor fix
> Author:       yoz
> Date:         2010-11-18 03:32:26 -0800 (Thu, 18 Nov 2010)
> New Revision: 54685
>
> Modified:
>  trunk/PROTO/elsa/configure.ac trunk/PROTO/elsa/src/daemon/elsa_session.c
>
> Modified: trunk/PROTO/elsa/configure.ac
> ===================================================================
> --- trunk/PROTO/elsa/configure.ac     2010-11-18 11:10:58 UTC (rev 54684)
> +++ trunk/PROTO/elsa/configure.ac     2010-11-18 11:32:26 UTC (rev 54685)
> @@ -70,7 +70,7 @@
>
> ### Checks for libraries
>
> -PKG_CHECK_MODULES([ELSA], [efreet], [eina >= 1.0.0] [eet >= 1.2.0] [ecore >= 
> 1.0.0] [ecore-file >= 1.0.0])
> +PKG_CHECK_MODULES([ELSA], [efreet] [eina >= 1.0.0] [eet >= 1.2.0] [ecore >= 
> 1.0.0] [ecore-file >= 1.0.0])
> PKG_CHECK_MODULES([ELSA_CLIENT], [elementary >= 0.5.0.0])

PKG_CHECK_MODULES([ELSA], [efreet eina >= 1.0.0 eet >= 1.2.0 ecore >= 1.0.0 
ecore-file >= 1.0.0])

and below, why not using eina_log macro ?

Vincent

>
> if test "x${enable_pam}" = "xyes" ; then
>
> Modified: trunk/PROTO/elsa/src/daemon/elsa_session.c
> ===================================================================
> --- trunk/PROTO/elsa/src/daemon/elsa_session.c        2010-11-18 11:10:58 UTC 
> (rev 54684)
> +++ trunk/PROTO/elsa/src/daemon/elsa_session.c        2010-11-18 11:32:26 UTC 
> (rev 54685)
> @@ -192,7 +192,6 @@
>      }
>    else
>      {
> -        sleep(5);
>         elsa_session_pid_set(pid);
>         _user = strdup(pwd->pw_name);
>         _running = ecore_thread_run(_elsa_session_run_wait,
> @@ -244,7 +243,7 @@
>    remove(file);
>    snprintf(buf, sizeof(buf), "XAUTHORITY=%s", file);
>    putenv(buf);
> -   fprintf(stderr, "Elsa: cookie %s \n", _mcookie);
> +   fprintf(stderr, PACKAGE": cookie %s \n", _mcookie);
>    _elsa_session_cookie_add(_mcookie, ":0", "/usr/bin/xauth", file);
> }
>
> @@ -284,7 +283,7 @@
>         elsa_pam_env_set("MAIL", "");
>         snprintf(buf, sizeof(buf), "%s/.Xauthority", pwd->pw_dir);
>         elsa_pam_env_set("XAUTHORITY", buf);
> -        printf("launching %s\n", command);
> +        fprintf(stderr, PACKAGE": launching %s\n", command);
>         elsa_session_run(pwd, command);
>      }
> #endif
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to