ef6921d005
* Simplify the PLISTs by merging them. This makes it easier to handle future platforms that want to install fsck. * Don't compress the info files during installation. The plist module can handle that automatically. * Install the example mke2fs.conf file into the right place. This should fix the latest bulk build error for e2fsprogs. Bump PKGREVISION to 1.
15 lines
373 B
Text
15 lines
373 B
Text
$NetBSD: patch-an,v 1.1 2007/06/20 19:51:10 jlam Exp $
|
|
|
|
--- e2fsck/e2fsck.h.orig 2006-03-18 21:33:55.000000000 -0500
|
|
+++ e2fsck/e2fsck.h
|
|
@@ -58,6 +58,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
|
|
*/
|