diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mdconfig/Makefile | 3 | ||||
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 15 |
2 files changed, 16 insertions, 2 deletions
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 <bsd.prog.mk> 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 . |