From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:43:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D155937B401 for ; Mon, 2 Jun 2003 21:43:59 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33C943FAF for ; Mon, 2 Jun 2003 21:43:58 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030603044358.DMDL13328.out002.verizon.net@mac.com> for ; Mon, 2 Jun 2003 23:43:58 -0500 Message-ID: <3EDC2791.9030305@mac.com> Date: Tue, 03 Jun 2003 00:44:01 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [129.44.60.214] at Mon, 2 Jun 2003 23:43:58 -0500 Subject: Re: 4.8-STABLE /dev/null issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 04:44:00 -0000 Scott Kupferschmidt wrote: [ ... ] > He runs a cron script (on both servers) and redirects the output to > /dev/null, and everytime he does it on the 4.8-STABLE the permissions > change from crw-rw-rw- to crw-r--r-- which is rather odd. Anytime I 'echo > blah >/dev/null' just in a regular shell, nothing goes wrong, only when in > cron. I'd seen that happen once or twice recently; I thought maybe mergemaster had done it. It's absolutely worth filing a pr about this, as more than a few things break (like sendmail, as you saw) if they can't talk to /dev/null. -- -Chuck