svn commit: r356985 - head/etc

Kyle Evans kevans at FreeBSD.org
Wed Jan 22 14:07:28 UTC 2020


Author: kevans
Date: Wed Jan 22 14:07:27 2020
New Revision: 356985
URL: https://svnweb.freebsd.org/changeset/base/356985

Log:
  Tag os-release symlink with package=runtime
  
  This ensures it gets into pkgbase-(installed/updated) systems.

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Wed Jan 22 13:53:18 2020	(r356984)
+++ head/etc/Makefile	Wed Jan 22 14:07:27 2020	(r356985)
@@ -57,7 +57,7 @@ distribution:
 	${_+_}cd ${.CURDIR}/mtree; ${MAKE} install
 	${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
 	${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt
-	${INSTALL_SYMLINK} ../var/run/os-release \
+	${INSTALL_SYMLINK} -T "package=runtime" ../var/run/os-release \
 		${DESTDIR}/etc/os-release
 .if ${MK_UNBOUND} != "no"
 	if [ ! -e ${DESTDIR}/etc/unbound ]; then \


More information about the svn-src-head mailing list