diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
commit | 4514e243d14cd40603dffb605323e3402ec21b23 (patch) | |
tree | d4b13011d6019799589fc50473b797e4aa5e0b3d /distrib/socppc | |
parent | af2f7b02e557188dfe5a424132f1b18dcd36c6fd (diff) |
Deprecate vnds in favour of svnds.
In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.
Old svndX nodes will still continue to work though, for now.
Cleanup accordingly.
ok deraadt@, todd@
comments and ok on the man page bits from jmc@
Diffstat (limited to 'distrib/socppc')
-rw-r--r-- | distrib/socppc/miniroot/Makefile | 2 | ||||
-rw-r--r-- | distrib/socppc/ramdisk/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/distrib/socppc/miniroot/Makefile b/distrib/socppc/miniroot/Makefile index e6aabd5570e..e993acfb26c 100644 --- a/distrib/socppc/miniroot/Makefile +++ b/distrib/socppc/miniroot/Makefile @@ -6,7 +6,7 @@ IMAGE= miniroot${REV}.fs MOUNT_POINT= /mnt -VND?= svnd0 +VND?= vnd0 VND_DEV= /dev/${VND}a VND_CDEV= /dev/${VND}c VND_IDEV= /dev/${VND}i diff --git a/distrib/socppc/ramdisk/Makefile b/distrib/socppc/ramdisk/Makefile index a20c56775df..169165f2c0d 100644 --- a/distrib/socppc/ramdisk/Makefile +++ b/distrib/socppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2011/04/15 03:11:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2011/04/18 16:52:10 thib Exp $ REV= ${OSrev} @@ -16,7 +16,7 @@ UTILS?= ${.CURDIR}/../../miniroot MOUNT_POINT= /mnt MTREE= ${UTILS}/mtree.conf -VND?= svnd0 +VND?= vnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c |