pkgsrc/devel/scmcvs/patches/patch-an
schmonz c02b407e92 Move cvs to scmcvs so it can be checked out on a case-insensitive
filesystem without interference from devel/CVS metadata. PKGNAME
stays the same. Discussed with agc.
2007-05-27 09:49:41 +00:00

13 lines
390 B
Text

$NetBSD: patch-an,v 1.1 2007/05/27 09:49:53 schmonz Exp $
--- src/history.c.orig 2005-08-02 22:46:57.000000000 +0200
+++ src/history.c
@@ -760,7 +760,7 @@ history_write (type, update_dir, revs, n
if (trace)
fprintf (stderr, "%s-> fopen(%s,a)\n",
CLIENT_SERVER_STR, fname);
- if (noexec)
+ if (nolock)
goto out;
if (!history_lock (current_parsed_root->directory))