From 7270d9e51e323d3d998d224cdec68e69eeab4557 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 20 Jan 1999 06:47:23 +0000 Subject: [PATCH] add some development notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1649 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Session.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/engine/Session.c b/src/engine/Session.c index 533cf2ae91..d6a93ce4ec 100644 --- a/src/engine/Session.c +++ b/src/engine/Session.c @@ -238,6 +238,12 @@ xaccSessionBeginFile (Session *sess, const char * filefrag) * triplet filename-host-process, otherwise accidental * aliases can occur. */ + /* appearently, even this code may not work for some NFS + * implementations. In the long run, I am told that + * ftp.debian.org + * /pub/debian/dists/unstable/main/source/libs/liblockfile_0.1-6.tar.gz + * provides a better long-term solution. + */ strcpy (pathbuf, sess->lockfile); path = strrchr (pathbuf, '.'); sprintf (path, ".%lx.%d.LNK", gethostid(), getpid());