svn commit: r255589 - head/contrib/unbound
Dag-Erling Smørgrav
des at FreeBSD.org
Sun Sep 15 12:41:06 UTC 2013
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($) {
More information about the svn-src-head
mailing list