svn commit: r462463 - head/www/iridium

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Feb 20 22:53:49 UTC 2018


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. <sblachmann at gmail.com>

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.


More information about the svn-ports-head mailing list