Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 1995 22:39:54 +0800 (CST)
From:      Brian Tao <taob@gate.sinica.edu.tw>
To:        FREEBSD-CURRENT-L <freebsd-current@FreeBSD.org>
Subject:   do_cksum script
Message-ID:  <Pine.BSI.3.91.950414222931.682I-100000@aries.ibms.sinica.edu.tw>

next in thread | raw e-mail | index | archive | help
    The do_cksum scripts still do not check for missing segments in
the tarfile distributions.  The whole script could be rewritten in a
much more efficient manner too (i.e., a generic script that reads a
package-specific data file that contains a list of filenames and
checksums).  I have GNU textutils installed and its version of cksum
appears first in the path.  As Murph would have it, it outputs in a
slightly different format (it pads the byte count with spaces) and so
the literal comparison in do_cksum fails.  How about using md5
instead?  Does WC or anyone at freebsd.org have a particular
attachment to the current do_cksum script?  If not, I'll whip
something up and post it.
-- 
Brian ("Though this be madness, yet there is method in't") Tao
taob@gate.sinica.edu.tw <-- work ........ play --> taob@io.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.950414222931.682I-100000>