]> err.no Git - systemd/commitdiff
Blacklist fuse init script
authorTollef Fog Heen <tfheen@err.no>
Wed, 12 Oct 2011 05:14:57 +0000 (07:14 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 12 Oct 2011 05:15:02 +0000 (07:15 +0200)
debian/changelog
debian/systemd.links

index 40aa412bdc1b9d5a2a587530ad34461054ffca31..3e38c061bf7569528a8678893525cebddc687592 100644 (file)
@@ -7,6 +7,8 @@ systemd (36-2) unstable; urgency=low
     exists.  Closes: #633059
   * If a sysv service exists in both rcS and rcN.d runlevels, drop the
     rcN.d ones to avoid loops.  Closes: #637037
+  * Blacklist fuse init script, we do the same work already internally.
+    Closes: #643700
 
  -- Tollef Fog Heen <tfheen@debian.org>  Wed, 28 Sep 2011 20:04:13 +0200
 
index bf6f69b78eb47d3cb38f6770fbc8beb668912c75..d0ae5ff4f53dafeb1057556e8b2744a7f67a74c6 100644 (file)
@@ -11,6 +11,9 @@
 /dev/null /lib/systemd/system/rmnologin.service
 /dev/null /lib/systemd/system/bootmisc.service
 
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643700
+/dev/null /lib/systemd/system/fuse.service
+
 # Although bootlogd is disabled by default (via /etc/default/bootlogd)
 # by masking them we avoid spawning a shell uselessly thrice during boot.
 # Besides, bootlogd doesn't look particularly useful in a systemd world.