summaryrefslogtreecommitdiff
path: root/kerberosV/lib
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-10 05:07:54 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-10 05:07:54 +0000
commit12e0272af67e363425f360f1024152e2340eef1b (patch)
tree8366179cf70b3e188ddb4294902a6e55c1bca5cd /kerberosV/lib
parent363e352db199f38c84f6f7c046bfd983dcbbb4ea (diff)
Move default Kerberos DB directory from /var/heimdal to /var/kerberosV.
We want to refer to the protocol, not the implementation. req. by and ok deraadt@ ok dcoppa@ robert@ beck@
Diffstat (limited to 'kerberosV/lib')
-rw-r--r--kerberosV/lib/libhdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/lib/libhdb/Makefile b/kerberosV/lib/libhdb/Makefile
index 1667b74bb55..85daebf5886 100644
--- a/kerberosV/lib/libhdb/Makefile
+++ b/kerberosV/lib/libhdb/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2013/07/02 19:00:09 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.7 2013/07/10 05:07:53 ajacoutot Exp $
LIB= hdb
@@ -57,7 +57,7 @@ CPPFLAGS= -I${KRB5DIR}/lib/hdb -I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/krb5 \
-I.
-CFLAGS= -DHDB_DB_DIR="\"/var/heimdal\""
+CFLAGS= -DHDB_DB_DIR="\"/var/kerberosV\""
GEN= asn1_Salt.x \
asn1_Key.x \