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/confaudit.in

    r468 r483  
    6161fi 
    6262 
    63 conf_lock_system 
     63system_lock=$(conf_lock_system) 
    6464 
    6565conf_require_recipe 
     
    130130echo "Audit operation finished successfully" | conf_logger 
    131131 
    132 conf_unlock_system 
     132conf_unlock_system $system_lock 
    133133 
    134134rm -rf $tmproot 
Note: See TracChangeset for help on using the changeset viewer.