aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2008-07-26 15:01:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2008-07-26 15:01:30 +0000
commitb472fe55ac1dc52cf88ffe3299b562a2d66e4d7f (patch)
treec42d6a39e89ddcb1c590183698bfd31678f4840a /Tools
parente683ebb83ccfde338cd723f276399f164bb906d0 (diff)
downloadports-b472fe55ac1dc52cf88ffe3299b562a2d66e4d7f.tar.gz
ports-b472fe55ac1dc52cf88ffe3299b562a2d66e4d7f.zip
* Add comments
Notes
Notes: svn path=/head/; revision=217599
Diffstat (limited to 'Tools')
-rw-r--r--Tools/portbuild/scripts/prunebad7
1 files changed, 6 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/prunebad b/Tools/portbuild/scripts/prunebad
index ddcc709bb099..66d0d966c016 100644
--- a/Tools/portbuild/scripts/prunebad
+++ b/Tools/portbuild/scripts/prunebad
@@ -1,5 +1,10 @@
#!/bin/sh
+# Test packages and make sure they are not corrupt
+#
+# XXX stale, and better to do this individually at the time the
+# package is copied in
+
# configurable variables
pb=/var/portbuild
@@ -42,4 +47,4 @@ for i in ${newfiles}; do
fi
done
cd ../..
-rm .packagelock \ No newline at end of file
+rm .packagelock