Changes between Initial Version and Version 1 of Ticket #1542


Ignore:
Timestamp:
Nov 5, 2021, 1:49:06 PM (2 years ago)
Author:
Christian Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1542 – Description

    initial v1  
    88This small patch kills the gpg-agent and allows for error free $gnupgtmp deletion.
    99
     10{{{
    1011diff -c backup /usr/sbin/update-smart-drivedb
    1112*** backup      2021-11-04 14:29:14.665707108 +0100
     
    2021    rm -f -r "$gnupgtmp"
    2122    return $r
    22 
     23}}}
    2324
    2425Reproducible: Always
     
    2829
    2930Actual Results: 
     31{{{
    3032LC_ALL=C /etc/cron.monthly/smartmontools-update-drivedb
    3133rm: cannot remove '/var/db/smartmontools/.gnupg.139163.tmp': Directory not empty
    32 
     34}}}
    3335Script executes normal but has problem deleting it's gpg directory.
    3436