/[smecontribs]/rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders-0.1-fix_missing_cr_in_smb_templates.patch
ViewVC logotype

Annotation of /rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders-0.1-fix_missing_cr_in_smb_templates.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Jan 13 15:48:11 2014 UTC (10 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-shared-folders-0_1-87_el5_sme, smeserver-shared-folders-0_1-85_el5_sme, smeserver-shared-folders-0_1-86_el5_sme, HEAD
* Mon Jan 13 2014 Daniel Berteaud <daniel@firewall-services.com> 0.1-85.sme
- Add missing CR in smb.conf templates

1 vip-ire 1.1 diff -Nur smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/30permissions smeserver-shared-folders-0.1-fix_cr/root/etc/e-smith/templates/etc/smb.conf/shares/30permissions
2     --- smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/30permissions 2014-01-13 16:36:45.177960674 +0100
3     +++ smeserver-shared-folders-0.1-fix_cr/root/etc/e-smith/templates/etc/smb.conf/shares/30permissions 2014-01-13 16:37:37.597970328 +0100
4     @@ -1,6 +1,6 @@
5     {
6     $OUT .= "inherit permissions = yes\n";
7     - $OUT .= "create mode = 0660";
8     + $OUT .= "create mode = 0660\n";
9     my $perm = $share->prop('ManualPermissions') || 'no';
10     if ( $perm eq 'ntacl' ){
11     $OUT .=<<"HERE";

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