summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-ah
blob: 12dbc8fbc8c5aa12de0020dbeff7b8be783332fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.5 2003/07/12 09:19:18 wiz Exp $

--- src/mkmodules.c.orig	Fri Sep  7 16:22:39 2001
+++ src/mkmodules.c
@@ -307,6 +307,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
 };