/[smeserver]/rpms/e-smith-samba/sme7/e-smith-samba-2.0.0-FixVFS_ExcludeSyntax.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme7/e-smith-samba-2.0.0-FixVFS_ExcludeSyntax.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Mar 12 16:41:30 2011 UTC (13 years, 2 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-samba-2_0_0-8_el4_sme, e-smith-samba-2_0_0-9_el4_sme, e-smith-samba-2_0_0-10_el4_sme, e-smith-samba-2_0_0-11_el4_sme, e-smith-samba-2_0_0-12_el4_sme, HEAD
* Sat Mar 12 2011 Gavin Weight <gweight@gmail.com> 2.0.0-8.sme
- Fix Recycle Bin VFS Excludes syntax. [SME: 6378]

1 diff -up e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin.FixVFS_ExcludeSyntax e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin
2 --- e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin.FixVFS_ExcludeSyntax 2007-12-15 15:53:08.000000000 +0000
3 +++ e-smith-samba-2.0.0/root/etc/e-smith/templates/etc/smb.conf/ibays/10recyclebin 2011-03-12 16:36:19.000000000 +0000
4 @@ -6,6 +6,7 @@
5 $ibay_vfs->{recycle}->{repository} = "Recycle Bin";
6 $ibay_vfs->{recycle}->{keeptree} = "True";
7 $ibay_vfs->{recycle}->{touch} = "True";
8 - $ibay_vfs->{recycle}->{exclude} = "*.tmp|*.temp|*.o|*.obj|~\$*";
9 - $ibay_vfs->{recycle}->{exclude_dir} = "/tmp|/temp|/cache";
10 + $ibay_vfs->{recycle}->{exclude} = "*.tmp,*.temp,*.o,*.obj,~\$*,.~lock.*";
11 + $ibay_vfs->{recycle}->{exclude_dir} = "tmp,temp,cache";
12 +
13 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed