pkgsrc-Bugs archive

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

pkg/40175: remove debug message in mk/fetch/fetch



>Number:         40175
>Category:       pkg
>Synopsis:       fetch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 15 08:55:00 +0000 2008
>Originator:     Ryo HAYASAKA
>Release:        NetBSD 5.99.3, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 5.99.3 NetBSD 5.99.3 (BONNIE) #: Thu Nov 20 
22:55:24 JST 2008 
ryoh%bonnie.jaist.ac.jp@localhost:/sys/arch/i386/compile/BONNIE i386
Architecture: i386
Machine: i386
>Description:
There are debug messages.
        
>How-To-Repeat:
        
>Fix:
Index: fetch
===================================================================
RCS file: /usr/cvsup/pkgsrc/mk/fetch/fetch,v
retrieving revision 1.11
diff -d -p -u -r1.11 fetch
--- fetch       14 Dec 2008 14:09:32 -0000      1.11
+++ fetch       15 Dec 2008 08:48:37 -0000
@@ -204,8 +204,6 @@ verify_file() {
                return 1
        }
        if ${TEST} -n "$checksum"; then
-               echo "foo"
-               read line
                ${CHECKSUM} -s ".pkgsrc.resume" $distinfo ${_file} || {
                        $_if_verbose ${ECHO} 1>&2 "$self: Checksum of the file 
$_file doesn't match."
                        return 1



Home | Main Index | Thread Index | Old Index