|
|
1.1 root 1: SYSTEMS=`sed 's/.*/\/usr\/lib\/uucp\/&/' < /usr/lib/uucp/Sysfiles`
2:
3: all: network.F
4:
5: /etc/hosts /etc/hosts.local:
6:
7: /etc/networks /etc/networks.local:
8:
9: /usr/lib/uucp/Systems:
10: /usr/lib/uucp/Systems.dk:
11: /usr/lib/uucp/Systems.gen:
12: /usr/lib/uucp/Systems.local:
13:
14: hosts.out: /etc/hosts.local /etc/hosts
15: parsehosts.sh $prereq > hosts.out
16:
17: systems.out: $SYSTEMS
18: parsesys.sh $prereq > systems.out
19:
20: networks.out: /etc/networks.local /etc/networks
21: parsenets.sh $prereq > networks.out
22:
23: network.dir: hosts.out networks.out systems.out
24: cat $prereq > network.dir
25:
26: network.ix: network.dir
27: mkindex.sh network.dir > network.ix
28:
29: network.F: network.ix
30: echo "Make network btree"
31: cbt creat network
32: cbt build network <network.ix
33:
34: install: network.F
35: cp network.[FT] network.dir /usr/ipc/lib
36:
37: fromsmb:
38: rcp ulysses:/etc/hosts ulysses:/etc/networks /etc
39:
40: clean:
41: rm -f *.out network.ix network.dir network.[FT]
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.