From owner-svn-ports-head@freebsd.org Fri Dec 4 16:39:26 2015 Return-Path: Delivered-To: svn-ports-head@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 12FA1A41332; Fri, 4 Dec 2015 16:39:26 +0000 (UTC) (envelope-from rakuco@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 CCFAE1E1E; Fri, 4 Dec 2015 16:39:25 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4GdODn089339; Fri, 4 Dec 2015 16:39:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4GdOXR089338; Fri, 4 Dec 2015 16:39:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512041639.tB4GdOXR089338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 4 Dec 2015 16:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403000 - head 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.20 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: Fri, 04 Dec 2015 16:39:26 -0000 Author: rakuco Date: Fri Dec 4 16:39:24 2015 New Revision: 403000 URL: https://svnweb.freebsd.org/changeset/ports/403000 Log: Fix typo in sysctl name. Introduced in r402882. Submitted by: wblock@ Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Dec 4 16:22:33 2015 (r402999) +++ head/UPDATING Fri Dec 4 16:39:24 2015 (r403000) @@ -16,7 +16,7 @@ you update your ports collection, before qt4-gui's or qt5-gui's pkg-message, please considering removing them and using the default settings: * kern.ipc.shmall - * kern.ipc.shmni + * kern.ipc.shmmni * kern.ipc.shmseg See base r209037 and ports PR 202927 for more context.