This commit is contained in:
Alexandre Anriot 2005-10-18 07:37:27 +00:00
parent fd249789ce
commit c139da83df
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use Evoauth::Iptables;
$SIG{INT} = $SIG{TERM} = $SIG{KILL} = "";
sysopen(LOCK, "/tmp/evoauth.lock", O_WRONLY|O_EXCL|O_CREAT)
or die "Le verouillage a chou.";
or die "Le verouillage a échoué.";
# choix des options
my %options=();