chiark / gitweb /
Give install the '-c' flag (otherwise some delete the original !). Add configurable...
authorian <ian>
Wed, 11 Aug 1999 20:53:35 +0000 (20:53 +0000)
committerian <ian>
Wed, 11 Aug 1999 20:53:35 +0000 (20:53 +0000)
TODO
changelog
settings.make.in

diff --git a/TODO b/TODO
index 150db1a6eb429608bdcbdd7a8f419169a102547e..2906367e05aa2b0ae518cdaefc50812455099e5a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,6 +3,7 @@ BUGS:
 
 WISHLIST:
 * Easy way to make a reverse query.
+* Make timeouts configurable.
 * `fake' reverse queries (give nnn.nnn.nnn.nnn either always or on error)
 * `fake' forward queries (allow nnn.nnn.nnn.nnn -> A)
 * DNSSEC compatibility - be able to retreive KEY and SIG RRs
index 6533207471b6b8c4a3372fd21077278c6e20fd6c..583d009068e9a62aa320baa1d39d0a0a119c8d25 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+adns (0.5) unstable; urgency=low
+
+  Portability fixes:
+  * Give install the '-c' flag (otherwise some delete the original !).
+
+ --
+
 adns (0.4) unstable; urgency=high
 
   General important bugfixes:
index 6b705656c0a4966ef0cd130c9036d9ecd0794ff7..3984a0b8a4470bf2d3bfad87a905d814f4ef40ad 100644 (file)
@@ -44,7 +44,7 @@ bin_dir=      $(exec_prefix)/bin
 lib_dir=       $(exec_prefix)/lib
 include_dir=   $(prefix)/include
 
-INSTALL=               install -o 0 -g 0
+INSTALL=               install -c -o 0 -g 0
 INSTALL_PROGRAM=       $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
 INSTALL_DATA=          $(INSTALL) -m 644