From owner-svn-ports-head@freebsd.org Tue Feb 20 22:53:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9852EF0DB85; Tue, 20 Feb 2018 22:53:49 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D88A75E53; Tue, 20 Feb 2018 22:53:49 +0000 (UTC) (envelope-from cpm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 483EF101DA; Tue, 20 Feb 2018 22:53:49 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KMrnQQ029663; Tue, 20 Feb 2018 22:53:49 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KMrnLf029662; Tue, 20 Feb 2018 22:53:49 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201802202253.w1KMrnLf029662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 20 Feb 2018 22:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462463 - head/www/iridium X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/www/iridium X-SVN-Commit-Revision: 462463 X-SVN-Commit-Repository: ports 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.25 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: Tue, 20 Feb 2018 22:53:49 -0000 Author: cpm Date: Tue Feb 20 22:53:48 2018 New Revision: 462463 URL: https://svnweb.freebsd.org/changeset/ports/462463 Log: Update comment in pkg-message. Iridium needs kern.ipc.shm_allow_removed=1, which is default for 11.0-R and newer. PR: 225712 Reported by: Stefan B. Modified: head/www/iridium/pkg-message Modified: head/www/iridium/pkg-message ============================================================================== --- head/www/iridium/pkg-message Tue Feb 20 22:45:24 2018 (r462462) +++ head/www/iridium/pkg-message Tue Feb 20 22:53:48 2018 (r462463) @@ -7,3 +7,5 @@ To preserve this setting across reboots, append the fo to /etc/sysctl.conf : kern.ipc.shm_allow_removed=1 + +FreeBSD 11.0-R and newer have this set by default.