blob: a753ee419c19969e823400ddff0db5efbe3fae54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ah,v 1.3 2013/10/14 06:51:02 adam Exp $
--- src/mkmodules.c.orig 2005-05-24 20:59:01.000000000 +0000
+++ src/mkmodules.c
@@ -596,6 +596,9 @@ static const char *const config_contents
"# For example:\n",
"#\n",
"# UseArchiveCommentLeader=no\n",
+ "\n",
+ "# Set this to the name of a local tag to use in addition to Id\n",
+ "#tag=OurTag\n",
NULL
};
|