findfs: Remove /run/blkid/blkid.tab.

See this util-linux commit:
b82590ad46
This commit is contained in:
Richard W.M. Jones
2012-02-08 14:34:51 +00:00
parent 518edc506f
commit f504cb02e1

View File

@@ -35,6 +35,7 @@ findfs (const char *tag, const char *label_or_uuid)
* is not supported in RHEL 5.
*/
unlink ("/etc/blkid/blkid.tab");
unlink ("/run/blkid/blkid.tab");
size_t len = strlen (tag) + strlen (label_or_uuid) + 2;
char arg[len];