From owner-svn-src-stable@freebsd.org Wed Feb 17 11:36:47 2016 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFAE2AAA5E0; Wed, 17 Feb 2016 11:36:47 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5A494E; Wed, 17 Feb 2016 11:36:47 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1HBakwe098276; Wed, 17 Feb 2016 11:36:46 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1HBaknN098273; Wed, 17 Feb 2016 11:36:46 GMT (envelope-from des@FreeBSD.org) Message-Id: <201602171136.u1HBaknN098273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Wed, 17 Feb 2016 11:36:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r295690 - in stable/10: . tools/build/mk usr.sbin/unbound/control X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 11:36:47 -0000 Author: des Date: Wed Feb 17 11:36:45 2016 New Revision: 295690 URL: https://svnweb.freebsd.org/changeset/base/295690 Log: MFH (r295533): remove broken unbound-control-setup script Approved by: re (glebius) Relnotes: yes Modified: stable/10/ObsoleteFiles.inc stable/10/tools/build/mk/OptionalObsoleteFiles.inc stable/10/usr.sbin/unbound/control/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/ObsoleteFiles.inc ============================================================================== --- stable/10/ObsoleteFiles.inc Wed Feb 17 07:59:18 2016 (r295689) +++ stable/10/ObsoleteFiles.inc Wed Feb 17 11:36:45 2016 (r295690) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20160216: Remove obsolete unbound-control-setup +OLD_FILES+=usr/sbin/unbound-control-setup # 20151222: liblzma header OLD_FILES+=usr/include/lzma/lzma.h # 20151115: added missing _test suffix on multiple tests in lib/libc Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- stable/10/tools/build/mk/OptionalObsoleteFiles.inc Wed Feb 17 07:59:18 2016 (r295689) +++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc Wed Feb 17 11:36:45 2016 (r295690) @@ -5010,7 +5010,6 @@ OLD_FILES+=usr/sbin/unbound OLD_FILES+=usr/sbin/unbound-anchor OLD_FILES+=usr/sbin/unbound-checkconf OLD_FILES+=usr/sbin/unbound-control -OLD_FILES+=usr/sbin/unbound-control-setup .endif .if ${MK_USB} == no Modified: stable/10/usr.sbin/unbound/control/Makefile ============================================================================== --- stable/10/usr.sbin/unbound/control/Makefile Wed Feb 17 07:59:18 2016 (r295689) +++ stable/10/usr.sbin/unbound/control/Makefile Wed Feb 17 11:36:45 2016 (r295690) @@ -7,7 +7,6 @@ UNBOUNDDIR= ${.CURDIR}/../../../contrib/ .PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/smallapp ${UNBOUNDDIR}/doc PROG= unbound-control -SCRIPTS= unbound-control-setup.sh SRCS= unbound-control.c worker_cb.c CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} DPADD= ${LIBUNBOUND} ${LIBLDNS} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBPTHREAD}