mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
9cdfb2d69a
commit
e5a2b63146
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue