Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 12:49:24 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        "Jordan K. Hubbard" <jkh@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/etc Makefile
Message-ID:  <199902122049.MAA08022@apollo.backplane.com>
References:   <199902111546.HAA77429@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
    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 
					<dillon@backplane.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902122049.MAA08022>