From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 9 21:57:35 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3450679E; Wed, 9 Oct 2013 21:57:35 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 762502964; Wed, 9 Oct 2013 21:57:34 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/auYssSp3lv7r2GKSMw== X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-2-207-184-39.web.vodafone.de [2.207.184.39]) by smtp.strato.de (RZmta 32.6 DYNA|AUTH) with (TLSv1.0:DHE-RSA-AES256-SHA encrypted) ESMTPSA id t014cep99JgPBC ; Wed, 9 Oct 2013 23:57:19 +0200 (CEST) Received: by britannica.bec.de (sSMTP sendmail emulation); Wed, 09 Oct 2013 23:57:18 +0200 Date: Wed, 9 Oct 2013 23:57:18 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org, hackers@freebsd.org Subject: Re: patch(1) depends on RCS - should it? Message-ID: <20131009215718.GA26158@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org, hackers@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 21:57:35 -0000 On Mon, Oct 07, 2013 at 04:17:03PM -0400, Eitan Adler wrote: > patch(1) explicitly tries to use RCS (and SCCS) in certain cases. At the SCCS behavior is part of (the SCCS option in ) POSIX 2008. So far I haven't seen any reason for messing with it. Joerg