Date: Mon, 9 Nov 2015 23:19:36 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290623 - in head: targets/pseudo/userland usr.sbin usr.sbin/fmtree usr.sbin/mtree Message-ID: <201511092319.tA9NJatj080219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511092319.tA9NJatj080219>