svn commit: r244143 - projects/portbuild/crontabs

Mark Linimon linimon at FreeBSD.org
Wed Dec 12 07:29:38 UTC 2012


Author: linimon (doc,ports committer)
Date: Wed Dec 12 07:29:38 2012
New Revision: 244143
URL: http://svnweb.freebsd.org/changeset/base/244143

Log:
  Convert do-cleanup-chroots to take a parameter.  This is part of refactoring
  this crontab into various pieces.

Modified:
  projects/portbuild/crontabs/root

Modified: projects/portbuild/crontabs/root
==============================================================================
--- projects/portbuild/crontabs/root	Wed Dec 12 07:28:17 2012	(r244142)
+++ projects/portbuild/crontabs/root	Wed Dec 12 07:29:38 2012	(r244143)
@@ -18,7 +18,7 @@ TERM=xterm
 50 5 * * * lockf -t 0 -k /var/run/busybusybusy.lock find /var/portbuild/*/archive/ -name \*.log -mtime +7 | xargs bzip2 -9f
 #
 # Clean up old chroots on client machines
-30 * * * * /var/portbuild/scripts/do-cleanup-chroots
+30 * * * * /var/portbuild/scripts/do-cleanup-chroots all
 
 # Backup ZFS filesystems
 # XXX MCL script not yet converted


More information about the svn-src-projects mailing list