Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!ron@brl-bmd
From: ron%brl-bmd@sri-unix.UUCP
Newsgroups: net.unix-wizards
Subject: Re:  TIOCCDTR (bug|feature)
Message-ID: <2332@sri-arpa.UUCP>
Date: Sun, 19-Jun-83 20:42:02 EDT
Article-I.D.: sri-arpa.2332
Posted: Sun Jun 19 20:42:02 1983
Date-Received: Wed, 22-Jun-83 03:43:19 EDT
Lines: 13

From:      Ron Natalie 

On our system write is Setuid.  It checks the "execute" bits
of the terminal it is planning to write on to see if the user
wants to receive messages.   A later modification caused the
user to enter a message that gets printed to the invoker of
write when the x bits on the terminal are off.   (in addition
our write prefaces each sent line with the tty name of the sender
(and from time to time various non printing characters such as
backspace, return, and escape have been blocked, depending on
the mood of our user community).

-Ron