diff options
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/do-cleanup-chroots | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/do-cleanup-chroots b/Tools/portbuild/scripts/do-cleanup-chroots new file mode 100755 index 000000000000..6ed3cf950eef --- /dev/null +++ b/Tools/portbuild/scripts/do-cleanup-chroots @@ -0,0 +1,11 @@ +#!/bin/sh +# +# clean up stale chroots on all client machines. MCL 20081216. +# +# original version from root crontab: +# +#/var/portbuild/scripts/allgohans all -q /var/portbuild/scripts/cleanup-chroots +# +# new code: +# +/var/portbuild/scripts/allgohans.safe all -q /var/portbuild/scripts/cleanup-chroots |