X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fblkid.c;h=dcfac65def4ffd7373699da54168c9217e31ddee;hp=4c77b82a60be48cee8318d510f4e357007acdf5f;hb=01c1d82823be7008d7930e7876c31939227a4f41;hpb=e9c37113104c1cfb234535adc9b52ad3880a41ce 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);