From d142d46d655f4327357ea1752d1561f93b63c16f Mon Sep 17 00:00:00 2001 From: cwt Date: Sun, 27 Dec 1998 23:55:01 +0000 Subject: 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 --- etc/login.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/login.conf b/etc/login.conf index 743f9d9..3da4d1f 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -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: \ No newline at end of file +# :tc=default: -- cgit v1.1