X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fblkid.c;h=dcfac65def4ffd7373699da54168c9217e31ddee;hb=9e0b31a2af26b8d58a44dd80993a5e73d4942307;hp=4c77b82a60be48cee8318d510f4e357007acdf5f;hpb=57c143da4d9b9e75e6da83ef3b8e8c0979c6f0f6;p=libguestfs.git diff --git a/daemon/blkid.c b/daemon/blkid.c index 4c77b82..dcfac65 100644 --- a/daemon/blkid.c +++ b/daemon/blkid.c @@ -34,7 +34,7 @@ do_vfs_type (const char *device) int r; r = command (&out, &err, - "/sbin/blkid", "-o", "value", "-s", "TYPE", device, NULL); + "blkid", "-o", "value", "-s", "TYPE", device, NULL); if (r == -1) { reply_with_error ("%s: %s", device, err); free (out);