- Timestamp:
- 10/04/2009 21:38:20 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
conflock.in (modified) (1 diff)
-
confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/conflock.in
r412 r450 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. -
branches/confman-1.9/confmanlib.sh.in
r432 r450 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.
