Date: Tue, 2 Jun 2009 07:35:51 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc/periodic/daily 100.clean-disks Message-ID: <200906021756.n52HuO45081959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2009-06-02 07:35:51 UTC FreeBSD src repository Modified files: etc/periodic/daily 100.clean-disks Log: SVN rev 193302 on 2009-06-02 07:35:51Z by brian Rather than using both -prune (which requires directory-first tree traversal) and -delete (which implies depth-first traversal), avoid using -delete in favour of -execdir. This has a side-effect of not removing directories that contain files, even if we delete all of those files, but IMHO that's a better option than specifying all possible local filesystem types in this script. PR: 122811 MFC after: 3 weeks Revision Changes Path 1.10 +5 -5 src/etc/periodic/daily/100.clean-disks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906021756.n52HuO45081959>