summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/e2fsprogs/patches/patch-am13
-rw-r--r--sysutils/e2fsprogs/patches/patch-ap22
-rw-r--r--sysutils/e2fsprogs/patches/patch-ar22
-rw-r--r--sysutils/e2fsprogs/patches/patch-at46
-rw-r--r--sysutils/e2fsprogs/patches/patch-av13
5 files changed, 0 insertions, 116 deletions
diff --git a/sysutils/e2fsprogs/patches/patch-am b/sysutils/e2fsprogs/patches/patch-am
deleted file mode 100644
index 62596c4d187..00000000000
--- a/sysutils/e2fsprogs/patches/patch-am
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-am,v 1.2 2010/12/23 06:34:50 ryoon Exp $
-
---- e2fsck/e2fsck.conf.5.in.orig 2010-05-13 22:59:49.000000000 +0000
-+++ e2fsck/e2fsck.conf.5.in
-@@ -238,7 +238,7 @@ things out may be dangerous.)
- }
- .SH FILES
- .TP
--.I /etc/e2fsck.conf
-+.I @root_sysconfdir@/e2fsck.conf
- The configuration file for
- .BR e2fsck (8).
- .SH SEE ALSO
diff --git a/sysutils/e2fsprogs/patches/patch-ap b/sysutils/e2fsprogs/patches/patch-ap
deleted file mode 100644
index 7fe11de5ccb..00000000000
--- a/sysutils/e2fsprogs/patches/patch-ap
+++ /dev/null
@@ -1,22 +0,0 @@
-$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
diff --git a/sysutils/e2fsprogs/patches/patch-ar b/sysutils/e2fsprogs/patches/patch-ar
deleted file mode 100644
index eecd4fd24ec..00000000000
--- a/sysutils/e2fsprogs/patches/patch-ar
+++ /dev/null
@@ -1,22 +0,0 @@
-$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
diff --git a/sysutils/e2fsprogs/patches/patch-at b/sysutils/e2fsprogs/patches/patch-at
deleted file mode 100644
index 03403f6fed0..00000000000
--- a/sysutils/e2fsprogs/patches/patch-at
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD: patch-at,v 1.2 2010/12/23 06:34:50 ryoon Exp $
-
---- misc/mke2fs.8.in.orig 2010-02-06 03:51:19.000000000 +0000
-+++ misc/mke2fs.8.in
-@@ -159,7 +159,7 @@ option was specified.
- .PP
- The defaults of the parameters for the newly created filesystem, if not
- overridden by the options listed below, are controlled by the
--.B /etc/mke2fs.conf
-+.B @root_sysconfdir@/mke2fs.conf
- configuration file. See the
- .BR mke2fs.conf (5)
- manual page for more details.
-@@ -445,7 +445,7 @@ enabled by default are specified by the
- relation, either in the
- .I [defaults]
- section in the
--.B /etc/mke2fs.conf
-+.B @root_sysconfdir@/mke2fs.conf
- configuration file,
- or in the
- .I [fs_types]
-@@ -578,12 +578,12 @@ If this option is not specified,
- will pick a default either via how
- the command was run (for example, using a name of the form mkfs.ext2,
- mkfs.ext3, etc.) or via a default as defined by the
--.BR /etc/mke2fs.conf (5)
-+.BR @root_sysconfdir@/mke2fs.conf (5)
- file. This option controls which filesystem options are used by
- default, based on the
- .B fstypes
- configuration stanza in
--.BR /etc/mke2fs.conf (5).
-+.BR @root_sysconfdir@/mke2fs.conf (5).
- .sp
- If the
- .B \-O
-@@ -602,7 +602,7 @@ Specify how the filesystem is going to b
- .B mke2fs
- can choose optimal filesystem parameters for that use. The usage
- types that are supported are defined in the configuration file
--.BR /etc/mke2fs.conf (5).
-+.BR @root_sysconfdir@/mke2fs.conf (5).
- The user may specify one or more usage types
- using a comma separated list.
- .sp
diff --git a/sysutils/e2fsprogs/patches/patch-av b/sysutils/e2fsprogs/patches/patch-av
deleted file mode 100644
index 0b28000b894..00000000000
--- a/sysutils/e2fsprogs/patches/patch-av
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-av,v 1.2 2010/12/23 06:34:50 ryoon Exp $
-
---- misc/mke2fs.conf.5.in.orig 2009-08-13 01:39:57.000000000 +0000
-+++ misc/mke2fs.conf.5.in
-@@ -354,7 +354,7 @@ by
- on a per-filesystem type basis.
- .SH FILES
- .TP
--.I /etc/mke2fs.conf
-+.I @root_sysconfdir@/mke2fs.conf
- The configuration file for
- .BR mke2fs (8).
- .SH SEE ALSO