From owner-svn-doc-all@FreeBSD.ORG Fri Apr 5 15:57:33 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8BCE7DBD; Fri, 5 Apr 2013 15:57:33 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7FAFCA; Fri, 5 Apr 2013 15:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r35FvXZ1037009; Fri, 5 Apr 2013 15:57:33 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r35FvXC5037008; Fri, 5 Apr 2013 15:57:33 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201304051557.r35FvXC5037008@svn.freebsd.org> From: Rui Paulo Date: Fri, 5 Apr 2013 15:57:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org Subject: svn commit: r41376 - svnadmin/hooks/scripts X-SVN-Group: doc-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 15:57:33 -0000 Author: rpaulo (src committer) Date: Fri Apr 5 15:57:32 2013 New Revision: 41376 URL: http://svnweb.freebsd.org/changeset/doc/41376 Log: Add the Sponsored by: line. Approved by: doceng (implicit) Modified: svnadmin/hooks/scripts/log-police.py Modified: svnadmin/hooks/scripts/log-police.py ============================================================================== --- svnadmin/hooks/scripts/log-police.py Fri Apr 5 15:41:30 2013 (r41375) +++ svnadmin/hooks/scripts/log-police.py Fri Apr 5 15:57:32 2013 (r41376) @@ -51,6 +51,7 @@ def fix_log_message(log_message): if line == "Obtained from:": continue if line == "MFC after:": continue if line == "Security:": continue + if line == "Sponsored by:": continue s = s + line + "\n" s = s.rstrip() + "\n" return s