#! /bin/sh # $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/rn/kittrailer,v 1.1.1.1 2018/04/24 16:12:58 root Exp $ # # $Log: kittrailer,v $ # Revision 1.1.1.1 2018/04/24 16:12:58 root # BSD 4.3tahoe # # Revision 4.3 85/05/01 11:42:11 lwall # Baseline for release with 4.3bsd. # rangelist=`range 1 $3` cat >>$1 <kit${2}isdone config=true for iskit in $rangelist; do if test -f kit\${iskit}isdone; then echo "You have run kit \${iskit}." else echo "You still need to run kit \${iskit}." config=false fi done case \$config in true) echo "You have run all your kits. Please read README and then type Configure." chmod 755 Configure ;; esac : I do not append .signature, but someone might mail this. exit EOT