Date: Fri, 5 Mar 2004 12:38:30 -0500 From: Barney Wolff <barney@databus.com> To: Mustafa Hashmi <mhbsd@mh.stderr.net> Cc: freebsd-current@freebsd.org Subject: Re: installworld failure Message-ID: <20040305173830.GA50558@pit.databus.com> 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
On Fri, Mar 05, 2004 at 05:58:47PM +0500, 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
If it hasn't already been fixed (try re-cvsuping) you can fix
/usr/src/share/man/man9/Makefile
to eliminate the line that tries to link ieee80211_input.9.gz to itself:
--- Makefile-040304     Thu Mar  4 23:26:43 2004
+++ Makefile    Fri Mar  5 00:37:18 2004
@@ -476,7 +476,6 @@
        ieee80211_crypto.9 ieee80211_crypto_detach.9 \
        ieee80211_crypto.9 ieee80211_wep_crypt.9
 MLINKS+=ieee80211_input.9 ieee80211_decap.9 \
-       ieee80211_input.9 ieee80211_input.9 \
        ieee80211_input.9 ieee80211_recv_mgmt.9
 MLINKS+=ieee80211_ioctl.9 ieee80211_cfgget.9 \
        ieee80211_ioctl.9 ieee80211_cfgset.9
-- 
Barney Wolff         http://www.databus.com/bwresume.pdf
I'm available by contract or FT, in the NYC metro area or via the 'Net.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040305173830.GA50558>
