mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 22:44:59 -04:00
14 lines
605 B
Plaintext
14 lines
605 B
Plaintext
$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"
|