From fe87d0399e7748d737736416be49b2c32a15d5b7 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 16 Apr 1995 19:11:44 +0000 Subject: [PATCH] Update syntax for vnconfig(8). From Greg Hudson. --- distrib/i386/floppies/inst-common/Makefile.inc | 4 ++-- distrib/i386/floppies/kc-common/Makefile.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/i386/floppies/inst-common/Makefile.inc b/distrib/i386/floppies/inst-common/Makefile.inc index 099de672a051..fc83096c6a6c 100644 --- a/distrib/i386/floppies/inst-common/Makefile.inc +++ b/distrib/i386/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1994/10/18 21:21:34 cgd Exp $ +# $Id: Makefile.inc,v 1.3 1995/04/16 19:11:44 mycroft Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -28,7 +28,7 @@ all: ${CBIN} @df -i ${MOUNT_POINT} @echo "" umount ${MOUNT_POINT} - vnconfig -u ${VND_DEV} ${IMAGE} + vnconfig -u ${VND_DEV} cat /*bin/* > /dev/null unconfig: diff --git a/distrib/i386/floppies/kc-common/Makefile.inc b/distrib/i386/floppies/kc-common/Makefile.inc index 9b10da076ac4..6b0e59ace64d 100644 --- a/distrib/i386/floppies/kc-common/Makefile.inc +++ b/distrib/i386/floppies/kc-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1994/10/18 21:21:48 cgd Exp $ +# $Id: Makefile.inc,v 1.3 1995/04/16 19:11:46 mycroft Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -29,7 +29,7 @@ all: ${CBIN} @df -i ${MOUNT_POINT} @echo "" umount ${MOUNT_POINT} - vnconfig -u ${VND_DEV} ${IMAGE} + vnconfig -u ${VND_DEV} cat /*bin/* > /dev/null unconfig: