pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/e2fsprogs/patches remove patches that are not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b388eb5d946
branches:  trunk
changeset: 351259:7b388eb5d946
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 18 06:26:31 2016 +0000

description:
remove patches that are not in distinfo

diffstat:

 sysutils/e2fsprogs/patches/patch-am |  13 ----------
 sysutils/e2fsprogs/patches/patch-ap |  22 -----------------
 sysutils/e2fsprogs/patches/patch-ar |  22 -----------------
 sysutils/e2fsprogs/patches/patch-at |  46 -------------------------------------
 sysutils/e2fsprogs/patches/patch-av |  13 ----------
 5 files changed, 0 insertions(+), 116 deletions(-)

diffs (136 lines):

diff -r e29a7f62a0e7 -r 7b388eb5d946 sysutils/e2fsprogs/patches/patch-am
--- a/sysutils/e2fsprogs/patches/patch-am       Thu Aug 18 06:10:54 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e29a7f62a0e7 -r 7b388eb5d946 sysutils/e2fsprogs/patches/patch-ap
--- a/sysutils/e2fsprogs/patches/patch-ap       Thu Aug 18 06:10:54 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e29a7f62a0e7 -r 7b388eb5d946 sysutils/e2fsprogs/patches/patch-ar
--- a/sysutils/e2fsprogs/patches/patch-ar       Thu Aug 18 06:10:54 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e29a7f62a0e7 -r 7b388eb5d946 sysutils/e2fsprogs/patches/patch-at
--- a/sysutils/e2fsprogs/patches/patch-at       Thu Aug 18 06:10:54 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e29a7f62a0e7 -r 7b388eb5d946 sysutils/e2fsprogs/patches/patch-av
--- a/sysutils/e2fsprogs/patches/patch-av       Thu Aug 18 06:10:54 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index