From 4514e243d14cd40603dffb605323e3402ec21b23 Mon Sep 17 00:00:00 2001 From: "Thordur I. Bjornsson" Date: Mon, 18 Apr 2011 16:52:13 +0000 Subject: 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@ --- distrib/hp300/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/hp300/ramdisk') diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index 6caa629bc87..0409f3b7dcd 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2011/04/15 03:11:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.29 2011/04/18 16:52:09 thib Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -10,7 +10,7 @@ BASE= ramdisk MOUNT_POINT= /mnt -VND?= svnd0 +VND?= vnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c -- cgit v1.2.3