Changes of Revision 13
[-] [+] | Changed | csync2.spec |
[-] [+] | Added | csync2-debug.patch ^ |
@@ -0,0 +1,11 @@ +--- csync2.c.orig 2012-02-27 19:54:46.549209332 +0100 ++++ csync2.c 2012-02-27 19:56:08.052984451 +0100 +@@ -537,7 +537,7 @@ + + /* Some inetd connect stderr to stdout. The debug level messages on + * stderr would confuse the csync2 protocol. Log to syslog instead. */ +- if ( mode == MODE_INETD && csync_debug_level && !csync_syslog ) { ++ if ( mode == MODE_INETD && csync_debug_level > 0 && !csync_syslog ) { + csync_syslog = 1; + openlog("csync2", LOG_ODELAY, LOG_LOCAL0); + } |