FreeBSD Bugzilla – Attachment 229461 Details for
Bug 259808
etc/periodic/daily/100.clean-disks: Fix error (Directory not empty) when removing ports matching '*.core'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
100.clean-disks.patch
100.clean-disks.patch (text/plain), 462 bytes, created by
Alexander Sheiko
on 2021-11-13 03:12:43 UTC
(
hide
)
Description:
100.clean-disks.patch
Filename:
MIME Type:
Creator:
Alexander Sheiko
Created:
2021-11-13 03:12:43 UTC
Size:
462 bytes
patch
obsolete
>--- 100.clean-disks.orig 2021-11-13 04:34:07.697759000 +0200 >+++ 100.clean-disks 2021-11-13 04:55:16.783081000 +0200 >@@ -41,7 +41,7 @@ > print=;; > esac > >- rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \ >+ rc=$(find / ! -path /usr/ports/ \( ! -fstype local -o -fstype rdonly \) -prune -o \ > \( $args \) -atime +$daily_clean_disks_days \ > -execdir rm -df {} \; $print | tee /dev/stderr | wc -l) > [ -z "$print" ] && rc=0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259808
: 229461