pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Before calculating checksums, print a line tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d33161d8e590
branches:  trunk
changeset: 491860:d33161d8e590
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Wed Mar 30 22:26:37 2005 +0000

description:
Before calculating checksums, print a line that says what's happening.
With a slow NFS server (as mine), this can take a lot of time.

diffstat:

 mk/bulk/upload |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 714c76ed5a9a -r d33161d8e590 mk/bulk/upload
--- a/mk/bulk/upload    Wed Mar 30 21:59:31 2005 +0000
+++ b/mk/bulk/upload    Wed Mar 30 22:26:37 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: upload,v 1.21 2005/01/24 15:00:48 jschauma Exp $
+# $NetBSD: upload,v 1.22 2005/03/30 22:26:37 hubertf Exp $
 
 #
 # Upload non-restricted binary pkgs to ftp server
@@ -112,6 +112,8 @@
 
 if [ "${MKSUMS}" = "yes" -o "${MKSUMS}" = "YES" ]; then
 
+       echo "Calculating checksum files..."
+
        SUMFILES="BSDSUM CKSUM MD5 SHA1 SYSVSUM"
 
        rm -f ${SUMFILES}



Home | Main Index | Thread Index | Old Index