Date: Fri, 05 Mar 2004 07:23:10 -0600 From: Peter Schultz <pmes@bis.midco.net> To: Mustafa Hashmi <mhbsd@mh.stderr.net> Cc: freebsd-current@freebsd.org Subject: Re: installworld failure Message-ID: <40487F3E.9090502@bis.midco.net> In-Reply-To: <20040305175847.5b0f6599.mhbsd@mh.stderr.net> References: <20040304084328.F99021-100000@moo.sysabend.org> <20040305175847.5b0f6599.mhbsd@mh.stderr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mustafa Hashmi wrote: > On Thu, 4 Mar 2004 08:44:53 -0800 (PST) > Jamie Bowden <ragnar@sysabend.org> wrote: > > >>ln: /usr/share/man/man9/ieee80211_input.9.gz: No such file or directory >>*** Error code 1 >> > > > Exactly the same here. Got src tree again with similar results. This was approx 12:00 a.m CST (src update). > This was commited yesterday morning: bms 2004/03/04 04:52:10 PST FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 ieee80211_radiotap.9 Log: Initial import of documentation for net80211 interface code. Of particular interest here is the ieee80211_radiotap(9) man page. TODO: Flesh out ieee80211_node.9, ieee80211_proto.9. Submitted by: bms (with help from Darron Broad) Revision Changes Path 1.221 +47 -0 src/share/man/man9/Makefile 1.1 +246 -0 src/share/man/man9/ieee80211.9 (new) 1.1 +102 -0 src/share/man/man9/ieee80211_crypto.9 (new) 1.1 +108 -0 src/share/man/man9/ieee80211_input.9 (new) 1.1 +100 -0 src/share/man/man9/ieee80211_ioctl.9 (new) 1.1 +91 -0 src/share/man/man9/ieee80211_node.9 (new) 1.1 +142 -0 src/share/man/man9/ieee80211_output.9 (new) 1.1 +68 -0 src/share/man/man9/ieee80211_proto.9 (new) 1.1 +214 -0 src/share/man/man9/ieee80211_radiotap.9 (new) I'm not sure if you guys are the only ones to have run into this or not. I've been avoiding upgrading the last couple days because things look a bit rough right now. You may want to contact bms if the problem persists. Pete...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40487F3E.9090502>