On 02/22/2015 07:46 AM, Patrick Shanahan wrote:
One thing I still do not understand is the cleaning of files in directories marked "PrivateTmp=yes", nor can I find an effective override. Files below those directories *are* cleared/removed/cleaned, but not the directories. Seems this would eventially cause a problem.
It seems that you will need the r line type for that.
r Remove a file or directory if it exists. This may not be used to remove non-empty directories, use R for that. Lines of this type accept shell-style globs in place of normal path names.
Since most of the temporary directories are created with reasonably descriptive names, ( gpg-xxxxxxxx ssh-xxxxxxxxxx) you can glob the deletion of these, and since it won't delete non empty directories it should be safe as long as you glob it intelligently. Its also possible that the cleaning of the directories is tripping you up, because deleting files within them changes the date on the directory. It might be a self solving problem given a few days or (hours in your case. -- After all is said and done, more is said than done. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org