From owner-freebsd-questions Wed May 29 13:38:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA04278 for questions-outgoing; Wed, 29 May 1996 13:38:11 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA04265 for ; Wed, 29 May 1996 13:38:06 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id NAA27385; Wed, 29 May 1996 13:37:35 -0700 Date: Wed, 29 May 1996 13:37:33 -0700 (PDT) From: Veggy Vinny To: Terry Lambert cc: terry@lambert.org, questions@freebsd.org Subject: Re: long motd files - screen pause? In-Reply-To: <199605292031.NAA14277@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 29 May 1996, Terry Lambert wrote: > > > > > Soloution #2: > > > > > > > > > > Use a smaller motd. Use the UNIX 'news' package (*not* netnews) > > > > > in the /etc/csh/cshrc, et al. > > > > > > > > I'm not sure how CSUA.Berkeley.EDU does it, it's running on a > > > > Sequent machine running Dynix but would news do it? > > > > > > I'm pretty sure 'news' uses 'more'. > > > > Hmmm, how is the motd displayed like what program generates it > > upon logging in? > > /bin/login if ~/.hushlogin doesn't exist. Hmmm, so I just need to modify /bin/login to do |more when it cats the file? Vince