summaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/patches/patch-an
blob: 81fc66738e10791300f5b4a5433c6333556c1329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-an,v 1.4 2017/02/03 14:08:11 mef Exp $

/* Where to find the config file */

--- e2fsck/e2fsck.h.orig	2016-06-08 21:39:43.000000000 +0000
+++ e2fsck/e2fsck.h
@@ -69,6 +69,10 @@
 
 #include "support/quotaio.h"
 
+#ifndef ETC_DIR
+#define ETC_DIR "/etc"		/* Where to find the config file */
+#endif
+
 /*
  * Exit codes used by fsck-type programs
  */