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

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

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


Revision 1.5 - (show annotations) (download)
Thu Mar 17 21:33:00 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -1 lines
white line regression

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

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