Skip to content

Commit

Permalink
tag /etc/rmt symlink with pkgbase package
Browse files Browse the repository at this point in the history
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
  • Loading branch information
emaste committed Feb 12, 2020
1 parent 9cdfb2d commit e5a2b63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usr.sbin/rmt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bsd.prog.mk>

0 comments on commit e5a2b63

Please sign in to comment.