Don't set a MANPATH by default for users who aren't in a login class.
man(1) will utilize manpath(1) if MANPATH is unset in the environment, and with our existing manpath.config it is enough to find the X11 pages among others. PR: 8587 Submitted by: Marc Slemko <marcs@znep.com>
This commit is contained in:
parent
7d69874701
commit
d142d46d65
@ -9,7 +9,7 @@
|
||||
# This file controls resource limits, accounting limits and
|
||||
# default user environment settings.
|
||||
#
|
||||
# $Id: login.conf,v 1.21 1998/09/16 19:18:36 msmith Exp $
|
||||
# $Id: login.conf,v 1.22 1998/09/17 17:02:39 dt Exp $
|
||||
#
|
||||
|
||||
# Default settings effectively disable resource limits, see the
|
||||
@ -24,7 +24,6 @@ default:\
|
||||
:welcome=/etc/motd:\
|
||||
:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
|
||||
:path=~/bin /bin /usr/bin /usr/local/bin:\
|
||||
:manpath=/usr/share/man /usr/local/man:\
|
||||
:nologin=/etc/nologin:\
|
||||
:cputime=unlimited:\
|
||||
:datasize=unlimited:\
|
||||
@ -325,4 +324,4 @@ russian:Russian Users Accounts:\
|
||||
#russian:Russian Users Accounts:\
|
||||
# :charset=KOI8-R:\
|
||||
# :lang=ru_RU.KOI8-R:\
|
||||
# :tc=default:
|
||||
# :tc=default:
|
||||
|
Loading…
Reference in New Issue
Block a user