From owner-freebsd-current Mon Apr 14 06:59:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14522 for current-outgoing; Mon, 14 Apr 1997 06:59:20 -0700 (PDT) Received: from atena.eurocontrol.fr (atena.uneec.eurocontrol.fr [147.196.69.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA14516 for ; Mon, 14 Apr 1997 06:59:16 -0700 (PDT) Received: by atena.eurocontrol.fr; (5.65v3.2/1.3/10May95) id AA18351; Mon, 14 Apr 1997 15:58:45 +0200 Received: (from roberto@localhost) by caerdonn.eurocontrol.fr (8.8.6.Beta0/caerdonn-1.1) id PAA21380; Mon, 14 Apr 1997 15:58:45 +0200 (CEST) Message-Id: <19970414155845.06132@caerdonn.eurocontrol.fr> Date: Mon, 14 Apr 1997 15:58:45 +0200 From: Ollivier Robert To: "FreeBSD Current Users' list" Subject: ix.4 still in man.i386/Makefile Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.67 X-Operating-System: FreeBSD 3.0-CURRENT Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Now that the ix driver has been merged, one should either remove the ix.4 from the Makefile or make it a link to ie.4. Here is a patch for the former. Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/man/man4/man4.i386/Makefile,v retrieving revision 1.61 diff -u -2 -r1.61 Makefile --- Makefile 1997/02/22 21:19:54 1.61 +++ Makefile 1997/04/14 13:56:28 @@ -2,5 +2,5 @@ MAN4= aha.4 ahb.4 ahc.4 aic.4 apm.4 ar.4 asc.4 bt.4 cx.4 cy.4 de.4 dgb.4 \ - ed.4 eg.4 el.4 ep.4 ex.4 gsc.4 fdc.4 fe.4 fxp.4 ie.4 io.4 ix.4 \ + ed.4 eg.4 el.4 ep.4 ex.4 gsc.4 fdc.4 fe.4 fxp.4 ie.4 io.4 \ joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 mem.4 \ meteor.4 mse.4 mtio.4 nca.4 ncr.4 npx.4 pcvt.4 perfmon.4 psm.4 \ @@ -31,5 +31,4 @@ MLINKS+= ie.4 ../ie.4 MLINKS+= io.4 ../io.4 -MLINKS+= ix.4 ../ix.4 MLINKS+= joy.4 ../joy.4 MLINKS+= keyboard.4 ../keyboard.4 -- Ollivier ROBERT -=- Eurocontrol EEC/TS -=- Ollivier.Robert@eurocontrol.fr FreeBSD caerdonn.eurocontrol.fr 3.0-CURRENT #1: Wed Apr 9 15:05:08 CEST 1997 roberto@caerdonn.eurocontrol.fr:/src/src/sys/compile/CAERDONN2 i386