forked from Lainports/freebsd-ports
The main change is the integration of the KAME IPv6 patch. Also one minor nit was fixed about the rsyncd PID file. Submitted by: naddy
5 lines
267 B
C
5 lines
267 B
C
--- options.c.orig Thu Mar 8 03:31:32 2001
|
|
+++ options.c Thu Mar 8 03:31:32 2001
|
|
@@ -141 +141 @@
|
|
- rprintf(F," -e, --rsh=COMMAND specify rsh replacement\n");
|
|
+ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_SSH);
|