Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B UNSW 1.1 19 Sep 1984; site csadfa.oz
Path: utzoo!linus!philabs!cmcl2!seismo!munnari!natmlab!dmscanb!csadfa!cwj
From: cwj@csadfa.oz
Newsgroups: net.sources
Subject: Re: Lock your terminal for lunch
Message-ID: <40@csadfa.oz>
Date: Mon, 23-Sep-85 23:20:44 EDT
Article-I.D.: csadfa.40
Posted: Mon Sep 23 23:20:44 1985
Date-Received: Wed, 25-Sep-85 10:56:26 EDT
References: <39@csadfa.oz>
Organization: CS, Faculty of Military Studies, Uni of NSW, Duntroon, Aust
Lines: 5

1. onintr is only supposed to catch interrupts, not quits, so it is not
surprising that QUIT still kills the lockout program.

2. to fix this:   stty quit '' (initially)
and               stty quit '^\' (restoration)