|
|
1.1 ! root 1: #!/bin/sh ! 2: # $Header: manimake,v 4.3 85/05/01 11:42:46 lwall Exp $ ! 3: # ! 4: # $Log: manimake,v $ ! 5: # Revision 4.3 85/05/01 11:42:46 lwall ! 6: # Baseline for release with 4.3bsd. ! 7: # ! 8: ! 9: : make MANIFEST and MANIFEST.new say the same thing ! 10: if test -f MANIFEST.new; then ! 11: cat <<'EOH' > MANIFEST ! 12: After all the rn kits are run you should have the following files: ! 13: ! 14: Filename Kit Description ! 15: -------- --- ----------- ! 16: EOH ! 17: sort MANIFEST.new >.mani ! 18: grep . kit*.list | sed 's/^kit\(.*\)\.list:\$*\(.*\)$/\2 |\1|/' | \ ! 19: sort | \ ! 20: join -a1 - .mani | \ ! 21: awk -F'|' '{printf "%-16s%2s %s\n",$1,$2,$3}' | \ ! 22: unexpand >> MANIFEST ! 23: rm .mani ! 24: else ! 25: echo "You don't have a MANIFEST.new file. Run manifake." ! 26: fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.