From: Tollef Fog Heen Date: Wed, 2 Mar 2011 20:04:36 +0000 (+0100) Subject: Mask mtab.service and udev-mtab.service X-Git-Tag: 19-1~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98944c8ccef372cad5e918a8a5ded39fce7ce3d;p=systemd Mask mtab.service and udev-mtab.service They are useless --- diff --git a/debian/changelog b/debian/changelog index 4ebc1507..a13d0e7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ systemd (19-1) UNRELEASED; urgency=low * Add systemd-tmpfiles to systemd package. * Add ifup@.service for handling hotplugged interfaces from udev. Closes: #610871 + * Mask mtab.service and udev-mtab.service as they are pointless when + /etc/mtab is a symlink to /proc/mounts -- Tollef Fog Heen Thu, 17 Feb 2011 07:36:22 +0100 diff --git a/debian/systemd.links b/debian/systemd.links index c5daf5d9..896ed10e 100644 --- a/debian/systemd.links +++ b/debian/systemd.links @@ -18,6 +18,10 @@ /dev/null /lib/systemd/system/stop-bootlogd-single.service /dev/null /lib/systemd/system/stop-bootlogd.service +# These are pointless, /etc/mtab should be a symlink +/dev/null /lib/systemd/system/mtab.service +/dev/null /lib/systemd/system/udev-mtab.service + # TODO: make hwclock a symlink to hwclock-load.service? # Before this can happen we need to ensure that the 85-hwclock.rules # udev rule is not triggered when running systemd.