From f504cb02e1e8ef394287ddbaaad2fb1ec04bc33f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 8 Feb 2012 14:34:51 +0000 Subject: findfs: Remove /run/blkid/blkid.tab. See this util-linux commit: https://github.com/karelzak/util-linux/commit/b82590ad46acf9fe8d332b53875e24c3c31e2482 --- daemon/findfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/findfs.c b/daemon/findfs.c index 2c624b67..55d2d2ef 100644 --- a/daemon/findfs.c +++ b/daemon/findfs.c @@ -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]; -- cgit