From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23067 invoked from network); 27 Jan 2009 04:07:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Jan 2009 04:07:08 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 16186 invoked from network); 27 Jan 2009 04:07:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jan 2009 04:07:02 -0000 Received: (qmail 19486 invoked by alias); 27 Jan 2009 04:06:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26457 Received: (qmail 19470 invoked from network); 27 Jan 2009 04:06:56 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 27 Jan 2009 04:06:56 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by bifrost.dotsrc.org (Postfix) with ESMTP id 95EE080271F0 for ; Tue, 27 Jan 2009 05:06:53 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id e21so3578156fga.37 for ; Mon, 26 Jan 2009 20:06:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=1OhSiJIsjlE8C71897RehXmORBjmnVBDYz9ectF0lqs=; b=ETaQ5PAen0t0J395UrK4sKgTAmh6pRcX0OeOHtb+cVzTvJLihpEWhtDLys+vr4J6Jr VLu9rn8HgeItfnliFOUHVq2BgBilhd7QnTYG/wGQ72c1XeITe8pndEihSxz0yFXt2FM0 zniDZx+ltLXnEDFnFt50HU+RSolIWMBdc7WTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=p6f+syUDnaXBOSHgJWd8eY8e50narYoVRttOXx+PTXeN7xaBadKGdfETEF/GWrxCUu WbDx9X6ODTE8DzQS9wjogR2Xz1VFCp1TRno0bs3DvZsG94Aulrq0KtMIzz8J79/j/S33 ZgdNQ9+QOSjH6DQS6g/xhjUo9RVx1ig26cgYc= Received: by 10.86.71.1 with SMTP id t1mr422461fga.12.1233029212534; Mon, 26 Jan 2009 20:06:52 -0800 (PST) Received: from cooker.localnet (ppp91-77-195-196.pppoe.mtu-net.ru [91.77.195.196]) by mx.google.com with ESMTPS id e20sm6533276fga.33.2009.01.26.20.06.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Jan 2009 20:06:52 -0800 (PST) From: Andrey Borzenkov To: zsh-workers@sunsite.dk Subject: Re: [PATCH 1/3] modinfo: remove invalid option -f Date: Tue, 27 Jan 2009 07:06:38 +0300 User-Agent: KMail/1.11.0 (Linux/2.6.29-rc2-1avb; KDE/4.1.96; i686; ; ) References: <1233004248-24000-1-git-send-email-joerg@alea.gnuu.de> In-Reply-To: <1233004248-24000-1-git-send-email-joerg@alea.gnuu.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200901270706.45443.arvidjaar@gmail.com> X-Virus-Scanned: ClamAV 0.92.1/8907/Tue Jan 27 03:40:54 2009 on bifrost X-Virus-Status: Clean On 27 =D1=8F=D0=BD=D0=B2=D0=B0=D1=80=D1=8F 2009 00:10:46 J=C3=B6rg Sommer w= rote: > Current versions of modinfo do not support this option: > > % modinfo -f > modinfo: invalid option -- f > % modinfo --version > module-init-tools version 3.4 Any chance there are still users of old modutils with kernel 2.4? How=20 hard would it be to support both?