Date: Mon, 17 Dec 2018 07:59:58 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487659 - in head/devel: gamin libinotify Message-ID: <201812170759.wBH7xw4p069647@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Mon Dec 17 07:59:57 2018 New Revision: 487659 URL: https://svnweb.freebsd.org/changeset/ports/487659 Log: Remove a misleading and obsolete suggestion on kern.maxfiles value. A typical desktop has a default auto-tuned value that is already much higher than 25000. Approved by: maintainer Modified: head/devel/gamin/Makefile head/devel/gamin/pkg-message head/devel/libinotify/Makefile head/devel/libinotify/pkg-message Modified: head/devel/gamin/Makefile ============================================================================== --- head/devel/gamin/Makefile Mon Dec 17 06:45:48 2018 (r487658) +++ head/devel/gamin/Makefile Mon Dec 17 07:59:57 2018 (r487659) @@ -4,7 +4,7 @@ PORTNAME= gamin PORTVERSION= 0.1.10 -PORTREVISION?= 9 +PORTREVISION?= 10 CATEGORIES?= devel MASTER_SITES= http://people.gnome.org/~veillard/gamin/sources/ Modified: head/devel/gamin/pkg-message ============================================================================== --- head/devel/gamin/pkg-message Mon Dec 17 06:45:48 2018 (r487658) +++ head/devel/gamin/pkg-message Mon Dec 17 07:59:57 2018 (r487659) @@ -8,11 +8,6 @@ If you often open several large folders with Nautilus, increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). -For a typical desktop, add the following line to /boot/loader.conf, then -reboot the system: - - kern.maxfiles="25000" - The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much Modified: head/devel/libinotify/Makefile ============================================================================== --- head/devel/libinotify/Makefile Mon Dec 17 06:45:48 2018 (r487658) +++ head/devel/libinotify/Makefile Mon Dec 17 07:59:57 2018 (r487659) @@ -3,6 +3,7 @@ PORTNAME= libinotify PORTVERSION= 20180201 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org Modified: head/devel/libinotify/pkg-message ============================================================================== --- head/devel/libinotify/pkg-message Mon Dec 17 06:45:48 2018 (r487658) +++ head/devel/libinotify/pkg-message Mon Dec 17 07:59:57 2018 (r487659) @@ -36,9 +36,4 @@ https://github.com/libinotify-kqueue/libinotify-kqueue You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. - -If the default on your system is too low, add the following line to -/boot/loader.conf, then reboot the system: - - kern.maxfiles="25000" =============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812170759.wBH7xw4p069647>