Files
pkgsrc-ng/sysutils/mc46/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
502 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2011/01/23 14:31:56 wiz Exp $
--- vfs/extfs.c.orig 2008-02-14 12:26:28.000000000 +0100
+++ vfs/extfs.c
@@ -1278,7 +1278,7 @@ static int extfs_init (struct vfs_class
char *mc_extfsini;
char key[256];
- mc_extfsini = concat_dir_and_file (mc_home, "extfs" PATH_SEP_STR "extfs.ini");
+ mc_extfsini = concat_dir_and_file ("@PKG_SYSCONFDIR@", "extfs.ini");
cfg = fopen (mc_extfsini, "r");
/* We may not use vfs_die() message or message or similar,