pkgsrc/sysutils/e2fsprogs/patches/patch-ap
ryoon 89e4b8e377 Update e2fsprogs to 1.41.12 from 1.40.7.
Fix PR pkg/43950.

Major change from 1.40.7:
* ext4 filesystem support
* many translation updates
* many bug-fixes
in detail, see RELEASE-NOTES.
2010-12-23 06:34:50 +00:00

22 lines
887 B
Text

$NetBSD: patch-ap,v 1.2 2010/12/23 06:34:50 ryoon Exp $
--- lib/blkid/libblkid.3.in.orig 2009-08-13 01:39:57.000000000 +0000
+++ lib/blkid/libblkid.3.in
@@ -24,7 +24,7 @@ A common use is to allow use of LABEL= a
specific block device names into configuration files.
.P
Block device information is normally kept in a cache file
-.I /etc/blkid.tab
+.I @root_sysconfdir@/blkid.tab
and is verified to still be valid before being returned to the user
(if the user has read permission on the raw block device, otherwise not).
The cache file also allows unprivileged users (normally anyone other
@@ -51,7 +51,7 @@ was written by Andreas Dilger for the ex
from Ted Ts'o. The library was subsequently heavily modified by Ted Ts'o.
.SH FILES
.TP
-.I /etc/blkid.tab
+.I @root_sysconfdir@/blkid.tab
Caches data extracted from each recognized block device.
.SH AVAILABILITY
.B libblkid