From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 22:15:40 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 587A3CE7; Mon, 7 Oct 2013 22:15:40 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0570128A8; Mon, 7 Oct 2013 22:15:39 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id c3so5415090qcv.32 for ; Mon, 07 Oct 2013 15:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pHNjOlis3KeZD9SBQX6sH0V8da1dpfJMCuT3FZ9Tf7I=; b=LBzA+LWXYwU7XiZXlZHdIYyZYJ3tnSObP/AP9o6q8vhWhtV9lQ9bWLFiqzoHGYztnh VTcqmAf0u3U37ZFjBSx4RZ//kN5+apHKceRcj03Vq4XbPUoaBYhM+N4soOjXD1VW1QUW LnGOx/fbS4bL/BOFKGc70zu3KndRezd8Iyqg/N7rkC6FLt6WWLzo9QJYEc8SquADqcES w115hFoV5OjkA15c62UaZ729VOpTC2EE/kQvRMUZDa0q+pPfAsUvP2Gq7lUTY/2tWH8u TMWdlqlthlnlDlI6pjURox0uFqFeS8QLdqvDby933fk/pkaxX0m895CDKKj7aaxpiiPF evwg== MIME-Version: 1.0 X-Received: by 10.49.39.39 with SMTP id m7mr39649395qek.60.1381184139147; Mon, 07 Oct 2013 15:15:39 -0700 (PDT) Received: by 10.49.39.33 with HTTP; Mon, 7 Oct 2013 15:15:39 -0700 (PDT) In-Reply-To: References: <29D748F4-5E38-4587-BC7F-0141234C2F62@orthanc.ca> <22543819.20131008012839@serebryakov.spb.ru> Date: Mon, 7 Oct 2013 15:15:39 -0700 Message-ID: Subject: Re: rcs is gone? From: Freddie Cash To: Igor Mozolevsky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: lev@freebsd.org, Andreas Nilsson , "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:15:40 -0000 On Mon, Oct 7, 2013 at 2:47 PM, Igor Mozolevsky wrote: > On 7 October 2013 22:28, Lev Serebryakov wrote: > > svnlite? :) > > > > Thanks Lev & Glen- it's something to explore albeit that screws up quite a > lot of stuff on this end... > Why does that screw up anything? Just include the RCS package on your install media, and add "pkg_add /path/to/rcs.tgz" or "pkg add /path/to/rcs.txz" to the end of your install script. 1 extra tarball, 1 extra line in your install script, and everything carries on as before. -- Freddie Cash fjwcash@gmail.com