From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 06:05:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 112EE106567B for ; Fri, 21 Nov 2008 06:05:54 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id EDA658FC1C for ; Fri, 21 Nov 2008 06:05:53 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from [10.0.10.6] ([202.69.173.209]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 20 Nov 2008 22:04:54 -0800 Message-ID: <49264FE3.20809@a1poweruser.com> Date: Fri, 21 Nov 2008 14:06:27 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Nov 2008 06:04:54.0972 (UTC) FILETIME=[132317C0:01C94B9F] X-Sender: fbsd1@a1poweruser.com Subject: Using diff 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: Fri, 21 Nov 2008 06:05:54 -0000 Trying to use diff program to create a patch. Output gos to console and does not create the patch file. If it do diff original updated > patch.file The patch.file does not look like a normal patch file. What am I doing wrong here?