# HG changeset patch # User Tero Marttila # Date 1387729357 -7200 # Node ID 934aab83b769b85df44e16ab98abeb7017f270ba # Parent a3734856e0fa8f3047d62a686459764d96c1ac08 use --hosts-include=etc/hosts for pvl.hosts-* operations diff -r a3734856e0fa -r 934aab83b769 lib/update.operations --- a/lib/update.operations Sun Dec 22 15:33:32 2013 +0200 +++ b/lib/update.operations Sun Dec 22 18:22:37 2013 +0200 @@ -63,6 +63,7 @@ do_update "$out" $OPT/bin/pvl.hosts-dns \ --hosts-charset=$CHARSET \ + --hosts-include=etc/hosts \ --forward-zone="$domain" \ "$@" else @@ -79,7 +80,7 @@ do_update $out $OPT/bin/pvl.hosts-dhcp \ --hosts-charset=$CHARSET \ - --hosts-domain=$domain \ + --hosts-include=etc/hosts \ "$@" else log_skip "Generating DHCP hosts $out <- $@: not changed" @@ -98,6 +99,7 @@ do_update "$out" $OPT/bin/pvl.hosts-dns \ --hosts-charset=$CHARSET \ + --hosts-include=etc/hosts \ --reverse-zone="$reverse" \ "$@" else