Improve the &merge/&include example explanation.

This commit is contained in:
Wayne Davison
2011-03-11 17:38:47 -08:00
parent f7c3a25052
commit d52aeae4e9

View File

@@ -790,9 +790,9 @@ verb( port = 873
&merge /etc/rsyncd.d
&include /etc/rsyncd.d )
This file merges any /etc/rsyncd.d/*.inc files, and then includes any
/etc/rsyncd.d/*.conf files, which each include file being isolated from
the reset (so that each include's globals don't affect any others).
This would merge any /etc/rsyncd.d/*.inc files (for global values that should
stay in effect), and then include any /etc/rsyncd.d/*.conf files (defining
modules without any global-value cross-talk).
manpagesection(AUTHENTICATION STRENGTH)