FreeBSD Bugzilla – Attachment 15265 Details for
Bug 28355
/etc/periodic/daily/110.clean-tmps reports incorrect result
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 589 bytes, created by
sa2c
on 2001-06-23 00:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sa2c
Created:
2001-06-23 00:20:01 UTC
Size:
589 bytes
patch
obsolete
>diff -u -r1.10 110.clean-tmps >--- 110.clean-tmps 2000/09/14 17:19:10 1.10 >+++ 110.clean-tmps 2001/06/22 22:46:34 >@@ -41,7 +41,7 @@ > do > [ ."${dir#/}" != ."$dir" -a -d $dir ] && cd $dir && { > find -d . -type f $args -delete $print >- find -d . ! -name . -type d -mtime \ >+ find -d . ! -name . -type d -empty -mtime \ > +$daily_clean_tmps_days -delete $print > } | sed "s,^\\., $dir," > done | tee /dev/stderr | wc -l)
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 28355
: 15265