From: Tollef Fog Heen Date: Wed, 12 Oct 2011 05:14:57 +0000 (+0200) Subject: Blacklist fuse init script X-Git-Tag: 37-1~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55fd299eb4f56ed8dc91618f084c7fef37fa55b5;p=systemd Blacklist fuse init script --- diff --git a/debian/changelog b/debian/changelog index 40aa412b..3e38c061 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 Wed, 28 Sep 2011 20:04:13 +0200 diff --git a/debian/systemd.links b/debian/systemd.links index bf6f69b7..d0ae5ff4 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.