Author: bdrewery Date: Mon Nov 9 23:19:36 2015 New Revision: 290623 URL: https://svnweb.freebsd.org/changeset/base/290623
Log: Rename usr.sbin/mtree to usr.sbin/fmtree since it is not what /usr/sbin/mtree actually is (which is usr.sbin/nmtree). This has tricked me numerous times. Added: head/usr.sbin/fmtree/ - copied from r290622, head/usr.sbin/mtree/ Deleted: head/usr.sbin/mtree/ Modified: head/targets/pseudo/userland/Makefile.depend head/usr.sbin/Makefile Modified: head/targets/pseudo/userland/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/Makefile.depend Mon Nov 9 22:29:47 2015 (r290622) +++ head/targets/pseudo/userland/Makefile.depend Mon Nov 9 23:19:36 2015 (r290623) @@ -512,6 +512,7 @@ DIRDEPS+= \ usr.sbin/fifolog/fifolog_writer \ usr.sbin/fifolog/fifolog_reader \ usr.sbin/flowctl \ + usr.sbin/fmtree \ usr.sbin/freebsd-update \ usr.sbin/fwcontrol \ usr.sbin/genrandom \ @@ -567,7 +568,6 @@ DIRDEPS+= \ usr.sbin/mpsutil \ usr.sbin/mptutil \ usr.sbin/mtest \ - usr.sbin/mtree \ usr.sbin/named \ usr.sbin/named-checkconf \ usr.sbin/named-checkzone \ Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Mon Nov 9 22:29:47 2015 (r290622) +++ head/usr.sbin/Makefile Mon Nov 9 23:19:36 2015 (r290623) @@ -155,7 +155,7 @@ SUBDIR+= fdwrite .endif .if ${MK_FMTREE} != "no" -SUBDIR+= mtree +SUBDIR+= fmtree .endif .if ${MK_FREEBSD_UPDATE} != "no" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"