pkgsrc/sysutils/e2fsprogs/patches/patch-an
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

15 lines
374 B
Text

$NetBSD: patch-an,v 1.2 2010/12/23 06:34:50 ryoon Exp $
--- e2fsck/e2fsck.h.orig 2010-05-13 22:59:49.000000000 +0000
+++ e2fsck/e2fsck.h
@@ -61,6 +61,10 @@
#define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
#endif
+#ifndef ETC_DIR
+#define ETC_DIR "/etc" /* Where to find the config file */
+#endif
+
/*
* Exit codes used by fsck-type programs
*/