[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] Release the unchecked lock before calling cronscript



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian-security/cron.unchecked
    ... ... @@ -104,6 +104,7 @@ fi
    104 104
     
    
    105 105
     if [[ "${old_last_changed}" != "${new_last_changed}" ]]; then
    
    106 106
         # We had something approved from a policy queue, push out new archive
    
    107
    +    exec {LOCKFD}>&-
    
    107 108
         $configdir/cronscript unchecked-dinstall
    
    108 109
     fi
    
    109 110
     
    


  • Reply to: