Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Oct 2023 03:27:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274294] src: pkg_add(1) no longer exists
Message-ID:  <bug-274294-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274294

            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 n=
ot
present the pkg_add(1) page, and so on.=20

(The broken link under
<https://man.freebsd.org/cgi/man.cgi?query=3Dupgt&sektion=3D4&manpath=3Dfre=
ebsd-release#FILES>
is a separate bug.)

Glancing at what's below, this is probably easy and simple enough for a pull
request in GitHub.=20


% man 1 pkg_add
No manual entry for pkg_add
% rg --sort path pkg_add /usr/src
/usr/src/ObsoleteFiles.inc
13803:OLD_FILES+=3Dusr/sbin/pkg_add
13809:OLD_FILES+=3Dusr/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=3Di386 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 ,
%

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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