From: Thomas Cort Date: Wed, 25 Mar 2015 18:51:18 +0000 (-0400) Subject: mined: move to minix/usr.bin/mined X-Git-Url: http://zhaoyanbai.com/repos/man.nsec3hash.html?a=commitdiff_plain;h=93cdb3a735e08b4367ab4ad77cba458e3be073b1;p=minix.git mined: move to minix/usr.bin/mined As suggested in issue #43. Historic Locations: Prior to this commit minix/commands/mined Prior to commit 433d6423c39e34ec4b79c950597bb2d236f886be commands Change-Id: I374ab3ff0e3b9e47779fc21e80b47fda87698242 --- diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 5f50a1ca5..4b845747d 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -15,7 +15,6 @@ SUBDIR= add_route arp at backup btrace \ intr ipcrm ipcs irdpd isoread \ loadkeys loadramdisk logger look lp \ lpd lspci mail MAKEDEV \ - mined \ mount mt netconf \ nonamed \ postinstall prep printroot \ diff --git a/minix/usr.bin/Makefile b/minix/usr.bin/Makefile index 660309d14..4a115a3f8 100644 --- a/minix/usr.bin/Makefile +++ b/minix/usr.bin/Makefile @@ -5,6 +5,7 @@ SUBDIR+= eepromread .endif # ${MACHINE_ARCH} == "earm" SUBDIR+= grep +SUBDIR+= mined SUBDIR+= ministat SUBDIR+= top SUBDIR+= toproto diff --git a/minix/commands/mined/Makefile b/minix/usr.bin/mined/Makefile similarity index 100% rename from minix/commands/mined/Makefile rename to minix/usr.bin/mined/Makefile diff --git a/minix/commands/mined/mined.1 b/minix/usr.bin/mined/mined.1 similarity index 100% rename from minix/commands/mined/mined.1 rename to minix/usr.bin/mined/mined.1 diff --git a/minix/commands/mined/mined.h b/minix/usr.bin/mined/mined.h similarity index 100% rename from minix/commands/mined/mined.h rename to minix/usr.bin/mined/mined.h diff --git a/minix/commands/mined/mined1.c b/minix/usr.bin/mined/mined1.c similarity index 100% rename from minix/commands/mined/mined1.c rename to minix/usr.bin/mined/mined1.c diff --git a/minix/commands/mined/mined2.c b/minix/usr.bin/mined/mined2.c similarity index 100% rename from minix/commands/mined/mined2.c rename to minix/usr.bin/mined/mined2.c