/[smecontribs]/rpms/smeserver-shared-folders/contribs9/smeserver-shared-folders-0.1-samba_wide_links.patch
ViewVC logotype

Annotation of /rpms/smeserver-shared-folders/contribs9/smeserver-shared-folders-0.1-samba_wide_links.patch

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


Revision 1.2 - (hide annotations) (download)
Mon Nov 11 19:36:30 2013 UTC (10 years, 7 months ago) by unnilennium
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
cleaning tree from patchs

1 vip-ire 1.1 diff -Nur smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/50wideLinks smeserver-shared-folders-0.1_mod/root/etc/e-smith/templates/etc/smb.conf/shares/50wideLinks
2     --- smeserver-shared-folders-0.1/root/etc/e-smith/templates/etc/smb.conf/shares/50wideLinks 1970-01-01 01:00:00.000000000 +0100
3     +++ smeserver-shared-folders-0.1_mod/root/etc/e-smith/templates/etc/smb.conf/shares/50wideLinks 2011-11-07 17:37:27.000000000 +0100
4     @@ -0,0 +1,11 @@
5     +{
6     +if (($share->prop('WideLinks') || 'disabled') =~ m/^enabled|yes|on|1$/i){
7     + $OUT .= <<"EOF";
8     +unix extensions = no
9     +wide links = yes
10     +EOF
11     +}
12     +else{
13     + $OUT .= "";
14     +}
15     +}

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