Give install the '-c' flag (otherwise some delete the original !).
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)
Add configurable timeouts to TODO.

TODO
changelog
settings.make.in

diff --git a/TODO b/TODO
index 150db1a..2906367 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 6533207..583d009 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 6b70565..3984a0b 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