In 219, upstream's tmpfiles.d/tmp.conf changed /tmp/ from 'd' to 'v', but there
is no 'V' counterpart to 'D'. So change it back.
Closes: #779169
LP: #
1424992
also under Ubuntu 15.04.
* boot-and-services autopkgtest: Check cleanup of temporary files during
boot. Reproduces #779169.
+ * Clean up /tmp/ directory again. (Closes: #779169, LP: #1424992)
-- Martin Pitt <mpitt@debian.org> Tue, 24 Feb 2015 08:31:29 +0100
# Clear tmp directories separately, to make them easier to override
-v /tmp 1777 root root 10d
-v /var/tmp 1777 root root 30d
-+v /tmp 1777 root root -
++D /tmp 1777 root root -
+#v /var/tmp 1777 root root 30d
# Exclude namespace mountpoints created with PrivateTmp=yes