aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2008-07-26 23:01:30 +0800
committerkris <kris@FreeBSD.org>2008-07-26 23:01:30 +0800
commitad7d564e35aed407af19409d423305c3898950f0 (patch)
treec84f3085ef0f178e9b35a89a1cce1c3280822171 /Tools
parent2d92101139792d8f4bdbdd314cc564ec733cf856 (diff)
downloadfreebsd-ports-gnome-ad7d564e35aed407af19409d423305c3898950f0.tar.gz
freebsd-ports-gnome-ad7d564e35aed407af19409d423305c3898950f0.tar.zst
freebsd-ports-gnome-ad7d564e35aed407af19409d423305c3898950f0.zip
* Add comments
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