Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2000 01:14:04 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        jkh@freebsd.org, current@freebsd.org
Subject:   wrong default in login.conf
Message-ID:  <20000221011404.A8609@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
Jordan, please approve this patch.

It seems not good to have FTP_PASSIVE_MODE On as default while ftp program
itself have it Off by default. Lets either change ftp program defaults to
Passive On or login.conf defaults to Passive Off. I prefer second variant:

--- login.conf.bak	Wed Sep 15 04:09:22 1999
+++ login.conf	Mon Feb 21 01:10:53 2000
@@ -22,7 +22,7 @@
 default:\
 	:copyright=/etc/COPYRIGHT:\
 	:welcome=/etc/motd:\
-	:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\
+	:setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
 	:path=~/bin /bin /usr/bin /usr/local/bin /usr/X11R6/bin:\
 	:nologin=/var/run/nologin:\
 	:cputime=unlimited:\

-- 
Andrey A. Chernov
<ache@nagual.pp.ru>
http://nagual.pp.ru/~ache/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000221011404.A8609>