From owner-freebsd-stable@FreeBSD.ORG Sun Aug 24 06:48:29 2003 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 86AE516A4BF for ; Sun, 24 Aug 2003 06:48:29 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0551A43F3F for ; Sun, 24 Aug 2003 06:48:28 -0700 (PDT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19qvF8-0003Ou-00 for ; Sun, 24 Aug 2003 15:49:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19qvF7-0003Om-00 for ; Sun, 24 Aug 2003 15:49:17 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19qvEG-0007g6-00 for ; Sun, 24 Aug 2003 15:48:24 +0200 From: Clemens Fischer Date: Sun, 24 Aug 2003 15:06:27 +0200 Lines: 16 Message-ID: References: <20030822115335.GB89240@technokratis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:f6rIC+snCx9i1tc7SZr0bIgYnb8= Sender: news Subject: Re: SOLVED kernel: locore.s ... NB: it's rsyncs fault X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2003 13:48:29 -0000 * Clemens Fischer: > sys/kern/genassym.sh looked fishy to me due to its "funny" > redirection. it basically does "nm genassym.o | awk '...' > > /dev/stdout" to make "#define " pairs in assym.s. > i think i broke this when playing with rsync i did "rsync > localhost::rsync/readme /dev/stdout". i'll verify this ... rsync version 2.5.6 protocol version 26 "rsync ... /dev/stdout" indeed converts the character special file /dev/stdout to a regular file, not indicating this by any message or exit code. if somebody here is an rsync developer, please take note. clemens