[Pkg-utopia-commits] r1194 - packages/unstable/avahi/debian/patches

Sjoerd Simons sjoerd at alioth.debian.org
Thu Dec 28 20:27:22 CET 2006


Author: sjoerd
Date: 2006-12-28 20:27:22 +0100 (Thu, 28 Dec 2006)
New Revision: 1194

Modified:
   packages/unstable/avahi/debian/patches/02_avahi-daemon-init-unicast-disable.patch
Log:
Make it actually apply on build

Modified: packages/unstable/avahi/debian/patches/02_avahi-daemon-init-unicast-disable.patch
===================================================================
--- packages/unstable/avahi/debian/patches/02_avahi-daemon-init-unicast-disable.patch	2006-12-28 19:02:12 UTC (rev 1193)
+++ packages/unstable/avahi/debian/patches/02_avahi-daemon-init-unicast-disable.patch	2006-12-28 19:27:22 UTC (rev 1194)
@@ -1,5 +1,5 @@
---- /etc/init.d/avahi-daemon	2006-12-28 18:40:14.000000000 +0100
-+++ /tmp/avahi-daemon	2006-12-28 19:57:12.000000000 +0100
+--- avahi-0.6.16/initscript/debian/avahi-daemon.in.orig	2006-12-28 20:24:35.000000000 +0100
++++ avahi-0.6.16/initscript/debian/avahi-daemon.in	2006-12-28 20:26:17.000000000 +0100
 @@ -26,6 +26,8 @@
  # Authors:      <sebastien.estienne at gmail.com>
  #
@@ -9,15 +9,15 @@
  if [ -f /lib/lsb/init-functions ]
  then
      . /lib/lsb/init-functions
-@@ -103,6 +105,11 @@
-     modprobe capability >/dev/null 2>&1 || true
+@@ -104,6 +106,11 @@
  
      $DAEMON -c && return 0
-+    
+ 
 +    if [ -e ${DISABLE_TAG} ]; then 
 +      # Disabled because of the existance of an unicast .local domain
 +      return 1;
 +    fi;
- 
++
      if [ -s /etc/localtime ]; then
  	if [ ! -d /etc/avahi/etc ]; then
+ 	    mkdir -p @sysconfdir@/avahi/etc >/dev/null 2>&1




More information about the Pkg-utopia-commits mailing list