diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-07 16:29:45 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-07 16:29:45 +0800 |
commit | 837762e41bb44ef7baec6d448feaebcfd87dfadc (patch) | |
tree | c70fe77219a6dd3a111bfde34d8801d931b2971c | |
parent | a17f9e6040d65d0af593772c30b49d94542cc5f8 (diff) | |
download | freebsd-ports-gnome-837762e41bb44ef7baec6d448feaebcfd87dfadc.tar.gz freebsd-ports-gnome-837762e41bb44ef7baec6d448feaebcfd87dfadc.tar.zst freebsd-ports-gnome-837762e41bb44ef7baec6d448feaebcfd87dfadc.zip |
Revise the wording for the ACL patch option. Rsync 3.0.x now has --acls support
by default. Use this patch if you want to make rsync 3.0.x communicate with an
older (patched) release.
Notified by: Scott Allendorf <scott-allendorf@uiowa.edu>
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index a23f06caa4bc..402920478da6 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -39,7 +39,7 @@ MAN5= rsyncd.conf.5 OPTIONS= POPT_PORT "Use popt from devel/popt instead of bundled one" off \ SSH "Use SSH instead of RSH" on \ FLAGS "File system flags support patch, adds --fileflags" off \ - ACL "ACL support patch, adds --acls" off + ACL "Add backward-compatibility for the --acls option" off .include <bsd.port.pre.mk> |