summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2011-10-12 07:14:57 +0200
committerTollef Fog Heen <tfheen@err.no>2011-10-12 07:15:02 +0200
commit55fd299eb4f56ed8dc91618f084c7fef37fa55b5 (patch)
treea13eb4756c3b5b4d10dd2e49143638d3f5b52bba
parent9870b64840a6731a3511ec26d1016faa0c60f7c9 (diff)
downloadsystemd-55fd299eb4f56ed8dc91618f084c7fef37fa55b5.tar.gz
Blacklist fuse init script
-rw-r--r--debian/changelog2
-rw-r--r--debian/systemd.links3
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 40aa412bdc..3e38c061bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/systemd.links b/debian/systemd.links
index bf6f69b78e..d0ae5ff4f5 100644
--- a/debian/systemd.links
+++ b/debian/systemd.links
@@ -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.