From 7e0fa5c180eeb44c6674efa008cc8cf69af15df2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Jun 2002 15:49:44 +0000 Subject: =?UTF-8?q?use=20"wide=20links=20=3D=20no"=20for=20exporting=20via?= =?UTF-8?q?=20samba=20(thanks=20to=20Jan=20Sch=C3=A4fer)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-install/standalone/fileshareset | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index 79543af50..75bbacca6 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -126,7 +126,7 @@ package authorisation; sub read_conf { my ($exclusive_lock) = @_; open F_lock, $authorisation_file; # don't care if it's missing - flock(F_lock, $exclusive_lock ? 2 : 1) or die "can't lock"; + flock(F_lock, $exclusive_lock ? 2 : 1) or die "can't lock $authorisation_file"; my %conf; foreach () { s/#.*//; # remove comments @@ -302,6 +302,7 @@ sub write { public = yes guest ok = yes writable = no + wide links = no EOF } } -- cgit v1.2.1