From 8066ef5496684f784bb4468bcce661dadc629dd4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Jun 2002 15:52:50 +0000 Subject: *** empty log message *** --- perl-install/standalone/fileshareset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index 75bbacca6..f5390a382 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 $authorisation_file"; + flock(F_lock, $exclusive_lock ? 2 : 1) or die "can't lock"; my %conf; foreach () { s/#.*//; # remove comments -- cgit v1.2.1