Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 09:41:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259808] etc/periodic/daily/100.clean-disks: Fix error (Directory not empty) when removing ports matching '*.core'
Message-ID:  <bug-259808-227-zS6EkdG9R8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259808-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259808-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259808

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

My workaround about this issue affects MySQL

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259808-227-zS6EkdG9R8>