aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-07-24 13:21:44 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-07-24 13:21:44 +0000
commit5952343e02ab1ecabc7241a755241284418ea2ad (patch)
tree180003cc587bc02f1c0acca135eeb989aca530ed /sbin
parent28f16a0f1985b32a97075a540236e8abebaeadf1 (diff)
downloadsrc-5952343e02ab1ecabc7241a755241284418ea2ad.tar.gz
src-5952343e02ab1ecabc7241a755241284418ea2ad.zip
Rename be(1) to bectl(8); continues to live in /sbin
Discussed with: rpokala, allanjude
Notes
Notes: svn path=/projects/bectl/; revision=336669
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile2
-rw-r--r--sbin/bectl/Makefile (renamed from sbin/be/Makefile)4
-rw-r--r--sbin/bectl/bectl.8 (renamed from sbin/be/be.1)0
-rw-r--r--sbin/bectl/bectl.c (renamed from sbin/be/be.c)0
4 files changed, 3 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 13c1c0745bcc..4f08a82fe572 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -86,7 +86,7 @@ SUBDIR.${MK_PF}+= pfctl
SUBDIR.${MK_PF}+= pflogd
SUBDIR.${MK_QUOTAS}+= quotacheck
SUBDIR.${MK_ROUTED}+= routed
-SUBDIR.${MK_ZFS}+= be
+SUBDIR.${MK_ZFS}+= bectl
SUBDIR.${MK_ZFS}+= zfsbootcfg
SUBDIR.${MK_TESTS}+= tests
diff --git a/sbin/be/Makefile b/sbin/bectl/Makefile
index 3d3cc4e2314b..7226971ffd77 100644
--- a/sbin/be/Makefile
+++ b/sbin/bectl/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-PROG= be
+PROG= bectl
WARNS?= 1
-MAN= be.1
+MAN= bectl.8
LIBADD+= be
LIBADD+= nvpair
diff --git a/sbin/be/be.1 b/sbin/bectl/bectl.8
index 2dd7b3d9d633..2dd7b3d9d633 100644
--- a/sbin/be/be.1
+++ b/sbin/bectl/bectl.8
diff --git a/sbin/be/be.c b/sbin/bectl/bectl.c
index a4803b17cd9e..a4803b17cd9e 100644
--- a/sbin/be/be.c
+++ b/sbin/bectl/bectl.c