X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=dnssec-tools%2Fdnssec-tools.install;h=30cc419239f63c4427966cac71cd30b7f90cafd3;hb=c2ae5380d171ed74cf7a5be5b9d6a61bb733a7e6;hp=34658ce9dddfbde9f37140f8aeb1f74693bcb44d;hpb=9bf471d2082eb5196e894b78da3cf6d1be8c5963;p=mirrors%2FArchLinux-Packages.git diff --git a/dnssec-tools/dnssec-tools.install b/dnssec-tools/dnssec-tools.install index 34658ce..30cc419 100644 --- a/dnssec-tools/dnssec-tools.install +++ b/dnssec-tools/dnssec-tools.install @@ -1,8 +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 }