From a0bc3b59651d4ab9aa9cb999d5b1028f0e247c1a Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 18 Sep 2018 20:52:24 +0000 Subject: [PATCH] Move disktab to sbin/bsdlabel/ This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), will (mentor) Differential Revision: https://reviews.freebsd.org/D17217 --- etc/Makefile | 1 - sbin/bsdlabel/Makefile | 1 + {etc => sbin/bsdlabel}/disktab | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {etc => sbin/bsdlabel}/disktab (100%) diff --git a/etc/Makefile b/etc/Makefile index 71432a1142a7..b82704ec74b3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -13,7 +13,6 @@ SUBDIR+=sendmail .endif BIN1= \ - disktab \ group \ hosts.allow \ libalias.conf \ diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index b1a71a2a74f2..6921a655af10 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -3,6 +3,7 @@ .PATH: ${SRCTOP}/sys/geom +CONFS= disktab PACKAGE=runtime PROG= bsdlabel SRCS= bsdlabel.c geom_bsd_enc.c diff --git a/etc/disktab b/sbin/bsdlabel/disktab similarity index 100% rename from etc/disktab rename to sbin/bsdlabel/disktab