Hi, > On 17 Sep 2025, at 15:17, J.R. Oldroyd <[email protected]> wrote: > > Commit c8b89c11a1181e900acb638cfde7a55e92553175 removes the initialization > of $_localbase in /usr/sbin/periodic. > > This causes $dirlist to be set to: > " /etc/periodic /etc/periodic" > and that causes all scripts in /etc/periodic to be executed twice per > security run (the security run emails show everything happening twice). > $dirlist should be: > " /etc/periodic /usr/local/etc/periodic" > > Need to partially revert that commit to re-add the initialization of > $_localbase.
Do you happen to have any local modifications to /etc/defaults/periodic.conf? — Juraj Lutter [email protected]
