mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Add pkg-message suggesting increasing the kern.maxfiles tunable. [1]
- Add LICENSE. Suggested by: bapt [1]
This commit is contained in:
parent
6f3d9abf71
commit
b1c95c33dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280793
@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Kevent based inotify compatible library
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
@ -24,4 +26,7 @@ post-configure:
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
'/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
12
devel/libinotify/pkg-message
Normal file
12
devel/libinotify/pkg-message
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
============================================================================
|
||||
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.
|
||||
|
||||
For a typical desktop, add the following line to /boot/loader.conf, then
|
||||
reboot the system:
|
||||
|
||||
kern.maxfiles="25000"
|
||||
=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user