Date: Wed, 30 Jun 2021 07:25:05 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 45b6969c67b5 - stable/13 - pkgbase: Put the last sendmail files in the sendmail package Message-ID: <202106300725.15U7P5lJ084391@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=45b6969c67b5e9970c12bb7bf076bdc87335150c commit 45b6969c67b5e9970c12bb7bf076bdc87335150c Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-06-19 15:50:11 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-06-30 07:24:33 +0000 pkgbase: Put the last sendmail files in the sendmail package Differential Revision: https://reviews.freebsd.org/D30757 Sponsored by: Diablotin Systems --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 8ca259b10a17..104e40b6e345 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -76,10 +76,10 @@ distribution: .if ${MK_MAIL} != "no" cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ - -T "package=runtime" ${ETCMAIL} ${DESTDIR}/etc/mail + -T "package=sendmail" ${ETCMAIL} ${DESTDIR}/etc/mail if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \ ! -f ${DESTDIR}/etc/aliases ]; then \ - ${INSTALL_SYMLINK} -T "package=runtime" \ + ${INSTALL_SYMLINK} -T "package=sendmail" \ mail/aliases ${DESTDIR}/etc/aliases; \ fi .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106300725.15U7P5lJ084391>