diff options
author | rillig <rillig> | 2006-10-01 14:54:16 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-01 14:54:16 +0000 |
commit | d3beb7b22bd1c22c7829a15757003bce19006ffd (patch) | |
tree | bbcd00aaa95f30f1413ce307d784b22e9a8acbcd /mk | |
parent | 9a15e4d99ea0c833679e2475a0f1562d6d61420d (diff) | |
download | pkgsrc-d3beb7b22bd1c22c7829a15757003bce19006ffd.tar.gz |
Progress messages are prefixed with "sort-packages>", not "upload>".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/sort-packages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/sort-packages b/mk/bulk/sort-packages index ef6feca4264..fc315cbbeca 100644 --- a/mk/bulk/sort-packages +++ b/mk/bulk/sort-packages @@ -1,5 +1,5 @@ #! /bin/sh -# $NetBSD: sort-packages,v 1.3 2006/08/01 07:50:04 rillig Exp $ +# $NetBSD: sort-packages,v 1.4 2006/10/01 14:54:16 rillig Exp $ # This program scans all binary packages in the current directory and # creates three lists of files in OUTDIR: @@ -90,7 +90,7 @@ for pkg in *${PKG_SUFX}; do echo "${pkg}" >> "${restricted_packages}" ;; *) - echo "upload> WARNING: Could not sort ${pkg} into a category." 1>&2 + echo "sort-packages> WARNING: Could not sort ${pkg} into a category." 1>&2 ;; esac done |