看板 FB_doc 關於我們 聯絡資訊
--ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi folks, I noticed ndis(4) doesn't get installed on amd64 systems, while other ndis* man pages are. ndis(4) source is src/share/man/man4/man4.i386/ndis.4 . To solve this issue, ndis.4 should be moved to src/share/man/man4 and the attached patch should be applied to src/share/man/man4/Makefile. Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.diff" --- Makefile.old Mon Aug 22 14:10:59 2005 +++ Makefile Mon Aug 22 14:12:28 2005 @@ -161,6 +161,7 @@ natmip.4 \ ncr.4 \ ncv.4 \ + ${_ndis.4} \ netgraph.4 \ netintro.4 \ ng_async.4 \ @@ -432,6 +433,7 @@ MLINKS+=mem.4 kmem.4 MLINKS+=mn.4 if_mn.4 MLINKS+=my.4 if_my.4 +MLINKS+=ndis.4 if_ndis.4 MLINKS+=netintro.4 net.4 \ netintro.4 networking.4 MLINKS+=nge.4 if_nge.4 @@ -482,6 +484,8 @@ MLINKS+=xl.4 if_xl.4 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" +_ndis.4= ndis.4 +_if_ndis.4= if_ndis.4 _nve.4= nve.4 _if_nve.4= if_nve.4 .endif --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" --ReaqsoxgOBHFXBhH--