Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/miniroot use 'vnd0' instead of 'vnd0c', when unconfi...



details:   https://anonhg.NetBSD.org/src/rev/5ee430527a27
branches:  trunk
changeset: 520319:5ee430527a27
user:      shin <shin%NetBSD.org@localhost>
date:      Mon Jan 07 12:56:42 2002 +0000

description:
use 'vnd0' instead of 'vnd0c', when unconfigure device.

diffstat:

 distrib/miniroot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 196ef3685bf0 -r 5ee430527a27 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Mon Jan 07 12:22:02 2002 +0000
+++ b/distrib/miniroot/Makefile Mon Jan 07 12:56:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.42 2001/11/27 05:05:38 jmc Exp $
+#      $NetBSD: Makefile,v 1.43 2002/01/07 12:56:42 shin Exp $
 
 .include "../../Makefile.inc"
 .include <bsd.own.mk>
@@ -59,7 +59,7 @@
        @df -i ${MOUNT_POINT}
        @echo ""
        umount ${MOUNT_POINT}
-       vnconfig -u ${VND_DEV}
+       vnconfig -u ${VND}
 
 unconfig:
        -umount -f ${MOUNT_POINT}



Home | Main Index | Thread Index | Old Index