Locking should work again. - conn - A script repository to manage connections in Linux.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 5d11bbc0196cc47f8e431829d91be74a9c98797d
 (DIR) parent c801a452d5e4e90b1d88115d39284904ba6f604f
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Tue,  1 Mar 2011 15:24:59 +0100
       
       Locking should work again.
       
       Diffstat:
         etc/conn/common.sh                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/etc/conn/common.sh b/etc/conn/common.sh
       @@ -43,7 +43,7 @@ lock() {
        
        unlock() {
                LOCKF="$1.lock"
       -        rm $LOCKF
       +        [ -e $LOCKF ] && rm $LOCKF
        }
        
        ## Global conn lock, when there is database access.