aboutsummaryrefslogtreecommitdiff
path: root/contrib/opie
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-01 13:02:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-01 13:02:20 +0000
commitb1769be32cdb15bac0d4e2bb1a013c830cb8c772 (patch)
tree43b9fee58d57f04a06ed2c04f3440271d71e4de6 /contrib/opie
parent64fd8fa8a0feadceb1e566d667eb52ff14473934 (diff)
downloadsrc-b1769be32cdb15bac0d4e2bb1a013c830cb8c772.tar.gz
src-b1769be32cdb15bac0d4e2bb1a013c830cb8c772.zip
Move locks from /etc/opielocks to /var/run/opielocks to keep
/etc non-writeable as possible
Notes
Notes: svn path=/head/; revision=30035
Diffstat (limited to 'contrib/opie')
-rw-r--r--contrib/opie/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/opie/config.h b/contrib/opie/config.h
index 0f6fd1c51533..bf91b2e68e8d 100644
--- a/contrib/opie/config.h
+++ b/contrib/opie/config.h
@@ -169,7 +169,7 @@
#define NEW_PROMPTS 1
/* Defined to the path of the OPIE lock directory */
-#define OPIE_LOCK_DIR "/etc/opielocks"
+#define OPIE_LOCK_DIR "/var/spool/opielocks"
/* Defined if users are to be asked to re-type secret pass phrases */
/* #undef RETYPE */