8203c24723
Make LOCALID a runtime option, instead of a compiletime option, by moving the value to CVSROOT/config (repository specific). Some minor fixes for buffer sizes. Add a RCS Id where missing; add some warning about the deprecated RCS_LOCALID variable. Both changes from OpenBSD. Bump to 1.11nb1.
14 lines
471 B
Text
14 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
|
|
};
|
|
|