summaryrefslogtreecommitdiff
path: root/net/samba4/patches/patch-source4_heimdal__build_roken.h
blob: 465fdfe9a3641301fc40536b199ec4df05bd2c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-source4_heimdal__build_roken.h,v 1.3 2022/03/07 21:40:38 thor Exp $

Substitute SYSCONFDIR in embedded Heimdal too.

--- source4/heimdal_build/roken.h.orig	2021-08-09 13:38:36.703383700 +0000
+++ source4/heimdal_build/roken.h
@@ -7,7 +7,7 @@
 #include "config.h"
 
 /* path to sysconf - should we force this to samba LIBDIR ? */
-#define SYSCONFDIR "/etc"
+#define SYSCONFDIR "/data/pkg/etc"
 
 #define rk_PATH_DELIM '/'