diff options
author | Martin Mares <mj@ucw.cz> | 2008-02-20 11:48:36 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2008-02-20 11:48:36 +0100 |
commit | cd2f6a34ab5eecbafe02d6c420bb7711e013a36b (patch) | |
tree | 185077a759fbbf54fe49fee281f382b338f87754 | |
parent | 165a50cb7aace1ebe36bf2c8fdca206c17b848ee (diff) | |
download | pciutils-cd2f6a34ab5eecbafe02d6c420bb7711e013a36b.tar.gz |
Changed the default domain for the DNS resolver.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | lib/configure | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2008-02-20 Martin Mares <mj@ucw.cz> + + * Released as 2.99.1-alpha2. + + * Changed the default domain for the DNS resolver. + 2008-02-18 Martin Mares <mj@ucw.cz> * 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 |