Subject: misc/3238: update to sets/lists and other problems in distrib
To: None <gnats-bugs@gnats.netbsd.org>
From: Andrew Wheadon <andrew@wipux2.wifo.uni-mannheim.de>
List: netbsd-bugs
Date: 02/20/1997 12:29:56
>Number:         3238
>Category:       misc
>Synopsis:       newer changes not reflected in lists, floppies too small
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 20 15:05:01 1997
>Last-Modified:
>Originator:     Andrew Wheadon
>Organization:
The cost of living hasn't affected its popularity. (Mark Twain)
current	release=doc host=netbsd.wifo.uni-mannheim.de \ "NetBSD-current mirror"
hostbase=/mit/ftp/pub/NetBSD base=/usr prefix=/usr backup delete use-rel-suffix
>Release:        18.02.97
>Environment:
	
System: NetBSD wipux2.wifo.uni-mannheim.de 1.2C NetBSD 1.2C (GEORG) #0: Thu Feb 13 17:54:56 MET 1997 toor@wipux2.wifo.uni-mannheim.de:/src/src/sys/arch/i386/compile/GEORG i386


>Description:
	Although PR 3116 was closed, a couple of changes have 
	crept in since this pr, thus checkflist produces diffs.
	Included below is a patch to lists/man/{md_share.mi}
	which leaves the following unacounted for:
> ./dev/vga	# This is created by MAKEDEV on i386, add or not ?
< ./usr/lkm/if_ipl.o # This didn't compile but will tomorrow, ignore
> ./usr/sbin/zzz # The fate of these seems unpredicted
> ./usr/share/man/cat8/i386/zzz.0 # dito

	Also the instbin is now 1175552 bytes large, and doesn't
	fit together with it's other files on a 1.2 floppy.
	kcbin 491520 bytes and an unstripped INSTALL/netbsd don't
	fit on a 1.4MB floppy, after stripping the kernel it fits on
	a 1.4MB floppy as does instbin&co.
	
>How-To-Repeat:
	make a distribution (for automatic making, send me an email).
	
>Fix:
1)	add support for striping the kernel before copying it in kc/list
	change to use of floppy3 and 144x10 instead of 12x100.
disadvantage: No support for 1.2MB, kvm_mkdb fails.
2)	switch to compressed filesystem images.
disadvantage: Probably fails on low-memory machines.

patch to sets:

diff -r -u sets/lists/comp/mi sets.acw/lists/comp/mi
--- sets/lists/comp/mi	Tue Feb 18 13:07:29 1997
+++ sets.acw/lists/comp/mi	Thu Feb 20 12:03:43 1997
@@ -50,6 +50,8 @@
 ./usr/include/dev/ic/ad1848reg.h
 ./usr/include/dev/ic/ahareg.h
 ./usr/include/dev/ic/ahavar.h
+./usr/include/dev/ic/aic6360reg.h
+./usr/include/dev/ic/aic6360var.h
 ./usr/include/dev/ic/aic7xxxreg.h
 ./usr/include/dev/ic/aic7xxxvar.h
 ./usr/include/dev/ic/am7930reg.h
@@ -63,6 +65,7 @@
 ./usr/include/dev/ic/cyvar.h
 ./usr/include/dev/ic/dc21040reg.h
 ./usr/include/dev/ic/dp8390reg.h
+./usr/include/dev/ic/dp8390var.h
 ./usr/include/dev/ic/elink3reg.h
 ./usr/include/dev/ic/elink3var.h
 ./usr/include/dev/ic/hayespreg.h
diff -r -u sets/lists/man/md_share sets.acw/lists/man/md_share
--- sets/lists/man/md_share	Tue Feb 18 13:07:31 1997
+++ sets.acw/lists/man/md_share	Thu Feb 20 11:59:33 1997
@@ -65,21 +65,17 @@
 ./usr/share/man/cat4/hp300/rmp.0
 ./usr/share/man/cat4/hp300/tc.0
 ./usr/share/man/cat4/i386/aha.0
-./usr/share/man/cat4/i386/ahb.0
 ./usr/share/man/cat4/i386/aic.0
 ./usr/share/man/cat4/i386/apm.0
 ./usr/share/man/cat4/i386/ast.0
 ./usr/share/man/cat4/i386/autoconf.0
-./usr/share/man/cat4/i386/bha.0
 ./usr/share/man/cat4/i386/boca.0
-./usr/share/man/cat4/i386/bt.0
 ./usr/share/man/cat4/i386/busmouse.0
 ./usr/share/man/cat4/i386/com.0
 ./usr/share/man/cat4/i386/cy.0
 ./usr/share/man/cat4/i386/ed.0
 ./usr/share/man/cat4/i386/eg.0
 ./usr/share/man/cat4/i386/el.0
-./usr/share/man/cat4/i386/ep.0
 ./usr/share/man/cat4/i386/fdc.0
 ./usr/share/man/cat4/i386/gus.0
 ./usr/share/man/cat4/i386/ie.0
@@ -100,7 +96,6 @@
 ./usr/share/man/cat4/i386/sb.0
 ./usr/share/man/cat4/i386/sea.0
 ./usr/share/man/cat4/i386/speaker.0
-./usr/share/man/cat4/i386/uha.0
 ./usr/share/man/cat4/i386/wd.0
 ./usr/share/man/cat4/i386/wss.0
 ./usr/share/man/cat4/i386/wt.0
diff -r -u sets/lists/man/mi sets.acw/lists/man/mi
--- sets/lists/man/mi	Tue Feb 18 13:07:31 1997
+++ sets.acw/lists/man/mi	Thu Feb 20 12:07:31 1997
@@ -274,24 +274,32 @@
 ./usr/share/man/cat1/zgrep.0
 ./usr/share/man/cat1/zmore.0
 ./usr/share/man/cat1/znew.0
+./usr/share/man/cat4/ahb.0
 ./usr/share/man/cat4/ahc.0
 ./usr/share/man/cat4/arp.0
 ./usr/share/man/cat4/audio.0
+./usr/share/man/cat4/bha.0
 ./usr/share/man/cat4/bpf.0
+./usr/share/man/cat4/bt.0
 ./usr/share/man/cat4/ccd.0
 ./usr/share/man/cat4/cd.0
 ./usr/share/man/cat4/clnp.0
 ./usr/share/man/cat4/cltp.0
 ./usr/share/man/cat4/ddb.0
 ./usr/share/man/cat4/drum.0
+./usr/share/man/cat4/eisa.0
+./usr/share/man/cat4/ep.0
 ./usr/share/man/cat4/esis.0
 ./usr/share/man/cat4/fd.0
+./usr/share/man/cat4/fea.0
+./usr/share/man/cat4/fpa.0
 ./usr/share/man/cat4/icmp.0
 ./usr/share/man/cat4/idp.0
 ./usr/share/man/cat4/imp.0
 ./usr/share/man/cat4/inet.0
 ./usr/share/man/cat4/ip.0
 ./usr/share/man/cat4/ipf.0
+./usr/share/man/cat4/ipfilter.0
 ./usr/share/man/cat4/ipl.0
 ./usr/share/man/cat4/ipnat.0
 ./usr/share/man/cat4/iso.0
@@ -322,6 +330,7 @@
 ./usr/share/man/cat4/tty.0
 ./usr/share/man/cat4/tun.0
 ./usr/share/man/cat4/udp.0
+./usr/share/man/cat4/uha.0
 ./usr/share/man/cat4/uk.0
 ./usr/share/man/cat4/unix.0
 ./usr/share/man/cat4/vnd.0
>Audit-Trail:
>Unformatted: