From owner-cvs-all Wed Jan 20 01:48:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04374 for cvs-all-outgoing; Wed, 20 Jan 1999 01:48:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04156; Wed, 20 Jan 1999 01:47:25 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.10 #1) id 102uEB-000EAv-00; Wed, 20 Jan 1999 11:47:11 +0200 From: Sheldon Hearn To: Michael Smith cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man4/man4.i386 alog.4 In-reply-to: Your message of "Tue, 19 Jan 1999 19:30:39 PST." <199901200330.TAA00798@freefall.freebsd.org> Date: Wed, 20 Jan 1999 11:47:11 +0200 Message-ID: <54492.916825631@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 19 Jan 1999 19:30:39 PST, Michael Smith wrote: > msmith 1999/01/19 19:30:39 PST > > Removed files: > share/man/man4/man4.i386 alog.4 > Log: > Alog is gone. Not yet. You've broken world. :) Hit the Makefile as well (as shown below), and we're home free. Ciao, Sheldon. Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/man/man4/man4.i386/Makefile,v retrieving revision 1.94 diff -u -d -r1.94 Makefile --- Makefile 1999/01/09 18:12:06 1.94 +++ Makefile 1999/01/20 09:39:47 @@ -1,6 +1,6 @@ # $Id: Makefile,v 1.94 1999/01/09 18:12:06 wpaul Exp $ -MAN4= adv.4 adw.4 aha.4 ahb.4 ahc.4 aic.4 alog.4 apm.4 ar.4 asc.4 ax.4 \ +MAN4= adv.4 adw.4 aha.4 ahb.4 ahc.4 aic.4 apm.4 ar.4 asc.4 ax.4 \ bktr.4 bt.4 cs.4 cx.4 cy.4 de.4 \ dgb.4 dpt.4 ed.4 el.4 en.4 ep.4 ex.4 fdc.4 fe.4 fxp.4 gsc.4 ie.4 \ io.4 joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 \ @@ -16,7 +16,6 @@ MLINKS+= ahb.4 ../ahb.4 MLINKS+= ahc.4 ../ahc.4 MLINKS+= aic.4 ../aic.4 -MLINKS+= alog.4 ../alog.4 MLINKS+= apm.4 ../apm.4 MLINKS+= ar.4 ../ar.4 MLINKS+= asc.4 ../asc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message