Date: Wed, 19 Jul 1995 15:42:38 -0400 (EDT) From: FreeBSD Mailing List drop <freelist@elf.kendall.mdcc.edu> To: Ollivier Robert <roberto@blaise.ibp.fr> Cc: dunser@msmailgw.sdsmt.edu, bugs@freebsd.org Subject: Re: FW: auto-logout Message-ID: <Pine.BSF.3.91.950719154008.29475A-100000@elf.kendall.mdcc.edu> In-Reply-To: <199507182227.AAA07370@blaise.ibp.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Jul 1995, Ollivier Robert wrote: > > Lemmie guess - tcsh is your shell? Try 'set auto-logout=0'. If you want it > > for all your users, put it in the share/skel/dot.login file so all the > > new users you create will have that setting. > > Two ways to stop it : > 1. the fastest and less limiting one : unset autologout in .tcshrc. > 2. recompile without the corresponding #define (check config_f.h). Less limiting, but also less illuminating for your users. set autologout=0 makes it pretty clear that it can be set to another time if they so desire. If they just delete the unset, they then have the default autologout time. Guess it depends on if you think it's a useful feature or not....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.950719154008.29475A-100000>