Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!cmcl2!rna!dan From: dan@rna.UUCP Newsgroups: net.unix Subject: Re: inittab entries Message-ID: <212@rna.UUCP> Date: Thu, 9-Feb-84 14:18:15 EST Article-I.D.: rna.212 Posted: Thu Feb 9 14:18:15 1984 Date-Received: Fri, 10-Feb-84 07:08:11 EST Lines: 19 I'm sure your kernel mods to keep TTY settings after a close work fine, but what's wrong with: pause: main() { pause(); } and in /etc/rc: pause > /dev/lpr & If you have many printers, write the trivial program to open them all up and then pause(). You can even do the kludge of opening /tmp and /bin to keep their inodes in core. Whatever, Dan Ts'o ...cmcl2!rna!dan