From owner-freebsd-questions@FreeBSD.ORG Thu Apr 6 19:28:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B84B016A8F9 for ; Thu, 6 Apr 2006 19:28:09 +0000 (UTC) (envelope-from mmiranda@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E3345E3C for ; Thu, 6 Apr 2006 18:34:41 +0000 (GMT) (envelope-from mmiranda@123.com.sv) Received: (qmail 36173 invoked from network); 6 Apr 2006 18:56:37 -0000 Received: from unknown (HELO ?192.168.10.124?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 6 Apr 2006 18:56:37 -0000 Message-ID: <4435602B.3030905@123.com.sv> Date: Thu, 06 Apr 2006 12:38:35 -0600 From: Miguel User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: run_rc_command and redirect stdout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 19:28:10 -0000 Hi, what are the alternatives to redirect stdout from a process started using run_rc_command, only 2>&1 >/tmp/xxx ? --- miguel