mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
15 lines
398 B
Plaintext
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
|
|
};
|
|
|