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