From eafd78f78a7b928b1b1247b6d12645b6d59b6f21 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 18 Nov 1996 01:40:01 +0000 Subject: [PATCH] Changed location of otp database to /etc git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1043 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/otp_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/otp/otp_locl.h b/lib/otp/otp_locl.h index e34647272..d10bc9920 100644 --- a/lib/otp/otp_locl.h +++ b/lib/otp/otp_locl.h @@ -71,6 +71,6 @@ #define OTPKEYS "/.otpkeys" -#define OTP_DB "/tmp/otp" -#define OTP_DB_LOCK "/tmp/otp-lock" +#define OTP_DB "/etc/otp" +#define OTP_DB_LOCK "/etc/otp-lock"