Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2013 12:41:05 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255589 - head/contrib/unbound
Message-ID:  <201309151241.r8FCf5Do084044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Sun Sep 15 12:41:05 2013
New Revision: 255589
URL: http://svnweb.freebsd.org/changeset/base/255589

Log:
  Add unbound-control.
  
  Approved by:	re (blanket)

Modified:
  head/contrib/unbound/freebsd-sources.pl

Modified: head/contrib/unbound/freebsd-sources.pl
==============================================================================
--- head/contrib/unbound/freebsd-sources.pl	Sun Sep 15 11:58:07 2013	(r255588)
+++ head/contrib/unbound/freebsd-sources.pl	Sun Sep 15 12:41:05 2013	(r255589)
@@ -31,13 +31,14 @@ use strict;
 use warnings;
 use Text::Wrap;
 
-our @targets = qw(LIBUNBOUND DAEMON UBANCHOR CHECKCONF);
+our @targets = qw(LIBUNBOUND DAEMON UBANCHOR CHECKCONF CONTROL);
 
 our %target_names = (
     LIBUNBOUND => "libunbound",
     DAEMON => "unbound",
     UBANCHOR => "unbound-anchor",
     CHECKCONF => "unbound-checkconf",
+    CONTROL => "unbound-control",
 );
 
 sub get_sources($) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309151241.r8FCf5Do084044>