]> mj.ucw.cz Git - pciutils.git/commitdiff
Changed the default domain for the DNS resolver.
authorMartin Mares <mj@ucw.cz>
Wed, 20 Feb 2008 10:48:36 +0000 (11:48 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 20 Feb 2008 10:48:36 +0000 (11:48 +0100)
ChangeLog
lib/configure

index 1bcb339a183b7087643406db7f78e814a8c89df8..02d571fa33d6dc20ce937102f5a18eada298f5f0 100644 (file)
--- 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.
index 0a0a944b88842fa2aa60f5af40454ecff1719c0e..d855a3cb3851ede87ac2accf881f14e1d876113c 100755 (executable)
@@ -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