14 lines
505 B
Text
14 lines
505 B
Text
$NetBSD: patch-ah,v 1.2 2011/09/22 15:16:26 ryoon Exp $
|
|
|
|
--- src/mkmodules.c.orig 2008-05-07 15:57:34.000000000 +0000
|
|
+++ src/mkmodules.c
|
|
@@ -324,6 +324,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
|
|
};
|
|
|