From 553d1d6989f2adecf3c4cf0385b10a4ea9967bfb Mon Sep 17 00:00:00 2001 From: phk 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') diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index 38fa2ca..ebd8237 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 b081be0..d10fd62 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.1