/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba-2.2.0-fix-separator.patch
ViewVC logotype

Annotation of /rpms/e-smith-samba/sme8/e-smith-samba-2.2.0-fix-separator.patch

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


Revision 1.1 - (hide annotations) (download)
Wed Mar 16 08:48:51 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-43_el5_sme, e-smith-samba-2_2_0-44_el5_sme
* Wed Mar 15 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-41.sme
- Fix separator in general smb.conf section for recycle:exclude* [SME: 6571]

1 snetram 1.1 diff -up e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin.fix-separator e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin
2     --- e-smith-samba-2.2.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.2.0/root/etc/e-smith/templates/etc/smb.conf/10recyclebin 2011-03-16 09:53:07.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