Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        Makefile.am entrance_login.c 


Log Message:


fix entrance so it.. works again. back to lib dir (good reasons why too)

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/client/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- Makefile.am 13 Mar 2007 23:19:39 -0000      1.22
+++ Makefile.am 31 Mar 2007 13:07:12 -0000      1.23
@@ -4,10 +4,12 @@
 INCLUDES = @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ \
 @ESMART_CFLAGS@
 
+entrancelibdir = $(libdir)/$(PACKAGE)
+
 #bin_PROGRAMS = entrance entrance_edit
 bin_PROGRAMS = entrance
 
-sbin_PROGRAMS = entrance_login
+entrancelib_PROGRAMS = entrance_login
 
 entrance_SOURCES = \
        entrance_auth.c entrance_auth.h \
===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_login.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- entrance_login.c    26 Oct 2006 08:05:55 -0000      1.7
+++ entrance_login.c    31 Mar 2007 13:07:12 -0000      1.8
@@ -58,7 +58,11 @@
    if (argc != 2)
 #endif
    {
-      syslog(LOG_CRIT, "Wrong number of arguments: %d!", argc);
+#ifdef HAVE_PAM
+      syslog(LOG_CRIT, "Wrong number of arguments: %d - expected 4!", argc);
+#else
+      syslog(LOG_CRIT, "Wrong number of arguments: %d - expected 2!", argc);
+#endif      
       return 0;
    }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to