89e4b8e377
Fix PR pkg/43950. Major change from 1.40.7: * ext4 filesystem support * many translation updates * many bug-fixes in detail, see RELEASE-NOTES.
13 lines
605 B
Text
13 lines
605 B
Text
$NetBSD: patch-as,v 1.3 2010/12/23 06:34:50 ryoon Exp $
|
|
|
|
--- misc/blkid.c.orig 2009-08-13 01:39:57.000000000 +0000
|
|
+++ misc/blkid.c
|
|
@@ -52,7 +52,7 @@ static void usage(int error)
|
|
fprintf(out,
|
|
"usage:\t%s [-c <file>] [-ghlLv] [-o format] "
|
|
"[-s <tag>] [-t <token>]\n [-w <file>] [dev ...]\n"
|
|
- "\t-c\tcache file (default: /etc/blkid.tab, /dev/null = none)\n"
|
|
+ "\t-c\tcache file (default: " ROOT_SYSCONFDIR "/blkid.tab, /dev/null = none)\n"
|
|
"\t-h\tprint this usage message and exit\n"
|
|
"\t-g\tgarbage collect the blkid cache\n"
|
|
"\t-s\tshow specified tag(s) (default show all tags)\n"
|