|
|
1.1 root 1: #!/bin/sh
2: # $Header: manifake,v 4.3 85/05/01 11:42:41 lwall Exp $
3: #
4: # $Log: manifake,v $
5: # Revision 4.3 85/05/01 11:42:41 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: if test -f MANIFEST; then
12: sed <MANIFEST >MANIFEST.new \
13: -e '1,/---/d' \
14: -e 's/\([ ][ ]*\)[0-9]* */\1/'
15: else
16: echo "Make a MANIFEST.new file, with names and descriptions."
17: fi
18: fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.