blob: 2a4d3857cb72ed91ba9608dfaf28b8c5d78d7532 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
ATTR=sys ip ipnet tcp il udp dom ether port authdom hostid database soa
all:V:
9fs kfs
9fs $fileserver
mk local.^($ATTR)
mk local-cs.^($ATTR)
mk common.^($ATTR)
mk friends.^($ATTR)
mk trip.^($ATTR)
mk mesa.^($ATTR)
mk external.^($ATTR)
mk external-cs.^($ATTR)
local.%: local
ndb/mkhash local $stem
local-cs.%: local-cs
ndb/mkhash local-cs $stem
common.%: common
ndb/mkhash common $stem
external.%: external
ndb/mkhash external $stem
external-cs.%: external-cs
ndb/mkhash external-cs $stem
friends.%: friends
ndb/mkhash friends $stem
trip.%: trip
ndb/mkhash trip $stem
mesa.%: mesa
ndb/mkhash mesa $stem
local: /n/$fileserver/lib/ndb/local
cp /n/$fileserver/lib/ndb/local /n/kfs/lib/ndb
local-cs: /n/$fileserver/lib/ndb/local-cs
cp /n/$fileserver/lib/ndb/local-cs /n/kfs/lib/ndb
common: /n/$fileserver/lib/ndb/common
cp /n/$fileserver/lib/ndb/common /n/kfs/lib/ndb
friends: /n/$fileserver/lib/ndb/friends
cp /n/$fileserver/lib/ndb/friends /n/kfs/lib/ndb
trip: /n/$fileserver/lib/ndb/trip
cp /n/$fileserver/lib/ndb/trip /n/kfs/lib/ndb
mesa: /n/$fileserver/lib/ndb/mesa
cp /n/$fileserver/lib/ndb/mesa /n/kfs/lib/ndb
external: /n/$fileserver/lib/ndb/external
cp /n/$fileserver/lib/ndb/external /n/kfs/lib/ndb
external-cs: /n/$fileserver/lib/ndb/external-cs
cp /n/$fileserver/lib/ndb/external-cs /n/kfs/lib/ndb
|