Module Name:    src
Committed By:   riastradh
Date:           Thu Apr 11 02:15:39 UTC 2024

Modified Files:
        src: UPDATING
        src/distrib/sets/lists/base: mi

Log Message:
Nix /var/run/named entry from set lists.

Normally we don't do this, but /var/run/named is

(a) used by running daemons, so postinstall should not delete it, and
(b) deleted at boot-time anyway by /etc/rc.d/mountcritlocal, so
there's no sense in having it checked by mtree.

However, this means that update builds need manual intervention to
delete $DESTDIR/var/run/named or else checkflist will fail, so add a
note to UPDATING about this.

Do the same with /var/run/lwresd just in case.

PR misc/57877


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 src/UPDATING
cvs rdiff -u -r1.1342 -r1.1343 src/distrib/sets/lists/base/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.345 src/UPDATING:1.346
--- src/UPDATING:1.345	Fri Feb  9 22:08:30 2024
+++ src/UPDATING	Thu Apr 11 02:15:39 2024
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.345 2024/02/09 22:08:30 andvar Exp $
+$NetBSD: UPDATING,v 1.346 2024/04/11 02:15:39 riastradh Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -19,6 +19,11 @@ See also: BUILDING, build.sh, Makefile.
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20240410:
+	Update builds may require manually deleting
+	$DESTDIR/var/run/named (and, potentially,
+	$DESTDIR/var/run/lwresd) in order to avoid checkflist failure.
+
 20230828:
 	If:
         - you updated to current and ran postinstall between 20230826

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1342 src/distrib/sets/lists/base/mi:1.1343
--- src/distrib/sets/lists/base/mi:1.1342	Tue Apr  9 15:17:22 2024
+++ src/distrib/sets/lists/base/mi	Thu Apr 11 02:15:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1342 2024/04/09 15:17:22 nia Exp $
+# $NetBSD: mi,v 1.1343 2024/04/11 02:15:39 riastradh Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -6376,8 +6376,6 @@
 ./var/preserve					base-util-root
 ./var/quotas					base-util-root
 ./var/run					base-sys-root
-./var/run/lwresd				base-obsolete		obsolete
-./var/run/named					base-obsolete		obsolete
 ./var/rwho					base-netutil-root
 ./var/shm					base-sys-root
 ./var/spool					base-sys-root

Reply via email to