[Pkg-utopia-commits] r588 - in packages/unstable/avahi/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Wed Feb 15 19:38:18 UTC 2006


Author: sjoerd
Date: 2006-02-15 19:38:17 +0000 (Wed, 15 Feb 2006)
New Revision: 588

Added:
   packages/unstable/avahi/debian/patches/02_avahi-init_capabilities.patch
Modified:
   packages/unstable/avahi/debian/changelog
Log:
Force the load of the capabilities daemon

Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog	2006-02-15 18:28:09 UTC (rev 587)
+++ packages/unstable/avahi/debian/changelog	2006-02-15 19:38:17 UTC (rev 588)
@@ -1,8 +1,11 @@
 avahi (0.6.7-1) unstable; urgency=low
 
-  * New upstream release 
+  * New upstream release
+  * debian/patches/02_avahi-init_capabilities.patch
+    + Added. For loading of the capabilities kernel module before starting the
+    daemon. (Closes: #352858)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Wed, 15 Feb 2006 19:27:49 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 15 Feb 2006 20:37:07 +0100
 
 avahi (0.6.6-2) unstable; urgency=low
 

Added: packages/unstable/avahi/debian/patches/02_avahi-init_capabilities.patch
===================================================================
--- packages/unstable/avahi/debian/patches/02_avahi-init_capabilities.patch	2006-02-15 18:28:09 UTC (rev 587)
+++ packages/unstable/avahi/debian/patches/02_avahi-init_capabilities.patch	2006-02-15 19:38:17 UTC (rev 588)
@@ -0,0 +1,13 @@
+Index: initscript/debian/avahi-daemon.in
+===================================================================
+--- initscript/debian/avahi-daemon.in	(revision 1143)
++++ initscript/debian/avahi-daemon.in	(working copy)
+@@ -91,6 +91,8 @@
+ #       Function that starts the daemon/service.
+ #
+ d_start() {
++    modprobe capability >/dev/null 2>&1 || true
++
+     $DAEMON -c
+     [ $? = 0 ] && exit 0
+ 




More information about the Pkg-utopia-commits mailing list