summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-02-20 11:48:36 +0100
committerMartin Mares <mj@ucw.cz>2008-02-20 11:48:36 +0100
commitcd2f6a34ab5eecbafe02d6c420bb7711e013a36b (patch)
tree185077a759fbbf54fe49fee281f382b338f87754
parent165a50cb7aace1ebe36bf2c8fdca206c17b848ee (diff)
downloadpciutils-cd2f6a34ab5eecbafe02d6c420bb7711e013a36b.tar.gz
Changed the default domain for the DNS resolver.
-rw-r--r--ChangeLog6
-rwxr-xr-xlib/configure2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bcb339..02d571f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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