Ignore:
Timestamp:
11/11/2009 14:19:10 (3 years ago)
Author:
ccowart
Message:

Merging new locking idiom from trunk.

Resolves #87

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 465
  • branches/confman-1.9/confsync.in

    r468 r483  
    6464fi 
    6565 
    66 conf_lock_system 
     66system_lock=$(conf_lock_system) 
    6767 
    6868conf_require_recipe 
     
    145145echo "Sync operation finished successfully" | conf_logger 
    146146 
    147 conf_unlock_system 
     147conf_unlock_system $system_lock 
    148148 
    149149rm -rf $tmpdir 
Note: See TracChangeset for help on using the changeset viewer.