Your message dated Wed, 19 Apr 2023 09:11:36 +0200
with message-id <[email protected]>
and subject line atsar has been removed from Debian
has caused the Debian Bug report #813366,
regarding please add -mindepth 1 to find statement in atsa1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
813366: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813366
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: atsar
Version: 1.7-2.1
Severity: important
Tags: patch

Hi,

since the NMU in December, atsar systems have begun to emit "rm:
cannot remove ‘/var/log/atsar’: Is a directory" mails in the midnight
hour. I have tracked this down to the line 

find $LOGDIR -name 'atsa*' -mtime +7 -exec rm {} \;

which has resulted into trying rm /var/log/atsar.

Changing the line to 

find $LOGDIR -mindepth 1 -name 'atsa*' -mtime +7 -exec rm {} \;

solves the issue by not finding /var/log/atsar itself.

Greetings
Marc


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-zgws1 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages atsar depends on:
ii  libc6  2.21-6

Versions of packages atsar recommends:
ii  cron  3.0pl1-128

atsar suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.7-2.1

atsar was last released with Debian 8 (jessie) in April 2015
and has been removed from the Debian archive afterwards.
See https://bugs.debian.org/808761 for details on the removal.
Regular security support for jessie ended in June 2018 and LTS support ended in June 2020. I'm closing the remaining bug reports now.

Andreas

--- End Message ---

Reply via email to