avahi fix for Ticket #11039 -- rlimit-nproc set too low This patches the /etc/avahi...
authorJohn Crispin <john@openwrt.org>
Wed, 22 Aug 2012 09:59:23 +0000 (09:59 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 22 Aug 2012 09:59:23 +0000 (09:59 +0000)
This patch changes the setting of rlimit-nproc to 3, the same setting as
is in the default avahi-daemon.conf file.

The issue was reported in Ticket #11039.

Signed-off-by Mike Brady <mikebrady@eircom.net>

SVN-Revision: 33221

libs/avahi/Makefile
libs/avahi/files/avahi-daemon.conf

index 4fd5f808674af7f2e9d3145ea3e787b9fdbe80f0..2845c559ba771eba80546fb8d2f330eba65d208d 100644 (file)
@@ -16,7 +16,7 @@ endif
 
 PKG_NAME:=avahi
 PKG_VERSION:=0.6.31
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
index cf1385644fce6200b45f6642eeb6b670bd8c25b6..4ef64df2a8bcf2167edffc6f020890e7beac1ae4 100644 (file)
@@ -25,4 +25,4 @@ rlimit-data=4194304
 rlimit-fsize=0
 rlimit-nofile=30
 rlimit-stack=4194304
-rlimit-nproc=1
+rlimit-nproc=3