--- rpms/e-smith-samba/sme7/e-smith-samba-2.0.0-fix-separator.patch 2011/03/16 08:45:24 1.1 +++ rpms/e-smith-samba/sme7/e-smith-samba-2.0.0-fix-separator.patch 2011/03/17 21:21:38 1.2 @@ -8,5 +8,5 @@ diff -up e-smith-samba-2.0.0/root/etc/e- - $vfs->{recycle}->{exclude} = "*.tmp|*.temp|*.o|*.obj|~\$*"; - $vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache"; + $vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*"; -+ $vfs->{recycle}->{exclude_dir} = "/tmp,/temp,/cache"; ++ $vfs->{recycle}->{exclude_dir} = "tmp,temp,cache"; }