diff options
author | jmmv <jmmv> | 2006-01-24 15:21:22 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-01-24 15:21:22 +0000 |
commit | 23ada20a1e6e62b601a4a2e959189f29cd83379f (patch) | |
tree | 7890e0445acd0483d6154c2988223ea202d4ff2f /net/mldonkey/Makefile | |
parent | 1a5e8e21856c435c131983a7c640bfea8af2cbb9 (diff) | |
download | pkgsrc-23ada20a1e6e62b601a4a2e959189f29cd83379f.tar.gz |
Unlimit the maximum number of open files when starting the daemon as it
requires more than the default 64. Bump PKGREVISION to 1.
Fixes PR pkg/32602.
I guess the real solution could be to modify mldonkey's source to unlimit
this value itself, but I don't want to deal with (i.e., learn) ocaml code...
Diffstat (limited to 'net/mldonkey/Makefile')
-rw-r--r-- | net/mldonkey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 1a33176bd77..27db424c7b5 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.33 2006/01/06 17:01:12 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/01/24 15:21:22 jmmv Exp $ # .include "Makefile.common" +PKGREVISION= 1 + RCD_SCRIPTS= mldonkey BUILD_DEFS+= MLDONKEY_GROUP MLDONKEY_HOME MLDONKEY_USER |