Date: Fri, 9 Mar 2001 12:09:28 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile src/sbin/mdconfig Makefile mdconfig.8 src/usr.sbin/vnconfig Makefile vnconfig.c src/sys/conf files majors options src/sys/i386/conf NOTES Message-ID: <200103092009.f29K9So63938@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2001/03/09 12:09:28 PST Modified files: share/man/man4 Makefile sbin/mdconfig Makefile mdconfig.8 usr.sbin/vnconfig Makefile vnconfig.c sys/conf files majors options sys/i386/conf NOTES Log: 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. Revision Changes Path 1.118 +3 -3 src/share/man/man4/Makefile 1.3 +2 -3 src/sbin/mdconfig/Makefile 1.8 +16 -1 src/sbin/mdconfig/mdconfig.8 1.6 +2 -3 src/usr.sbin/vnconfig/Makefile 1.21 +11 -614 src/usr.sbin/vnconfig/vnconfig.c 1.495 +1 -3 src/sys/conf/files 1.120 +2 -2 src/sys/conf/majors 1.258 +1 -2 src/sys/conf/options 1.901 +1 -5 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103092009.f29K9So63938>