git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89404ec
)
Correct the path to /sbin/fsck.
author
Richard Jones
<rjones@redhat.com>
Thu, 30 Apr 2009 18:28:08 +0000
(19:28 +0100)
committer
Richard Jones
<rjones@redhat.com>
Thu, 30 Apr 2009 18:28:08 +0000
(19:28 +0100)
daemon/fsck.c
patch
|
blob
|
history
diff --git
a/daemon/fsck.c
b/daemon/fsck.c
index
d7a42de
..
7f81e96
100644
(file)
--- a/
daemon/fsck.c
+++ b/
daemon/fsck.c
@@
-34,7
+34,7
@@
do_fsck (const char *fstype, const char *device)
IS_DEVICE (device, -1);
- r = commandr (NULL, &err, "fsck", "-a", "-t", fstype, device, NULL);
+ r = commandr (NULL, &err, "
/sbin/
fsck", "-a", "-t", fstype, device, NULL);
if (r == -1) {
reply_with_error ("fsck: %s: %s", device, err);
free (err);