[Bug 259808] etc/periodic/daily/100.clean-disks: Fix error (Directory not empty) when removing ports matching '*.core'
Date: Mon, 23 Mar 2026 05:02:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259808 --- Comment #7 from 陳柏翰 <hypery11@gmail.com> --- Submitted a patch as a GitHub PR: https://github.com/freebsd/freebsd-src/pull/2091 This takes a different approach from the original patch — instead of hardcoding /usr/ports, it adds a configurable daily_clean_disks_exclude variable. Also adds -type f to find so directories matching *.core patterns are not touched. -- You are receiving this mail because: You are the assignee for the bug.