View | Details | Raw Unified | Return to bug 26376
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	rsync
9
PORTNAME=	rsync
10
PORTVERSION=	2.4.6
10
PORTVERSION=	2.4.6
11
PORTREVISION=	1
11
PORTREVISION=	2
12
CATEGORIES=	net ipv6
12
CATEGORIES=	net ipv6
13
MASTER_SITES=	ftp://samba.anu.edu.au/pub/rsync/  \
13
MASTER_SITES=	ftp://samba.anu.edu.au/pub/rsync/  \
14
		ftp://sunsite.auc.dk/pub/unix/rsync/  \
14
		ftp://sunsite.auc.dk/pub/unix/rsync/  \
(-)patch-aa (+11 lines)
Added Link Here
1
--- main.c.orig	Fri Apr  6 08:41:23 2001
2
+++ main.c	Fri Apr  6 08:41:25 2001
3
@@ -160,7 +160,7 @@
4
 		server_options(args,&argc);
5
 
6
 
7
-		if (strcmp(cmd, RSYNC_RSH) == 0) blocking_io = 1;
8
+		if (strcmp(cmd, "rsh") == 0) blocking_io = 1;
9
 	}
10
 
11
 	args[argc++] = ".";

Return to bug 26376