From owner-freebsd-ipfw@FreeBSD.ORG Fri May 5 12:36:48 2006 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6AB16A41A for ; Fri, 5 May 2006 12:36:48 +0000 (UTC) (envelope-from neca@boox.co.yu) Received: from server.boox.co.yu (server.boox.co.yu [194.247.202.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8ED0843D45 for ; Fri, 5 May 2006 12:36:29 +0000 (GMT) (envelope-from neca@boox.co.yu) Received: (qmail 11101 invoked by uid 0); 5 May 2006 12:15:12 -0000 Received: from neca.boox.co.yu (HELO ?194.247.202.241?) (194.247.202.241) by server.boox.co.yu with SMTP; 5 May 2006 12:15:12 -0000 Message-ID: <445B46C3.3070100@boox.co.yu> Date: Fri, 05 May 2006 14:36:19 +0200 From: Nenad Gavrilovic User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paolo Pisati References: <20060430135736.GB48117@tin.it> <445B27FF.10803@boox.co.yu> <445B3EA5.3050109@oltrelinux.com> In-Reply-To: <445B3EA5.3050109@oltrelinux.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ipfw@freebsd.org Subject: Re: [6.x patchset] Ipfw nat and libalias modules X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 12:36:48 -0000 Paolo Pisati wrote: > Nenad Gavrilovic wrote: > >> Paolo Pisati wrote: >> >>> I just released a new revision of my libalias+ipfw work as a >>> patchset for 6.x, get it here: >>> http://mercurio.srv.dsi.unimi.it/~pisati/libalias/libalias-6.x.tgz >>> >>> To apply it: >>> cp libalias_ipfw.patch /usr/src >>> cd /usr/src >>> patch -p3 < libalias_ipfw.patch >>> >>> then you have to recompile & install: >>> >>> kernel, sbin/ipfw, sbin/natd, sbin/ppp, lib/libalias, >>> sys/modules/ipfw, sys/modules/libalias >>> >>> or simply do a world. >>> >>> >> When I do: >> >> cd /usr/src >> make update (2006-05-05) >> make clean >> ... >> and >> >> cp libalias_ipfw.patch /usr/src >> cd /usr/src >> patch -p3 < libalias_ipfw.patch > > > strange... is your src tree clean? YES!!! When I get error in first time I do: cd /usr/obj rm ALL cd /usr/src make clean make clean make update and apply You patch. Again I get same error. > > cd /usrc/src && find . -name "*.rej" NONE!!! > > > lets's see if some patch didn't apply. > > P. > _______________________________________________ > freebsd-ipfw@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org" > >