Changeset 1372
- Timestamp:
- Dec 6, 2009, 11:13:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locker/sbin/parallel-find.pl
r1371 r1372 12 12 13 13 # try to grab a lock on the version directory 14 trylock($dump) || die "Can't acquire lock on $dump. Another parallel-find may be running. If you are SURE there is not, remove the lock file and retry.";14 trylock($dump) || die "Can't acquire lock; lockfile already exists at <$dump.lock>. Another parallel-find may be running. If you are SURE there is not, remove the lock file and retry."; 15 15 16 16 sub unlock_and_die ($) {
Note: See TracChangeset
for help on using the changeset viewer.