summaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/e2fsprogs/patches/patch-aa')
-rw-r--r--sysutils/e2fsprogs/patches/patch-aa17
1 files changed, 14 insertions, 3 deletions
diff --git a/sysutils/e2fsprogs/patches/patch-aa b/sysutils/e2fsprogs/patches/patch-aa
index a28ca4f4413..476e4aaa0d1 100644
--- a/sysutils/e2fsprogs/patches/patch-aa
+++ b/sysutils/e2fsprogs/patches/patch-aa
@@ -1,6 +1,8 @@
---- e2fsck/unix.c.orig 2007-06-06 13:04:31.000000000 +0300
-+++ e2fsck/unix.c 2007-06-06 13:19:33.000000000 +0300
-@@ -173,7 +173,7 @@
+$NetBSD: patch-aa,v 1.5 2007/06/20 19:51:09 jlam Exp $
+
+--- e2fsck/unix.c.orig 2006-03-19 20:31:06.000000000 -0500
++++ e2fsck/unix.c
+@@ -173,7 +173,7 @@ static void check_mount(e2fsck_t ctx)
retval = ext2fs_check_if_mounted(ctx->filesystem_name,
&ctx->mount_flags);
if (retval) {
@@ -9,3 +11,12 @@
_("while determining whether %s is mounted."),
ctx->filesystem_name);
return;
+@@ -568,7 +568,7 @@ static void syntax_err_report(const char
+ exit(FSCK_ERROR);
+ }
+
+-static const char *config_fn[] = { "/etc/e2fsck.conf", 0 };
++static const char *config_fn[] = { ETC_DIR "/e2fsck.conf", 0 };
+
+ static errcode_t PRS(int argc, char *argv[], e2fsck_t *ret_ctx)
+ {