blob: 1fcc087dbe039a7408c83c6bc1e3b2ef3ea5bf91 (
plain) (
tree)
|
|
bin/rwhois_deleter
bin/rwhois_indexer
bin/rwhois_repack
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
@dirrm %%ETCDIR%%/samples/net-10.0.0.0-8/data/referral
@dirrm %%ETCDIR%%/samples/net-10.0.0.0-8/data/network
@dirrm %%ETCDIR%%/samples/net-10.0.0.0-8/data
@dirrm %%ETCDIR%%/samples/net-10.0.0.0-8/attribute_defs
@dirrm %%ETCDIR%%/samples/net-10.0.0.0-8
@dirrm %%ETCDIR%%/samples/net-fd00:1234::-32/attribute_defs
@dirrm %%ETCDIR%%/samples/net-fd00:1234::-32/data/referral
@dirrm %%ETCDIR%%/samples/net-fd00:1234::-32/data/network
@dirrm %%ETCDIR%%/samples/net-fd00:1234::-32/data
@dirrm %%ETCDIR%%/samples/net-fd00:1234::-32
@dirrm %%ETCDIR%%/samples/a.com/data/referral
@dirrm %%ETCDIR%%/samples/a.com/data/org
@dirrm %%ETCDIR%%/samples/a.com/data/host
@dirrm %%ETCDIR%%/samples/a.com/data/guardian
@dirrm %%ETCDIR%%/samples/a.com/data/domain
@dirrm %%ETCDIR%%/samples/a.com/data/contact
@dirrm %%ETCDIR%%/samples/a.com/data/asn
@dirrm %%ETCDIR%%/samples/a.com/data
@dirrm %%ETCDIR%%/samples/a.com/attribute_defs
@dirrm %%ETCDIR%%/samples/a.com
@dirrm %%ETCDIR%%/samples
@dirrmtry %%ETCDIR%%
@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
|