Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!ucbvax!mit-mc.arpa!MRL%PFCVAX From: MRL%PFCVAX@MIT-MC.ARPA Newsgroups: fa.info-vax Subject: Patch to allow broadcasts to PASSALL terminals. Message-ID: <8509071944.AA24640@UCB-VAX.ARPA> Date: Thu, 5-Sep-85 13:53:10 EDT Article-I.D.: UCB-VAX.8509071944.AA24640 Posted: Thu Sep 5 13:53:10 1985 Date-Received: Mon, 9-Sep-85 01:08:02 EDT Sender: daemon@ucbvax.ARPA Reply-To: info-vax@ucb-vax.berkeley.edu Organization: The ARPA Internet Lines: 21 If anyone wants to patch the VMS software in order to allow broadcasts for a terminal set to PASSALL, the following locations must be changed. I've done it here in order to send messages to users running EMACS. In SYS.EXE: In TTDRIVER.EXE: 8001199A 1B4F (VMS 4.2) or 1B29 (VMS 4.1) 80011C5B OLD> "BITL #20001,B^44(R5)" NEW> "BITL #20000,B^44(R5)" The instruction tests whether the terminal's characterstic has been set to either nobroadcast or passall in order to determine whether to skip sending a broadcast to that terminal. The patch simply removes the test for passall. (Why it has to be done it 2 [actually 3] places is unknown to me. It used to only be done in the TTDRIVER under V3). Mark P.s. It's a good idea to save the old versions and to reinstall them before upgrades. Also, you have to reboot for the changes to be installed.