X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=dnssec-tools%2Fdnssec-tools.install;h=30cc419239f63c4427966cac71cd30b7f90cafd3;hb=b806a28d868971123d21b91a623f37a0afd6bcb2;hp=7cf3b94055d8a724f5a434670cb61086d031acfc;hpb=cb0f9976398987d8aaaf2ed97c7e961305d39ccc;p=mirrors%2FArchLinux-Packages.git diff --git a/dnssec-tools/dnssec-tools.install b/dnssec-tools/dnssec-tools.install index 7cf3b94..30cc419 100644 --- a/dnssec-tools/dnssec-tools.install +++ b/dnssec-tools/dnssec-tools.install @@ -1,7 +1,10 @@ # arg 1: the new package version post_install() { echo 'Generating default config file if not exists...' - while echo; do true; done 2>/dev/null | dtinitconf >/dev/null + echo $(while echo; do true; done 2>/dev/null | { dtinitconf >/dev/null; } 2>&1) + touch /etc/dnssec-tools/dnsval.conf.{head,tail} + echo 'Please run following command as root in case of resolver problems:' + echo -e '\tdig @e.root-servers.net . ns > /etc/dnssec-tools/root.hints' return 0 }