[Pkg-utopia-commits] r2228 - in /packages/unstable/avahi/debian: changelog patches/01_avahi-daemon.conf.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Apr 26 11:19:11 UTC 2008


Author: sjoerd
Date: Sat Apr 26 11:19:11 2008
New Revision: 2228

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2228
Log:
* debian/patches/01_avahi-daemon.conf.patch
  - Updated. Set the no file rlimit from 30 to 300, making it very unlikely
  that it ever gets hit. (Closes: 461181)

Modified:
    packages/unstable/avahi/debian/changelog
    packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=2228&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Sat Apr 26 11:19:11 2008
@@ -1,9 +1,15 @@
 avahi (0.6.22-3.1) UNRELEASED; urgency=high
 
+  [ Michael Biebl ]
   * debian/control
     - Add Build-Depends on pkg-config.
 
- -- Michael Biebl <biebl at debian.org>  Sun, 06 Apr 2008 15:52:29 +0200
+  [ Sjoerd Simons ]
+  * debian/patches/01_avahi-daemon.conf.patch
+    - Updated. Set the no file rlimit from 30 to 300, making it very unlikely
+    that it ever gets hit. (Closes: 461181)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 26 Apr 2008 13:18:05 +0200
 
 avahi (0.6.22-3) unstable; urgency=low
 

Modified: packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch?rev=2228&op=diff
==============================================================================
--- packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch (original)
+++ packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch Sat Apr 26 11:19:11 2008
@@ -1,6 +1,7 @@
---- avahi-daemon/avahi-daemon.conf.orig	2006-01-11 22:48:59.000000000 +0100
-+++ avahi-daemon/avahi-daemon.conf	2006-01-11 22:51:46.000000000 +0100
-@@ -23,7 +23,7 @@
+diff -Naur avahi-0.6.22/avahi-daemon/avahi-daemon.conf avahi-0.6.22.patched/avahi-daemon/avahi-daemon.conf
+--- avahi-0.6.22/avahi-daemon/avahi-daemon.conf	2007-05-09 00:51:01.000000000 +0200
++++ avahi-0.6.22.patched/avahi-daemon/avahi-daemon.conf	2008-04-26 13:17:07.000000000 +0200
+@@ -23,9 +23,9 @@
  [server]
  #host-name=foo
  #domain-name=local
@@ -10,3 +11,13 @@
 -use-ipv6=no
 +use-ipv6=yes
  #check-response-ttl=no
+ #use-iff-running=no
+ #enable-dbus=yes
+@@ -57,6 +57,6 @@
+ rlimit-core=0
+ rlimit-data=4194304
+ rlimit-fsize=0
+-rlimit-nofile=30
++rlimit-nofile=300
+ rlimit-stack=4194304
+ rlimit-nproc=3




More information about the Pkg-utopia-commits mailing list