From: ian Date: Wed, 11 Aug 1999 20:53:35 +0000 (+0000) Subject: Give install the '-c' flag (otherwise some delete the original !). X-Git-Tag: adns-1.5.0-rc0~382 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/9ea0d2194da5c518fafc202280c8b47893533a34 Give install the '-c' flag (otherwise some delete the original !). Add configurable timeouts to TODO. --- diff --git a/TODO b/TODO index 150db1a..2906367 100644 --- 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 diff --git a/changelog b/changelog index 6533207..583d009 100644 --- 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: diff --git a/settings.make.in b/settings.make.in index 6b70565..3984a0b 100644 --- a/settings.make.in +++ b/settings.make.in @@ -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