The fsck program is called oslfsck rather than osl_fsck.
authorAndre Noll <maan@systemlinux.org>
Sun, 2 Aug 2009 10:54:46 +0000 (12:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 2 Aug 2009 10:54:46 +0000 (12:54 +0200)
Remove the underscore and kill an outdated comment.

fsck.c

diff --git a/fsck.c b/fsck.c
index 955ed31bf1b004a9360c577fe22722c8738bc4e4..3ad043b94e9bca2cddd8b4c4fd79e85e5906b182 100644 (file)
--- a/fsck.c
+++ b/fsck.c
@@ -18,8 +18,7 @@
 #include "osl_core.h"
 #include "fsck.cmdline.h"
 
 #include "osl_core.h"
 #include "fsck.cmdline.h"
 
-/** version text used by various commands if -V switch was given */
-#define VERSION_TEXT(prefix) "osl_" prefix " " VERSION " " "\n" \
+#define VERSION_TEXT(prefix) "osl" prefix " " VERSION " " "\n" \
        "Copyright (C) 2008-2009 Andre Noll\n" \
        "This is free software with ABSOLUTELY NO WARRANTY." \
        " See COPYING for details.\n" \
        "Copyright (C) 2008-2009 Andre Noll\n" \
        "This is free software with ABSOLUTELY NO WARRANTY." \
        " See COPYING for details.\n" \