pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk Progress messages are prefixed with "sort-pack...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f3beff4d06f
branches: trunk
changeset: 519325:7f3beff4d06f
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 01 14:54:16 2006 +0000
description:
Progress messages are prefixed with "sort-packages>", not "upload>".
diffstat:
mk/bulk/sort-packages | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3014a1545d04 -r 7f3beff4d06f mk/bulk/sort-packages
--- a/mk/bulk/sort-packages Sun Oct 01 14:53:30 2006 +0000
+++ b/mk/bulk/sort-packages Sun Oct 01 14:54:16 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index