[Bug 274294] src: pkg_add(1) no longer exists
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274294] src: pkg_add(1) no longer exists"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274294] src: pkg_add(1) no longer exists"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 274294] Updates relating to obsolete pkg_add(1), pkg_create(1) and pkg_info(1)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 03:27:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274294
Bug ID: 274294
Summary: src: pkg_add(1) no longer exists
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Keywords: easy, needs-patch
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: grahamperrin@gmail.com
The pkg_add(1) link under <https://man-dev.freebsd.org/upgt.4#FILES> does not
present the pkg_add(1) page, and so on.
(The broken link under
<https://man.freebsd.org/cgi/man.cgi?query=upgt&sektion=4&manpath=freebsd-release#FILES>
is a separate bug.)
Glancing at what's below, this is probably easy and simple enough for a pull
request in GitHub.
% man 1 pkg_add
No manual entry for pkg_add
% rg --sort path pkg_add /usr/src
/usr/src/ObsoleteFiles.inc
13803:OLD_FILES+=usr/sbin/pkg_add
13809:OLD_FILES+=usr/share/man/man1/pkg_add.1.gz
/usr/src/contrib/atf/README.md
34:* OpenBSD: install the `devel/atf` package with `pkg_add atf`.
/usr/src/contrib/kyua/README.md
53:* OpenBSD with packages: install the `kyua` package with `pkg_add kyua`.
/usr/src/share/man/man4/upgt.4
145:.Xr pkg_add 1
/usr/src/tools/test/stress2/misc/ldt2.sh
74:1) Install wine. For example by "UNAME_m=i386 pkg_add -r wine"
/usr/src/usr.sbin/bsdinstall/scripts/docsinstall
151:# Let pkg_add be able to use name servers
/usr/src/usr.sbin/pkg/pkg.7
328:.Xr pkg_add 1 ,
%
--
You are receiving this mail because:
You are the assignee for the bug.