summaryrefslogtreecommitdiff
path: root/security/kth-krb4
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-06-08 13:56:01 +0000
committerwennmach <wennmach>2000-06-08 13:56:01 +0000
commit4dc77cd6aa7af6dbaa40b9a09bb6053aba6efd65 (patch)
tree97898bfd79f675f064b3cf6660c5d8b93cf4322b /security/kth-krb4
parentedb03d33633048aa9bb134cbdf72418d5a32c82a (diff)
downloadpkgsrc-4dc77cd6aa7af6dbaa40b9a09bb6053aba6efd65.tar.gz
Find arla's configuration directory even if arla is not
installed in /usr/arla.
Diffstat (limited to 'security/kth-krb4')
-rw-r--r--security/kth-krb4/patches/patch-ag15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/kth-krb4/patches/patch-ag b/security/kth-krb4/patches/patch-ag
new file mode 100644
index 00000000000..c4dcaeef5b6
--- /dev/null
+++ b/security/kth-krb4/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1 2000/06/08 13:56:01 wennmach Exp $
+
+Do not use hardwired paths to arla's configuration directory.
+
+--- lib/kafs/kafs.h.orig Thu Jun 8 14:08:13 2000
++++ lib/kafs/kafs.h Thu Jun 8 14:08:51 2000
+@@ -181,7 +181,7 @@
+ #define _PATH_CELLSERVDB _PATH_VICE "CellServDB"
+ #define _PATH_THESECELLS _PATH_VICE "TheseCells"
+
+-#define _PATH_ARLA_VICE "/usr/arla/etc/"
++#define _PATH_ARLA_VICE "@PREFIX@/etc/"
+ #define _PATH_ARLA_THISCELL _PATH_ARLA_VICE "ThisCell"
+ #define _PATH_ARLA_CELLSERVDB _PATH_ARLA_VICE "CellServDB"
+ #define _PATH_ARLA_THESECELLS _PATH_ARLA_VICE "TheseCells"