2014-11-05 12:41:07 +01:00

15 lines
398 B
Plaintext

$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
};