Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!husc6!rice!sun-spots-request From: trudel@caip.rutgers.edu (Jonathan D. Trudel) Newsgroups: comp.sys.sun Subject: Re: /etc/ttytype under 4.0 Keywords: SunOS Message-ID: Date: 30 Mar 89 23:45:56 GMT References: <8903062107.AA16764@dogwood.IC.shell.com> Sender: usenet@rice.edu Organization: Rutgers Univ., New Brunswick, N.J. Lines: 18 Approved: Sun-Spots@rice.edu Original-Date: 16 Mar 89 19:32:16 GMT X-Sun-Spots-Digest: Volume 7, Issue 217, message 4 of 11 >In troubleshooting a terminal problem, I noticed that there is no longer a >/etc/ttytype file under 4.0. WHat you need to look at is the man page for ttytab. Sun in its wisdom abandoned the /etc/ttys & /etc/ttytype approach in favor of the ttytab scheme. It replaces the old system, and is easy to understand. ># kill -HUP 1 >does not really create new version of /etc/ttys which is what I >interpreted the man page for init to say. Anyone run across this or did I >read the man page wrong? When you 'kill' init, ttys is re-initialized to the values found in ttytab. If you don't change ttytab, ttys isn't re-created (or is it, but with the same values?). Jon