Author: hawk                         Date: Tue Aug  2 12:12:28 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable debug + compilation fix when DEBUGGING = 0

---- Files affected:
SOURCES:
   vixie-cron-nodebug.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vixie-cron-nodebug.patch
diff -u /dev/null SOURCES/vixie-cron-nodebug.patch:1.1
--- /dev/null   Tue Aug  2 14:12:28 2005
+++ SOURCES/vixie-cron-nodebug.patch    Tue Aug  2 14:12:23 2005
@@ -0,0 +1,26 @@
+diff -u vixie.orig/config.h vixie/config.h
+--- vixie.orig/config.h        2005-08-02 13:10:26.000000000 +0200
++++ vixie/config.h     2005-08-02 13:57:07.711319504 +0200
+@@ -29,7 +29,7 @@
+  */
+ 
+ #ifndef DEBUGGING
+-#define DEBUGGING 1   /* 1 or 0 -- do you want debugging code built in? */
++#define DEBUGGING 0   /* 1 or 0 -- do you want debugging code built in? */
+ #endif
+ 
+                       /*
+diff -u vixie.orig/cron.c vixie/cron.c
+--- vixie.orig/cron.c  2005-08-02 13:10:26.000000000 +0200
++++ vixie/cron.c       2005-08-02 13:57:51.571651720 +0200
+@@ -49,8 +49,10 @@
+       const char **dflags;
+ 
+       fprintf(stderr, "usage:  %s [-f] [-n] [-x [", ProgramName);
++#if DEBUGGING
+       for (dflags = DebugFlagNames; *dflags; dflags++)
+               fprintf(stderr, "%s%s", *dflags, dflags[1] ? "," : "]");
++#endif
+       fprintf(stderr, "]\n");
+       exit(ERROR_EXIT);
+ }
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to