From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 328 invoked from network); 1 Oct 2007 07:22:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Oct 2007 07:22:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 20102 invoked from network); 1 Oct 2007 07:22:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 07:22:21 -0000 Received: (qmail 26666 invoked by alias); 1 Oct 2007 07:22:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23881 Received: (qmail 26643 invoked from network); 1 Oct 2007 07:22:18 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Oct 2007 07:22:18 -0000 Received: (qmail 19794 invoked from network); 1 Oct 2007 07:22:18 -0000 Received: from wx-out-0506.google.com (66.249.82.224) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 07:22:13 -0000 Received: by wx-out-0506.google.com with SMTP id h27so3015983wxd for ; Mon, 01 Oct 2007 00:22:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=ziLJZYY2bAfjFhJIIAih1F4X19QItjclqH+/Mx//c5U=; b=DTDw4vnhp981tSVK9hHeLqmyOC9+dlanZEzgixuSrpJB7Ekk1qoC4xtR8VBfbRMveASyZvpXEZ6r0c26Dqq5JPnydVeglqCBcwb4TbMI8gWRCDJNseRP1DfuANjPC81xFkeKI6zn6cneq3HeW/WTBqDTf7ABZZj1IG/I3PuYPUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AxLE0wykq7z8AqrqSvajRZ91yUkkPL7zby2z9YKqj/XAe/t6F63HANCjm7HtEBZ4goBOKr0AqTKmBG3H5Ezc0giIB1rGlAjlK/3zGA8qAISMgiS4xDHOOk1HgzX5MVIDTg/05N6aRTw/eo6TK7HQKNDVPvhygi+vtptzejIkPWw= Received: by 10.90.56.11 with SMTP id e11mr4414326aga.1191223332819; Mon, 01 Oct 2007 00:22:12 -0700 (PDT) Received: by 10.90.93.19 with HTTP; Mon, 1 Oct 2007 00:22:12 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 09:22:12 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Nikolai Weibull" , "zsh workers" Subject: Re: [PATCH] _cdrdao In-Reply-To: <20070930185501.GA13673@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070930185501.GA13673@scowler.net> X-Google-Sender-Auth: c448d5ea945c3f45 On 9/30/07, Clint Adams wrote: > On Sun, Sep 30, 2007 at 08:30:43PM +0200, Nikolai Weibull wrote: > > Small fix to use __cdrdao-drivers instead of (the non-existent) __cdrdao-driver > Committed. Thanks. nikolai