15 lines
604 B
Text
15 lines
604 B
Text
$NetBSD: patch-ag,v 1.2 2002/09/24 00:17:51 jlam 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 "@PKG_SYSCONFDIR@/"
|
|
#define _PATH_ARLA_THISCELL _PATH_ARLA_VICE "ThisCell"
|
|
#define _PATH_ARLA_CELLSERVDB _PATH_ARLA_VICE "CellServDB"
|
|
#define _PATH_ARLA_THESECELLS _PATH_ARLA_VICE "TheseCells"
|