From e10469fef8b9028b46469e6b9f30d3dec9f55c32 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 9 Mar 2001 20:09:28 +0000 Subject: Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8) entirely as previously advertised. md(4) adopted all assets of vn(4) some time back and has proper devfs support and cloning abilities to boot. --- sbin/mdconfig/Makefile | 3 +-- sbin/mdconfig/mdconfig.8 | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'sbin/mdconfig') diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index 38fa2cab30dc..ebd82378b777 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -2,7 +2,6 @@ PROG= mdconfig MAN8= mdconfig.8 -#CFLAGS+= -g -static -Wall -#MLINKS= mdconfig.8 swapfile.8 mdconfig.8 vnconfig.8 +MLINKS= mdconfig.8 vnconfig.8 .include diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index b081be0000fe..d10fd622b5e6 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -175,3 +175,18 @@ chmod 1777 /tmp .Xr disklabel 8 , .Xr fdisk 8 , .Xr malloc 9 +.Sh HISTORY +The +.Nm +first appeared in +.Fx 5.0 +as a cleaner replacement for the +.Xr vn 4 +and +.Xr vnconfig 8 +combo. +.Sh AUTHORS +The +.Nm +program was written by Poul-Henning Kamp +.Aq phk@FreeBSD.org . -- cgit v1.2.3