Changeset 449 for trunk/conflock.in


Ignore:
Timestamp:
10/04/2009 21:36:43 (3 years ago)
Author:
blee
Message:

Ensure that lock files are world-readable, which removes the need for
conf_system_is_locked to use sudo.

See #80

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/conflock.in

    r401 r449  
    4747        return 0 
    4848    fi 
     49 
     50    # Ensure that the lock is world-readable 
     51    umask 022 
    4952 
    5053    # This is a race-free bourne lock.  
Note: See TracChangeset for help on using the changeset viewer.