svn commit: r318513 - in stable: 10/usr.sbin/rmt 11/usr.sbin/rmt
Rodney W. Grimes
rgrimes at FreeBSD.org
Fri May 19 02:12:11 UTC 2017
Author: rgrimes
Date: Fri May 19 02:12:10 2017
New Revision: 318513
URL: https://svnweb.freebsd.org/changeset/base/318513
Log:
MFC r314693
Change /etc/rmt symlink from absolute to relative path,
correcting the mistake made in r6499
Approved by: grehan (mentor)
Modified:
stable/10/usr.sbin/rmt/Makefile
Directory Properties:
stable/10/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/usr.sbin/rmt/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/10/usr.sbin/rmt/Makefile
==============================================================================
--- stable/10/usr.sbin/rmt/Makefile Fri May 19 01:42:31 2017 (r318512)
+++ stable/10/usr.sbin/rmt/Makefile Fri May 19 02:12:10 2017 (r318513)
@@ -7,6 +7,6 @@ MAN= rmt.8
# called from /usr/src/etc/Makefile
etc-rmt:
rm -f ${DESTDIR}/etc/rmt
- ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt
+ ln -s ..${BINDIR}/rmt ${DESTDIR}/etc/rmt
.include <bsd.prog.mk>
More information about the svn-src-stable-10
mailing list