diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
commit | a6888a2a213b49d671bf658e58428d9a1d342f66 (patch) | |
tree | 73b4b8892d2a32df0f24d16b19046bc481baf971 /devel/gamin/pkg-message | |
parent | a740241125f843ca61310f787f0eea0d5b40784f (diff) | |
download | marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2 marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gamin/pkg-message')
-rw-r--r-- | devel/gamin/pkg-message | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/gamin/pkg-message b/devel/gamin/pkg-message deleted file mode 100644 index 1e1ea39bb..000000000 --- a/devel/gamin/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ -=============================================================================== - -Gamin will only provide realtime notification of changes for at most n files, -where n is the minimum value between (kern.maxfiles * 0.7) and -(kern.maxfilesperproc - 200). Beyond that limit, files will be polled. - -If you often open several large folders with Nautilus, you might want to -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" - -=============================================================================== |