]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Remove the install-exec-hook target for BIND10 note
authorJeremy C. Reed <jreed@isc.org>
Thu, 28 Aug 2014 16:36:51 +0000 (09:36 -0700)
committerJeremy C. Reed <jreed@isc.org>
Thu, 28 Aug 2014 16:36:51 +0000 (09:36 -0700)
This was probably never seen anyways so I didn't adjust for Kea.
Okayed via jabber.

Makefile.am

index 08b28990d70a913677e4038b63ad9b627069f125..25dd138bef54495b83c66298a4ef104c49354a21 100644 (file)
@@ -24,13 +24,6 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog README
 
 .PHONY: check-valgrind check-valgrind-suppress
 
-install-exec-hook:
-       -@tput smso  # Start standout mode
-       @echo "NOTE: BIND 10 does not automatically start DNS services when it is run"
-       @echo "      in its default configuration. Please see the Guide for information"
-       @echo "      on how to configure these services to be started automatically."
-       -@tput rmso  # End standout mode
-
 check-valgrind:
 if HAVE_VALGRIND
        @VALGRIND_COMMAND="$(VALGRIND) -q --gen-suppressions=all --track-origins=yes --num-callers=48 --leak-check=full --fullpath-after=" \