From 3729b8c84ef0b259e65579037f5efc95937307cd Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 20 Apr 1999 15:01:11 +0000 Subject: Nuke the klugy CVSREADONLY hack, and instead use a modified version of our old `cvs -u' changes to prevent lock creation. --- devel/cvs/patches/patch-aj | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devel/cvs/patches/patch-aj (limited to 'devel/cvs/patches/patch-aj') diff --git a/devel/cvs/patches/patch-aj b/devel/cvs/patches/patch-aj deleted file mode 100644 index 921f2b753b9..00000000000 --- a/devel/cvs/patches/patch-aj +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aj,v 1.1 1999/03/11 09:48:43 tron Exp $ - ---- src/server.c.orig Fri Aug 7 02:46:38 1998 -+++ src/server.c Thu Mar 11 10:41:30 1999 -@@ -612,7 +612,7 @@ - } - (void) strcat (path, "/"); - (void) strcat (path, CVSROOTADM_HISTORY); -- if (isfile (path) && !isaccessible (path, R_OK | W_OK)) -+ if (!readonlyfs && isfile (path) && !isaccessible (path, R_OK | W_OK)) - { - save_errno = errno; - pending_error_text = malloc (80 + strlen (path)); -- cgit v1.2.3