--- nfs-utils-1.3.3/support/include/nfslib.h.orig 2016-04-11 11:59:59.000000000 +0000 +++ nfs-utils-1.3.3/support/include/nfslib.h 2016-04-11 12:01:37.243355739 +0000 @@ -24,16 +24,16 @@ #include "xlog.h" #ifndef _PATH_EXPORTS -#define _PATH_EXPORTS "/etc/exports" +#define _PATH_EXPORTS "/usr/local/etc/exports" #endif #ifndef _PATH_EXPORTS_D -#define _PATH_EXPORTS_D "/etc/exports.d" +#define _PATH_EXPORTS_D "/usr/local/etc/exports.d" #endif #ifndef _EXT_EXPORT #define _EXT_EXPORT ".exports" #endif #ifndef _PATH_IDMAPDCONF -#define _PATH_IDMAPDCONF "/etc/idmapd.conf" +#define _PATH_IDMAPDCONF "/usr/local/etc/idmapd.conf" #endif #ifndef _PATH_XTAB #define _PATH_XTAB NFS_STATEDIR "/xtab"