From owner-cvs-all Fri Feb 12 12:49:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04304 for cvs-all-outgoing; Fri, 12 Feb 1999 12:49:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04298; Fri, 12 Feb 1999 12:49:24 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.2/8.9.1) id MAA08022; Fri, 12 Feb 1999 12:49:24 -0800 (PST) (envelope-from dillon) Date: Fri, 12 Feb 1999 12:49:24 -0800 (PST) From: Matthew Dillon Message-Id: <199902122049.MAA08022@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc Makefile References: <199902111546.HAA77429@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Arrg... I *KNEW* I had comitted the right thing. Somebody removed my rc.diskless1 & rc.diskless2 and put rc.diskless back... and that someone was JKH! :-) -Matt Matthew Dillon apollo:/usr/src/etc# cvs diff -r1.189 -r1.190 Makefile Index: Makefile =================================================================== RCS file: /home/ncvs/src/etc/Makefile,v retrieving revision 1.189 retrieving revision 1.190 diff -u -r1.189 -r1.190 --- Makefile 1999/02/09 17:17:17 1.189 +++ Makefile 1999/02/09 23:17:25 1.190 @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.189 1999/02/09 17:17:17 dillon Exp $ +# $Id: Makefile,v 1.190 1999/02/09 23:17:25 jkh Exp $ SUBDIR= sendmail @@ -8,8 +8,8 @@ inetd.conf auth.conf login.conf login.access motd modems networks \ newsyslog.conf pam.conf phones pccard.conf.sample \ printcap profile protocols \ - rc rc.atm rc.conf rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.diskless1 rc.diskless2 rc.serial rc.shutdown \ + rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ + rc.diskless rc.serial rc.shutdown \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ remote security services shells syslog.conf \ etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ @@ -52,6 +52,7 @@ : :jkh 1999/02/11 07:46:23 PST : : Modified files: : etc Makefile : Log: : This tries to install rc.diskless, but there is no such file. : I don't know which of the two to install in its place so just : remove it for now and get the release build working again. : : Revision Changes Path : 1.192 +2 -2 src/etc/Makefile : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message