From 075b19c88fd22a1ed09ee3077982232baf474087 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 17 Nov 1994 07:09:22 +0000 Subject: [PATCH] Add cksum to the cpio floppy - automated checksumming of the *dist tarballs is just one step away. --- release/Makefile | 6 +++--- release/cpio_flp_1.conf | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release/Makefile b/release/Makefile index b0fecb9e9717..df2956c03a6f 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1994/11/14 20:56:17 phk Exp $ +# $Id: Makefile,v 1.44 1994/11/15 08:10:31 jkh Exp $ # # Evil floppies are, of course, 1.2MB floppies. @@ -17,8 +17,8 @@ DDCOUNT= 80 MNT= /mnt -CPIO1= basename cat chmod cp date dd df dmesg echo ed expr hostname kill ln -CPIO1+= ls mkdir mt mv rcp rm rmdir sh sleep stty sync tar test tip [ -sh +CPIO1= basename cat chmod cksum cp date dd df dmesg echo ed expr hostname kill +CPIO1+= ln ls mkdir mt mv rcp rm rmdir sh sleep stty sync tar test tip [ -sh CPIO1+= badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init CPIO1+= mknod mount mount_cd9660 mount_msdos mount_nfs ncftp newfs ping pwd CPIO1+= reboot restore slattach swapon umount route diff --git a/release/cpio_flp_1.conf b/release/cpio_flp_1.conf index 8082890958eb..95307d7351b1 100644 --- a/release/cpio_flp_1.conf +++ b/release/cpio_flp_1.conf @@ -12,8 +12,8 @@ srcdirs /usr/src/gnu/usr.bin # /bin stuff -progs cat chmod cp date dd df echo ed expr grep hostname kill ln ls mkdir -progs mt mv pwd rcp rm rmdir sh sleep slattach stty sync test +progs cat chmod cksum cp date dd df echo ed expr grep hostname kill ln ls +progs mkdir mt mv pwd rcp rm rmdir sh sleep slattach stty sync test ln test [ ln sh -sh # init invokes the shell this way