[hackers] [ubase] mount: match mountpoint error message with util-linux || Hiltjo Posthuma
commit a056e2aa5444c2a2d07c25f94ce17af5e3340b4c
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Mar 15 19:45:56 2014 +0100
mount: match mountpoint error message with util-linux
Signed-off-by: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
diff --git a/mount.c b/mount.c
index 351c283..338c69d 100644
--- a/mount.c
+++ b/mount.c
_AT_@ -151,7 +151,7 @@ main(int argc, char *argv[])
}
}
if(!source)
- eprintf("can't find %s mountpoint
", target);
+ eprintf("can't find %s in /etc/fstab
", target);
mountsingle:
if(mount(source, target, types, flags, data) < 0)
Received on Sat Mar 15 2014 - 20:29:44 CET
This archive was generated by hypermail 2.3.0
: Sat Mar 15 2014 - 20:36:22 CET