From owner-freebsd-hackers@FreeBSD.ORG Wed May 27 07:58:28 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2513F1065674 for ; Wed, 27 May 2009 07:58:28 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id BF7B38FC15 for ; Wed, 27 May 2009 07:58:27 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1M9E1q-000CGn-8M for freebsd-hackers@freebsd.org; Wed, 27 May 2009 10:58:26 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 27 May 2009 10:58:26 +0300 From: Danny Braniss Message-ID: Subject: nfs_diskless_valid question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 07:58:28 -0000 Hi, This variable is set by the boot process, and as far as I can tell modified as the boot process progresses, then by /etc/rc, and never again used. Is there some security reason that I'm not aware of, for this variable to be read-only? (sysctl won't change its value). thanks, danny