summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/ExportType/NFS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSExport/ExportType/NFS.pm')
-rw-r--r--installer/OpenSLX/OSExport/ExportType/NFS.pm8
1 files changed, 3 insertions, 5 deletions
diff --git a/installer/OpenSLX/OSExport/ExportType/NFS.pm b/installer/OpenSLX/OSExport/ExportType/NFS.pm
index 659318be..b5529502 100644
--- a/installer/OpenSLX/OSExport/ExportType/NFS.pm
+++ b/installer/OpenSLX/OSExport/ExportType/NFS.pm
@@ -74,11 +74,9 @@ sub determineIncludeExcludeList
{
my $self = shift;
- # Rsync uses a best (longest) match strategy. If there is more than one
- # match with the same length, the first wins. This means that we have
- # to mix the local specifications in front of the filterset given by
- # the package (as the local filters should always overrule the vendor
- # filters):
+ # Rsync uses a first match strategy, so we mix the local specifications
+ # in front of the filterset given by the package (as the local filters
+ # should always overrule the vendor filters):
my $distroName = $self->{engine}->{'distro-name'};
my $localFilterFile = "../lib/distro-info/$distroName/export-filter.local";
my $includeExcludeList = slurpFile($localFilterFile, 1);