[Bug 259808] etc/periodic/daily/100.clean-disks: Fix error (Directory not empty) when removing ports matching '*.core'

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 25 Oct 2022 09:41:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259808

--- Comment #5 from epopen@gmail.com ---
Hi All

My workaround about this issue affects MySQL

- rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
+ rc=$(find / \( ! -fstype local -o -fstype rdonly -o -path '[MYSQL_DB_DIR]' -o
-path '[OTHER_EXCLUDE_DIR]' \) -prune -o \
  \( $args \) -atime +$daily_clean_disks_days \

-- 
You are receiving this mail because:
You are the assignee for the bug.