Changeset 449
- Timestamp:
- 10/04/2009 21:36:43 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
conflock.in (modified) (1 diff)
-
confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/conflock.in
r401 r449 47 47 return 0 48 48 fi 49 50 # Ensure that the lock is world-readable 51 umask 022 49 52 50 53 # This is a race-free bourne lock. -
trunk/confmanlib.sh.in
r437 r449 157 157 158 158 function conf_system_is_locked { 159 ${ SUDO} ${LOCK} haslock $$ "$LOCKFILE"159 ${LOCK} haslock $$ "$LOCKFILE" 160 160 } 161 161
Note: See TracChangeset
for help on using the changeset viewer.
