From owner-ctm-users@FreeBSD.ORG Mon Oct 20 19:00:50 2003 Return-Path: Delivered-To: ctm-users@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC64B16A4B3 for ; Mon, 20 Oct 2003 19:00:50 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A7F43F3F for ; Mon, 20 Oct 2003 19:00:48 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp02.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])h9L20jfS000642; Tue, 21 Oct 2003 12:00:46 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp02.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2003102112004527:51687 ; Tue, 21 Oct 2003 12:00:45 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.9/8.12.9) with ESMTP id h9L20j7d045072; Tue, 21 Oct 2003 12:00:45 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9/8.12.9/Submit) id h9L20jOo045071; Tue, 21 Oct 2003 12:00:45 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Tue, 21 Oct 2003 12:00:44 +1000 From: Peter Jeremy To: "Rommel B. IKEDA" Message-ID: <20031021020044.GM91404@gsmx07.alcatel.com.au> References: <3F940B15.3040702@oisca.org> Mime-Version: 1.0 In-Reply-To: <3F940B15.3040702@oisca.org> User-Agent: Mutt/1.4.1i X-MIMETrack: Itemize by SMTP Server on SYDSMTP02/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 21/10/2003 12:00:45 PM,|February 13, 2003) at 21/10/2003 12:00:46 PM, Serialize complete at 21/10/2003 12:00:46 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: CTM Users Subject: Re: How to use ctm_rmail... X-BeenThere: ctm-users@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CTM User discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 02:00:50 -0000 On 2003-Oct-21 01:19:33 +0900, "Rommel B. IKEDA" wrote: >Can anyone give me a hint on how to use "ctm_rmail" to update ports-cur >deltas... Pre-work: - Install pgp - Create directories $HOME/pieces and $HOME/deltas - Fetch the CTM pgp key and add it to your keyring For each mail message, pipe it to: /usr/local/bin/pgpv -f | \ /usr/sbin/ctm_rmail -f -v -p $HOME/pieces -d $HOME/deltas To actually apply the deltas: ctm_rmail -uv -b /usr/ports -d $HOME/deltas I have an alias for my ctm mail and sendmail automatically invokes a script that includes the pgpk|ctm_rmail pipeline. -- Peter Jeremy PS: Your clock seems to be 9 hours slow.