15 lines
471 B
Text
15 lines
471 B
Text
|
$NetBSD: patch-ah,v 1.3 2000/10/21 19:29:06 wiz Exp $
|
||
|
|
||
|
--- src/mkmodules.c.orig Fri Sep 8 17:28:36 2000
|
||
|
+++ src/mkmodules.c
|
||
|
@@ -297,6 +297,9 @@
|
||
|
"# Set `LogHistory' to `all' or `TOFEWGCMAR' to log all transactions to the\n",
|
||
|
"# history file, or a subset as needed (ie `TMAR' logs all write operations)\n",
|
||
|
"#LogHistory=TOFEWGCMAR\n",
|
||
|
+ "\n",
|
||
|
+ "# Set this to the name of a local tag to use in addition to Id\n",
|
||
|
+ "#tag=OurTag\n",
|
||
|
NULL
|
||
|
};
|
||
|
|