6da4e38375
* A warning message is now issued if an administrative file contains more than one DEFAULT entry. * An error running a verifymsg script (such as referencing an unset user variable or the script not existing) now causes the verification to fail. * Errors in administrative files commands (like unset user variables) are no longer reported unless the command is actually executed. * When a file is initially checked out, its last access time is now set to the current time rather than being set to the time the file was last checked in like the modification time is. * The Checkin.prog and Update.prog functionality has been removed. This fuctionality previously allowed executables to be specified in the modules file to be run at update and checkin time, but users could edit these files on a per workspace basis, creating a security hole. [NB: already fixed in the package earlier -- wiz] * Corrected the path in a failed write error message. * Autoconf and Automake are no longer run automatically unless you run configure with --enable-maintainer-mode. Accordingly, noautomake.sh is no longer needed and has been removed. * We've standardized on Automake version 1.7.5 and Autoconf version 2.57 to get at a few new macros. Again, this should only really affect developers. See the section of the INSTALL file about using the autotools if you are compiling CVS yourself.
13 lines
365 B
Text
13 lines
365 B
Text
$NetBSD: patch-as,v 1.4 2003/07/12 09:19:19 wiz Exp $
|
|
|
|
--- src/tag.c.orig Fri Jan 31 21:15:13 2003
|
|
+++ src/tag.c
|
|
@@ -1300,7 +1300,7 @@ Numeric tag %s contains characters other
|
|
/* The tags is valid but not mentioned in val-tags. Add it. */
|
|
datum value;
|
|
|
|
- if (noexec || nowrite)
|
|
+ if (noexec || nowrite || nolock)
|
|
{
|
|
if (db != NULL)
|
|
dbm_close (db);
|