Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!swrinde!elroy.jpl.nasa.gov!mahendo!wlbr!news From: sms@wlv.imsd.contel.com (Steven M. Schultz) Newsgroups: comp.bugs.2bsd Subject: /boot,/mdec,[T]MSCP (Part 22 of 22 - The End) Message-ID: <1991May18.075150.28138@wlbr.imsd.contel.com> Date: 18 May 91 07:51:50 GMT Sender: news@wlbr.imsd.contel.com (news) Organization: Contel Federal Systems Lines: 28 Nntp-Posting-Host: wlv.imsd.contel.com Subject: Part 22 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 22 of 22 Small typo for a no-op of a program. *** /usr/src/etc/config/config.c.old Sun Feb 15 21:28:16 1987 --- /usr/src/etc/config/config.c Fri May 10 20:53:32 1991 *************** *** 1,5 **** main() { ! puts("config hasn't been implemented under 2.10BSD."); exit(-1); } --- 1,5 ---- main() { ! puts("config hasn't been implemented under 2.11BSD."); exit(-1); }