From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 18:26:05 2004 Return-Path: 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 00E5016A4CE for ; Tue, 14 Dec 2004 18:26:05 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F8643D49 for ; Tue, 14 Dec 2004 18:26:04 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30606 invoked from network); 14 Dec 2004 18:26:04 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Dec 2004 18:26:04 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6AFE044; Tue, 14 Dec 2004 13:26:03 -0500 (EST) Sender: lowell@be-well.ilk.org To: Joshua Lokken References: <44sm697xqk.fsf@be-well.ilk.org> From: Lowell Gilbert Date: 14 Dec 2004 13:26:03 -0500 In-Reply-To: Message-ID: <44zn0gohxg.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: refuse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:26:05 -0000 Joshua Lokken writes: > On 14 Dec 2004 09:36:35 -0500, Lowell Gilbert > wrote: > > Gert Cuykens writes: > > > > > can somebody change the cvsup program so the refuse file can contain > > > #comments please ? > > > > Why not just run it through cpp(1) and use the output? > > I used to do that with my sendmail configuration... > > Hello Lowell, would you mind elaborating on this? How would > one 'run it through cpp'? cpp -P < input_file > output_file