head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.06.07.08.47.46;	author barner;	state dead;
branches;
next	1.1;

1.1
date	2003.04.11.20.32.58;	author nork;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix mirroring the root directory of an FTP server [1].
  The original author's email address bounces, so this is fixed here.
- Move patch from patch-aa to patch-fmirror.c

Submitted by:	Fred Cox <sailorfred@@yahoo.com>
Approved by:	Xavier Beaudouin <kiwi@@oav.net> (maintainer)
PR:		ports/81787
@
text
@--- fmirror.c.old	Fri Apr 11 21:37:09 2003
+++ fmirror.c	Fri Apr 11 21:39:33 2003
@@@@ -642,7 +642,7 @@@@
     va_list args;
     va_start(args, format);
     vsprintf(buffer, format, args);
-    l = fprintf(out_file, "%s\n", buffer); 
+    l = fprintf(out_file, "%s\r\n", buffer); 
     fflush(out_file);
     buffer[l - 1] = 0;
     LOG(6, cmd, ("---> %s", buffer));
@


1.1
log
@Contain '\r' with FTP commands.

PR:		ports/50836
Submitted by:	Xavier Beaudouin <kiwi@@oav.net> (maintainer)
@
text
@@

