PORTNAME= rsync
PORTVERSION= 2.4.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
--- main.c.orig Fri Apr 6 08:41:23 2001
+++ main.c Fri Apr 6 08:41:25 2001
@@ -160,7 +160,7 @@
server_options(args,&argc);
- if (strcmp(cmd, RSYNC_RSH) == 0) blocking_io = 1;
+ if (strcmp(cmd, "rsh") == 0) blocking_io = 1;
}
args[argc++] = ".";