From nobody Fri Oct 6 03:27:11 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S1v4J1zRNz4wpnC for ; Fri, 6 Oct 2023 03:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S1v4J0qK0z4d6B for ; Fri, 6 Oct 2023 03:27:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696562832; a=rsa-sha256; cv=none; b=AqybbPoLRWkIlKJJ31AliX1mWhUN+3n5CQ5kA/vySveGMhVODHDVpeFOL6WZC/hwHQSFmv MXscgr0welnp8h/CuHireQC8xBvn4lVhDjLTiVPXv7e/Ge3Q7ZrbdgZT1rKNEVEjv6ezQh xcr1dhX+4DINKErkRLVUMwUp+lg3hnYIa2FrtRZvLztJ45IdFNv2YG4T2wmLIriVWrDT9k eV48L3/ekbm5LHpEyjgGzRe4h+vFU+L+fFyPglzT4dLwegglb6fmT03qrdlVtya2Xwb/Gy P8XX61CjABYR9fz3ZeFBIdX9SwwmUzoCI12ruWNGqy4pSvSBmfv0TPsiw55Rew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696562832; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OxOe/7QDCzJZ/Y90Y9JwQW1ihaVaeRmk1vdQEwtqtXg=; b=B89sahfHuLusHHjGn8/FSlOtpnvhf8GEZyOva4mpm5KtsuEfa3SKVK7oM8pXim5DX1DUxv tmPNgZJ7WTrvGuSAKb3d6mAWbVwm8YOOrddMl2qVzMbO9x/2heVBGy9IgbcQwP84PNgBh5 TouQmShZhtj1AyBqoIE4CLshda8ihBZkf2i654Zsd1Es6VUHpk766wFtY0lPPfGecixi08 P5KdTVe8/5LpYJN44Tq/zR92qxRjDwVB1Gj1cJ7tvq2NUuXd99vPpxWEy0ElTHvDlWubR6 zHhOf0epRHXzUSSoH1/b5GEEdwntKtiAzgUOTlgmBAq/cnaBVnEn/Uyv+BUoaA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S1v4H6xzhzXmW for ; Fri, 6 Oct 2023 03:27:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3963RBC5041761 for ; Fri, 6 Oct 2023 03:27:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3963RBPF041760 for bugs@FreeBSD.org; Fri, 6 Oct 2023 03:27:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 274294] src: pkg_add(1) no longer exists Date: Fri, 06 Oct 2023 03:27:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: easy, needs-patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 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 does n= ot present the pkg_add(1) page, and so on.=20 (The broken link under 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.=