|
|
1.1 root 1: #! /bin/sh
2: # $Header: kittrailer,v 4.3 85/05/01 11:42:11 lwall Exp $
3: #
4: # $Log: kittrailer,v $
5: # Revision 4.3 85/05/01 11:42:11 lwall
6: # Baseline for release with 4.3bsd.
7: #
8:
9: rangelist=`range 1 $3`
10: cat >>$1 <<EOT
11: echo ""
12: echo "End of kit $2 (of $3)"
13: cat /dev/null >kit${2}isdone
14: config=true
15: for iskit in $rangelist; do
16: if test -f kit\${iskit}isdone; then
17: echo "You have run kit \${iskit}."
18: else
19: echo "You still need to run kit \${iskit}."
20: config=false
21: fi
22: done
23: case \$config in
24: true)
25: echo "You have run all your kits. Please read README and then type Configure."
26: chmod 755 Configure
27: ;;
28: esac
29: : I do not append .signature, but someone might mail this.
30: exit
31: EOT
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.