Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2025 13:00:18 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: af4c34e4db85 - main - OptionalObsoleteFiles: Add bsdinstall pkgbase
Message-ID:  <202505081300.548D0I4x027040@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=af4c34e4db85ebbae93013c8374396fe2451202a

commit af4c34e4db85ebbae93013c8374396fe2451202a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-05-08 12:58:18 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-05-08 12:59:30 +0000

    OptionalObsoleteFiles: Add bsdinstall pkgbase
    
    Reported by: garga
    Fixes: ee9cfd727578 ("bsdinstall: add pkgbase target")
---
 tools/build/mk/OptionalObsoleteFiles.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index bd0a0972500d..baaca10ea3f1 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -423,6 +423,7 @@ OLD_FILES+=usr/libexec/bsdinstall/netconfig
 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
 OLD_FILES+=usr/libexec/bsdinstall/partedit
+OLD_FILES+=usr/libexec/bsdinstall/pkgbase
 OLD_FILES+=usr/libexec/bsdinstall/rootpass
 OLD_FILES+=usr/libexec/bsdinstall/runconsoles
 OLD_FILES+=usr/libexec/bsdinstall/script



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505081300.548D0I4x027040>