From 6a1eba7603255359905277649884a55d93aeb92b Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 9 Oct 2000 06:23:44 +0000 Subject: Ajust for a new world order (md5 --> distinfo). --- Tools/scripts/distclean.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/scripts/distclean.sh b/Tools/scripts/distclean.sh index dc7b3a6..7154da9 100755 --- a/Tools/scripts/distclean.sh +++ b/Tools/scripts/distclean.sh @@ -14,13 +14,13 @@ # Maxim Sobolev # ---------------------------------------------------------------------------- # -# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.4 2000-08-02 07:13:11 sobomax Exp $ +# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.5 2000-10-09 06:23:44 sobomax Exp $ # # MAINTAINER= sobomax@FreeBSD.org PATH=/sbin:/bin:/usr/bin -echo "Distfiles clean utility v0.40 by Maxim Sobolev ." +echo "Distfiles clean utility by Maxim Sobolev ." echo "Assumes that your ports in /usr/ports and distfiles in /usr/ports/distfiles." echo "" @@ -31,7 +31,7 @@ FN_DISTFILES=`mktemp -t dclean` || exit 1 FN_RESULTS_SCRIPT=`mktemp -t dclean` || exit 1 echo -n "Building ports md5 index..." -find /usr/ports/ -name "md5" -type f | xargs cat | grep "^MD5 ("| sort | uniq > $FN_PORTS +find /usr/ports/ -name "distinfo" -type f | xargs cat | grep "^MD5 ("| sort | uniq > $FN_PORTS echo "Done." P_MD5_COUNT=`wc -l $FN_PORTS | sed "s| $FN_PORTS|| ; s| ||g"` echo "Found $P_MD5_COUNT md5 entries in your ports directory." -- cgit v1.1