From owner-svn-ports-head@FreeBSD.ORG Mon Nov 18 02:14:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87C5A2E4; Mon, 18 Nov 2013 02:14:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76B1D259A; Mon, 18 Nov 2013 02:14:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAI2EvRe071494; Mon, 18 Nov 2013 02:14:57 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAI2EvqS071493; Mon, 18 Nov 2013 02:14:57 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311180214.rAI2EvqS071493@svn.freebsd.org> From: Dima Panov Date: Mon, 18 Nov 2013 02:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334138 - head/news/inn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 02:14:57 -0000 Author: fluffy Date: Mon Nov 18 02:14:56 2013 New Revision: 334138 URL: http://svnweb.freebsd.org/changeset/ports/334138 Log: - Missed new etc files. Reported by: QAT Modified: head/news/inn/Makefile Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Mon Nov 18 00:37:15 2013 (r334137) +++ head/news/inn/Makefile Mon Nov 18 02:14:56 2013 (r334138) @@ -175,7 +175,8 @@ CONFIG_FILES= actsync.cfg actsync.ign bu control.ctl.local cycbuff.conf \ distrib.pats distributions \ expire.ctl localgroups incoming.conf inn.conf innfeed.conf \ - innreport.conf innwatch.ctl moderators motd.news news2mail.cf \ + innreport.conf innshellvars.local innshellvars.pl.local innshellvars.tcl.local \ + innwatch.ctl moderators motd.innd motd.nnrpd news2mail.cf \ newsfeeds nocem.ctl \ nnrpd.track nntpsend.ctl ovdb.conf \ passwd.nntp radius.conf readers.conf send-uucp.cf \