blob: 69be6aa2ad2b72ad8b37e94da8ccee86762eb7e8 (
plain) (
blame)
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
|
bin/rwhois_deleter
bin/rwhois_indexer
bin/rwhois_repack
man/man8/rwhois_indexer.8.gz
man/man8/rwhoisd.8.gz
sbin/rwhoisd
%%ETCDIR%%/samples/a.com/attribute_defs/asn.tmpl
%%ETCDIR%%/samples/a.com/attribute_defs/contact.tmpl
%%ETCDIR%%/samples/a.com/attribute_defs/domain.tmpl
%%ETCDIR%%/samples/a.com/attribute_defs/guardian.tmpl
%%ETCDIR%%/samples/a.com/attribute_defs/host.tmpl
%%ETCDIR%%/samples/a.com/attribute_defs/org.tmpl
%%ETCDIR%%/samples/a.com/attribute_defs/referral.tmpl
%%ETCDIR%%/samples/a.com/data/asn/asn.txt
%%ETCDIR%%/samples/a.com/data/contact/contact.txt
%%ETCDIR%%/samples/a.com/data/domain/domain.txt
%%ETCDIR%%/samples/a.com/data/guardian/guardian.txt
%%ETCDIR%%/samples/a.com/data/host/host.txt
%%ETCDIR%%/samples/a.com/data/org/org.txt
%%ETCDIR%%/samples/a.com/data/referral/referral.txt
%%ETCDIR%%/samples/a.com/schema
%%ETCDIR%%/samples/a.com/soa
%%ETCDIR%%/samples/net-10.0.0.0-8/attribute_defs/contact.tmpl
%%ETCDIR%%/samples/net-10.0.0.0-8/attribute_defs/guardian.tmpl
%%ETCDIR%%/samples/net-10.0.0.0-8/attribute_defs/host.tmpl
%%ETCDIR%%/samples/net-10.0.0.0-8/attribute_defs/network.tmpl
%%ETCDIR%%/samples/net-10.0.0.0-8/attribute_defs/referral.tmpl
%%ETCDIR%%/samples/net-10.0.0.0-8/data/network/network.txt
%%ETCDIR%%/samples/net-10.0.0.0-8/data/referral/referral.txt
%%ETCDIR%%/samples/net-10.0.0.0-8/schema
%%ETCDIR%%/samples/net-10.0.0.0-8/soa
%%ETCDIR%%/samples/net-fd00:1234::-32/attribute_defs/host.tmpl
%%ETCDIR%%/samples/net-fd00:1234::-32/attribute_defs/referral.tmpl
%%ETCDIR%%/samples/net-fd00:1234::-32/attribute_defs/contact.tmpl
%%ETCDIR%%/samples/net-fd00:1234::-32/attribute_defs/guardian.tmpl
%%ETCDIR%%/samples/net-fd00:1234::-32/attribute_defs/network.tmpl
%%ETCDIR%%/samples/net-fd00:1234::-32/data/referral/referral.txt
%%ETCDIR%%/samples/net-fd00:1234::-32/data/network/network.txt
%%ETCDIR%%/samples/net-fd00:1234::-32/soa
%%ETCDIR%%/samples/net-fd00:1234::-32/schema
%%ETCDIR%%/samples/rwhoisd.allow
%%ETCDIR%%/samples/rwhoisd.auth_area
%%ETCDIR%%/samples/rwhoisd.conf
%%ETCDIR%%/samples/rwhoisd.deny
%%ETCDIR%%/samples/rwhoisd.dir
%%ETCDIR%%/samples/rwhoisd.root
%%ETCDIR%%/samples/rwhoisd.x.dir
@exec install -d -o nobody /var/log/rwhoisd /var/run/rwhoisd
@exec for f in %%ETCFILES%%; do [ -f %D/%%ETCDIR%%/$f ] || cp -p %D/%%ETCDIR%%/samples/$f %D/%%ETCDIR%%/$f; done
@unexec for f in %%ETCFILES%%; do cmp -s %D/%%ETCDIR%%/$f %D/%%ETCDIR%%/samples/$f && rm -f %D/%%ETCDIR%%/$f || true; done
|