From owner-freebsd-stable@FreeBSD.ORG Mon Nov 1 01:20:52 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB08116A4CF for ; Mon, 1 Nov 2004 01:20:51 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D23743D48 for ; Mon, 1 Nov 2004 01:20:51 +0000 (GMT) (envelope-from iva.cnhn@gmail.com) Received: by rproxy.gmail.com with SMTP id 74so91419rnk for ; Sun, 31 Oct 2004 17:20:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=ugPFdOrfLcsLaWlPRVqr87QaDNXjwaEy9VNvHBimhHTSgIsDmLRdQI3ZXFm+Rgq67Ay+MMtJKPTCufY+59yM4m6hXc61+f+OFCTH1Gnp+gEy1EJJV7bXGsl+tWruC4ll3/vHYGmn7AueJkpHdM2L1n7crMTM7LGb5lpgXnbA7Ik= Received: by 10.38.72.15 with SMTP id u15mr441116rna; Sun, 31 Oct 2004 17:20:35 -0800 (PST) Received: by 10.38.152.27 with HTTP; Sun, 31 Oct 2004 17:19:12 -0800 (PST) Message-ID: <148cabbc04103117195de9fe4e@mail.gmail.com> Date: Mon, 1 Nov 2004 09:19:12 +0800 From: Iva Hesy To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Why the mode of /dev/null is changed after system reboot? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Iva Hesy List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 01:20:52 -0000 I have a gateway running FreeBSD 4.10-p3. Normally, the mode of /dev/null should be 666, but recently, I find that its mode is changed to 600 automatically after reboot, I have checked all /etc/rc* and /usr/local/etc/rc.d/*, but I can't get anything that led to it...:-(