svn commit: r223942 - projects/portbuild/scripts

Mark Linimon linimon at FreeBSD.org
Tue Jul 12 03:46:37 UTC 2011


Author: linimon (doc,ports committer)
Date: Tue Jul 12 03:46:37 2011
New Revision: 223942
URL: http://svn.freebsd.org/changeset/base/223942

Log:
  Cronjob to cleanup /tmp dir on clients.

Added:
  projects/portbuild/scripts/do-cleanup-tmp   (contents, props changed)

Added: projects/portbuild/scripts/do-cleanup-tmp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/portbuild/scripts/do-cleanup-tmp	Tue Jul 12 03:46:37 2011	(r223942)
@@ -0,0 +1,8 @@
+#!/bin/sh
+# 
+# clean up stale /tmp on all client machines.  MCL 20110712.
+#
+
+pbc=${PORTBUILD_CHECKOUT:-/var/portbuild}
+
+${pbc}/scripts/allgohans all -q -scp ${pbc}/scripts/cleanup-tmp


More information about the svn-src-projects mailing list