Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/common Don't bother building var/db/obsolete/* files...



details:   https://anonhg.NetBSD.org/src/rev/7c4809445f52
branches:  trunk
changeset: 546930:7c4809445f52
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri May 09 01:45:08 2003 +0000

description:
Don't bother building var/db/obsolete/* files for the install media;
this stuff is in the base.tgz distribution, and it's better to have
postinstall fix it up than use the (dodgy) code in sysinst.

diffstat:

 distrib/common/list.sysinst |   5 +----
 distrib/common/mtree.common |  16 +---------------
 2 files changed, 2 insertions(+), 19 deletions(-)

diffs (46 lines):

diff -r 9c82694f271e -r 7c4809445f52 distrib/common/list.sysinst
--- a/distrib/common/list.sysinst       Fri May 09 01:09:13 2003 +0000
+++ b/distrib/common/list.sysinst       Fri May 09 01:45:08 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list.sysinst,v 1.9 2003/03/25 23:07:29 lukem Exp $
+#      $NetBSD: list.sysinst,v 1.10 2003/05/09 01:45:08 lukem Exp $
 #
 # list file (c.f. parselist.awk) for sysinst-using install media.
 #
@@ -9,6 +9,3 @@
 PROG   usr/bin/progress
 
 SPECIAL        sysinst srcdir  distrib/utils/sysinst/arch/${MACHINE}
-
-# generate the lists of obsolete files used by sysinst
-CMD    MAKE=${MAKE} sh ${DISTRIBDIR}/sets/makeobsolete -b -s ${DISTRIBDIR}/sets -t ./var/db/obsolete
diff -r 9c82694f271e -r 7c4809445f52 distrib/common/mtree.common
--- a/distrib/common/mtree.common       Fri May 09 01:09:13 2003 +0000
+++ b/distrib/common/mtree.common       Fri May 09 01:45:08 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mtree.common,v 1.3 2003/02/22 03:20:47 lukem Exp $
+#      $NetBSD: mtree.common,v 1.4 2003/05/09 01:45:08 lukem Exp $
 
 /set                           type=dir uname=root gname=wheel mode=0755
 
@@ -19,20 +19,6 @@
 ./usr/share/misc
 ./var
 ./var/db
-./var/db/obsolete
-./var/db/obsolete/base         type=file mode=644 optional
-./var/db/obsolete/comp         type=file mode=644 optional
-./var/db/obsolete/etc          type=file mode=644 optional
-./var/db/obsolete/games                type=file mode=644 optional
-./var/db/obsolete/man          type=file mode=644 optional
-./var/db/obsolete/misc         type=file mode=644 optional
-./var/db/obsolete/text         type=file mode=644 optional
-./var/db/obsolete/xbase                type=file mode=644 optional
-./var/db/obsolete/xcomp                type=file mode=644 optional
-./var/db/obsolete/xcontrib     type=file mode=644 optional
-./var/db/obsolete/xfont                type=file mode=644 optional
-./var/db/obsolete/xserver      type=file mode=644 optional
-./var/db/obsolete/xmisc                type=file mode=644 optional
 ./var/run
 ./var/log
 ./var/spool



Home | Main Index | Thread Index | Old Index