Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_sys_main.c 


Log Message:


remove hacking commenting stuff

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_sys_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_sys_main.c        3 Sep 2006 23:09:14 -0000       1.3
+++ e_sys_main.c        3 Sep 2006 23:14:01 -0000       1.4
@@ -127,9 +127,9 @@
    int allow = 0;
    int deny = 0;
    
-//   snprintf(file, sizeof(file), "/etc/enlightenment/sysactions.conf");
-//   f = fopen(file, "r");
-//   if (!f)
+   snprintf(file, sizeof(file), "/etc/enlightenment/sysactions.conf");
+   f = fopen(file, "r");
+   if (!f)
      {
        snprintf(file, sizeof(file), 
PACKAGE_SYSCONF_DIR"/enlightenment/sysactions.conf");
        f = fopen(file, "r");



-------------------------------------------------------------------------
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