summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-ah
blob: 41d62760c9b8fa831d4b7ac6e5f79e8906a7046c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.7 2005/03/01 15:36:48 wiz Exp $

--- src/mkmodules.c.orig	2005-01-31 23:14:17.000000000 +0100
+++ src/mkmodules.c
@@ -313,6 +313,9 @@ static const char *const config_contents
     "# repositories.  Set it to `never' (the previous CVS behavior) to prevent\n",
     "# verifymsg scripts from changing the log message.\n",
     "#RereadLogAfterVerify=always\n",
+    "\n",
+    "# Set this to the name of a local tag to use in addition to Id\n",
+    "#tag=OurTag\n",
     NULL
 };