From 67dae05b3f6f45f1491cfee22f6c86637305cd38 Mon Sep 17 00:00:00 2001 From: emaste Date: Wed, 12 Feb 2020 17:30:09 +0000 Subject: [PATCH] tag /etc/rmt symlink with pkgbase package For historical reasons the "remote magtape protocol module" rmt gets invoked as /etc/rmt, which is a symlink to /usr/sbin/rmt. Put it in the utilities package, as /usr/sbin/rmt is. Sponsored by: The FreeBSD Foundation --- usr.sbin/rmt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/rmt/Makefile b/usr.sbin/rmt/Makefile index 93fa5a5f1297..0cbc67c70880 100644 --- a/usr.sbin/rmt/Makefile +++ b/usr.sbin/rmt/Makefile @@ -7,6 +7,7 @@ MAN= rmt.8 # called from /usr/src/etc/Makefile etc-rmt: rm -f ${DESTDIR}/etc/rmt - ${INSTALL_RSYMLINK} ..${BINDIR}/rmt ${DESTDIR}/etc/rmt + ${INSTALL_RSYMLINK} -T "package=utilities" \ + ..${BINDIR}/rmt ${DESTDIR}/etc/rmt .include