Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!nsc!voder!wlbr!news From: sms@wlv.imsd.contel.com (Steven M. Schultz) Newsgroups: comp.bugs.2bsd Subject: /boot,/mdec,[T]MSCP (Part 1 of 22) Message-ID: <1991May18.060112.24953@wlbr.imsd.contel.com> Date: 18 May 91 06:01:12 GMT Sender: news@wlbr.imsd.contel.com (news) Organization: Contel Federal Systems Lines: 36 Nntp-Posting-Host: wlv.imsd.contel.com Subject: Part 1 of 22 /boot,/mdec,[T]MSCP updates Index: /sys/, /usr/src/etc/ 2.11BSD Description: Repeat-By: Fix: See part 0 (the README) for the Description, the Reason and the instructions on how update your system. This is part 1 of 22 The GENERIC kernel required an adjustment of the overlay structure. *** /usr/src/sys/GENERIC/Makefile.old Sat Apr 6 00:30:59 1991 --- /usr/src/sys/GENERIC/Makefile Sat Apr 6 00:29:02 1991 *************** *** 58,66 **** kern_xxx.o quota_sys.o subr_prf.o sys_process.o \ syscalls.o ufs_mount.o subr_log.o vm_swp.o OV4= tty_pty.o quota_kern.o quota_subr.o quota_ufs.o machdep2.o \ ! cons.o ra.o kern_prot.o machdep.o OV5= ht.o tm.o ts.o ! OV6= tmscp.o KERNOBJ=${CONF} ${BASE} ${OV1} ${OV2} ${OV3} ${OV4} ${OV5} \ ${OV6} ${OV7} ${OV8} ${OV9} ${OV10} ${OV11} ${OV12} \ --- 58,66 ---- kern_xxx.o quota_sys.o subr_prf.o sys_process.o \ syscalls.o ufs_mount.o subr_log.o vm_swp.o OV4= tty_pty.o quota_kern.o quota_subr.o quota_ufs.o machdep2.o \ ! ra.o kern_prot.o machdep.o OV5= ht.o tm.o ts.o ! OV6= tmscp.o cons.o KERNOBJ=${CONF} ${BASE} ${OV1} ${OV2} ${OV3} ${OV4} ${OV5} \ ${OV6} ${OV7} ${OV8} ${OV9} ${OV10} ${OV11} ${OV12} \