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.
22 lines
809 B
Text
22 lines
809 B
Text
$NetBSD: patch-ar,v 1.2 2010/12/23 06:34:50 ryoon Exp $
|
|
|
|
--- misc/blkid.8.in.orig 2009-08-13 01:39:57.000000000 +0000
|
|
+++ misc/blkid.8.in
|
|
@@ -55,7 +55,7 @@ more devices.
|
|
Read from
|
|
.I cachefile
|
|
instead of reading from the default cache file
|
|
-.IR /etc/blkid.tab .
|
|
+.IR @root_sysconfdir@/blkid.tab .
|
|
If you want to start with a clean cache (i.e. don't report devices previously
|
|
scanned but not necessarily available at this time), specify
|
|
.IR /dev/null .
|
|
@@ -133,7 +133,7 @@ Display version number and exit.
|
|
Write the device cache to
|
|
.I writecachefile
|
|
instead of writing it to the default cache file
|
|
-.IR /etc/blkid.tab .
|
|
+.IR @root_sysconfdir@/blkid.tab .
|
|
If you don't want to save the cache to the default file, specify
|
|
.IR /dev/null.
|
|
If not specified it will be the same file as that given by the
|