From: Jeremy Allison Date: Mon, 14 Dec 1998 19:18:46 +0000 (+0000) Subject: Makefile.in: script install fix from Tim Rice. X-Git-Tag: samba-2.0.0beta4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a868d1ec30998257d57d71f5eacceb4a0086ca3;p=thirdparty%2Fsamba.git Makefile.in: script install fix from Tim Rice. lib/debug.c: File size check from Jasper. Jeremy. --- diff --git a/source/Makefile.in b/source/Makefile.in index 184165abacc..190968cff18 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -82,7 +82,7 @@ PROGS2 = bin/rpcclient bin/smbpasswd bin/make_smbcodepage @WRAP@ @WRAP32@ MPROGS = @MPROGS@ PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef -SCRIPTS = script/smbtar script/addtosmbpass script/convert_smbpasswd +SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd QUOTAOBJS=@QUOTAOBJS@ diff --git a/source/lib/debug.c b/source/lib/debug.c index 44f6602054e..02e50aa9213 100644 --- a/source/lib/debug.c +++ b/source/lib/debug.c @@ -371,6 +371,8 @@ va_dcl } #endif + check_log_size(); + #ifdef WITH_SYSLOG if( !lp_syslog_only() ) #endif @@ -386,8 +388,6 @@ va_dcl (void)fflush( dbf ); } - check_log_size(); - errno = old_errno; return( 0 );