From: Andre Noll Date: Sun, 2 Aug 2009 10:54:46 +0000 (+0200) Subject: The fsck program is called oslfsck rather than osl_fsck. X-Git-Tag: v0.1.0~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=dd236c99130fb7cdeb49b7169a7a44298569f919;ds=sidebyside The fsck program is called oslfsck rather than osl_fsck. Remove the underscore and kill an outdated comment. --- diff --git a/fsck.c b/fsck.c index 955ed31..3ad043b 100644 --- a/fsck.c +++ b/fsck.c @@ -18,8 +18,7 @@ #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" \