[Midnightbsd-cvs] src [6649] trunk/tools/build/mk/OptionalObsoleteFiles.inc: Remove DNSSEC check.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Apr 22 07:12:11 EDT 2014


Revision: 6649
          http://svnweb.midnightbsd.org/src/?rev=6649
Author:   laffer1
Date:     2014-04-22 07:12:10 -0400 (Tue, 22 Apr 2014)
Log Message:
-----------
Remove DNSSEC check. We don't have that granularity configured. How did that get in there?

Modified Paths:
--------------
    trunk/tools/build/mk/OptionalObsoleteFiles.inc

Modified: trunk/tools/build/mk/OptionalObsoleteFiles.inc
===================================================================
--- trunk/tools/build/mk/OptionalObsoleteFiles.inc	2014-04-20 23:46:16 UTC (rev 6648)
+++ trunk/tools/build/mk/OptionalObsoleteFiles.inc	2014-04-22 11:12:10 UTC (rev 6649)
@@ -202,7 +202,7 @@
 OLD_DIRS+=var/named/var
 .endif
 
-.if ${MK_BIND_DNSSEC} == no || ${MK_BIND} == no
+.if ${MK_BIND} == no
 OLD_FILES+=usr/sbin/dnssec-keygen
 OLD_FILES+=usr/sbin/dnssec-signzone
 .endif



More information about the Midnightbsd-cvs mailing list