From owner-freebsd-hackers Tue Apr 11 06:20:52 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA19539 for hackers-outgoing; Tue, 11 Apr 1995 06:20:52 -0700 Received: from wcarchive.cdrom.com (wcarchive.cdrom.com [192.216.191.11]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA19533 for ; Tue, 11 Apr 1995 06:20:51 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by wcarchive.cdrom.com (8.6.11/8.6.6) with ESMTP id GAA07557 for ; Tue, 11 Apr 1995 06:18:15 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA16349; Tue, 11 Apr 1995 23:11:20 +1000 Date: Tue, 11 Apr 1995 23:11:20 +1000 From: Bruce Evans Message-Id: <199504111311.XAA16349@godzilla.zeta.org.au> To: FreeBSD-hackers@wcarchive.cdrom.com, pechter@stars.sed.monmouth.army.mil Subject: Re: CKSUMS Sender: hackers-owner@FreeBSD.org Precedence: bulk >Can anyone point me to the sources of a generic Unix program that'll >work with our cksums. >I tried to hack our cksum program to work on hpux with no luck (I'm not >that good). gnu cksum is compatible (*) and more portable. (*) You have to compare cksums using `diff -w' because of uglier formatting of the FreeBSD cksum's output. Bruce