From owner-freebsd-stable Mon May 14 0:26:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from zaapth.twnet.org (mcns152.docsis147.singa.pore.net [202.156.147.152]) by hub.freebsd.org (Postfix) with ESMTP id 27C2937B423 for ; Mon, 14 May 2001 00:26:53 -0700 (PDT) (envelope-from twchan@singnet.com.sg) Received: from localhost (twchan@localhost) by zaapth.twnet.org (8.11.3/8.11.3) with ESMTP id f4E7LdT39081 for ; Mon, 14 May 2001 15:21:39 +0800 (SGT) (envelope-from twchan@singnet.com.sg) X-Authentication-Warning: zaapth.twnet.org: twchan owned process doing -bs Date: Mon, 14 May 2001 15:18:35 +0800 (SGT) From: Chan Tur Wei X-X-Sender: To: Subject: .login_conf can overwrite values from /etc/login.conf Message-ID: <20010514151159.X39013-100000@zaapth.twnet.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Not sure if this has been brought up before, but .login_conf can apparently overwrite values in the system's /etc/login.conf. E.g.: /etc/login.conf contains: default:\ :blahblah:\ :filesize=1M:\ :blahblahblah: User twchan has no active .login_conf, and logs into the system: zaapth:~> limits Resource limits (current): cputime infinity secs filesize 1024 kb ... Next, twchan changes his ~/.login_conf to: me:\ :blah: default:\ :filesize=unlimited: And the result is: zaapth:~> limits Resource limits (current): cputime infinity secs filesize infinity kb ... Is this really the intended effect? It feels like a big bug to me... Regards -T.W.Chan- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message