Bug 294321 - Tools/scripts/BDB-upgrade-helper.sh references obsolete pkg_delete.
Summary: Tools/scripts/BDB-upgrade-helper.sh references obsolete pkg_delete.
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-08 05:40 UTC by Don Lewis
Modified: 2026-04-08 05:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Lewis freebsd_committer freebsd_triage 2026-04-08 05:40:47 UTC
Tools/scripts/BDB-upgrade-helper.sh still references the obsolete old pkg_delete.

if [ -n "$pkg" ] ; then
    pkg delete $dbnames
else
    pkg_delete $dbnames
fi