From owner-freebsd-stable Mon Apr 16 10: 4:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id D041D37B440; Mon, 16 Apr 2001 10:04:23 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id TAA20632; Mon, 16 Apr 2001 19:01:27 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200104161701.TAA20632@info.iet.unipi.it> Subject: Re: 4.3-RELEASE: One final delay In-Reply-To: <20010417.015028.41641702.ume@mahoroba.org> from Hajimu UMEMOTO at "Apr 17, 2001 01:50:28 am" To: Hajimu UMEMOTO Date: Mon, 16 Apr 2001 19:01:27 +0200 (CEST) Cc: jkh@osd.bsdi.com, stable@FreeBSD.org, developers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It seems at least ifconfig is built without -DINET6. So, when trying that could be my fault -- i did to reduce the size of some binaries used in picobsd builds (to my partial defense, i think some other pieces of the system already used the RELEASE_CRUNCH to discard IPv6). Anyway, Jordan, should I back out that change ? Same for telnet, probably. The crunched binary will grow a bit in size but hopefully not too much. cheers luigi > rtsol, it cannot be find out assigned IPv6 address. It was wrongly > dropped during introducing RELEASE_CRUNCH hack > (sbin/ifconfig/Makefile: 1.14->1.15,1.14.2.1). > Since I don't have release engeneering environment now, though I don't > test the patch yet, at least it is required. If no other part is not > broken, it will be expected to fix it. > > Index: sbin/ifconfig/Makefile > diff -u sbin/ifconfig/Makefile.orig sbin/ifconfig/Makefile > --- sbin/ifconfig/Makefile.orig Fri Jan 12 02:59:15 2001 > +++ sbin/ifconfig/Makefile Tue Apr 17 01:42:53 2001 > @@ -7,9 +7,9 @@ > #comment out to exclude SIOC[GS]IFMEDIA support > SRCS+= ifmedia.c > CFLAGS+=-DUSE_IF_MEDIA > -.if !defined(RELEASE_CRUNCH) > CFLAGS+=-DINET6 > > +.if !defined(RELEASE_CRUNCH) > #comment out to exclude SIOC[GS]ETVLAN support > SRCS+= ifvlan.c > CFLAGS+=-DUSE_VLANS > > -- > Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan > ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org > http://www.imasy.org/~ume/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message