From: Martin Mares Date: Wed, 20 Feb 2008 10:48:36 +0000 (+0100) Subject: Changed the default domain for the DNS resolver. X-Git-Tag: v3.0.0~1^2~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=cd2f6a34ab5eecbafe02d6c420bb7711e013a36b;p=pciutils.git Changed the default domain for the DNS resolver. --- diff --git a/ChangeLog b/ChangeLog index 1bcb339..02d571f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-20 Martin Mares + + * Released as 2.99.1-alpha2. + + * Changed the default domain for the DNS resolver. + 2008-02-18 Martin Mares * Released as 2.99.1-alpha1. diff --git a/lib/configure b/lib/configure index 0a0a944..d855a3c 100755 --- a/lib/configure +++ b/lib/configure @@ -147,7 +147,7 @@ else fi if [ "$DNS" = yes ] ; then echo >>$c "#define PCI_USE_DNS" - echo >>$c "#define PCI_ID_DOMAIN \"pci-id.ucw.cz\"" + echo >>$c "#define PCI_ID_DOMAIN \"pci.id.ucw.cz\"" echo >>$m 'WITH_LIBS+=-lresolv' fi