git: 4cb9d580269b - stable/13 - bsdinstall: update comment related to pkg
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 19:16:32 UTC
The branch stable/13 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=4cb9d580269b866a6fbf69826efcd156be538826
commit 4cb9d580269b866a6fbf69826efcd156be538826
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-04-25 14:47:30 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-06-12 16:56:20 +0000
bsdinstall: update comment related to pkg
pkg_add has been gone since 2013(?). Refer to pkg(8) instead.
Sponsored by: The FreeBSD Foundation
Reviewed by: jrtc27
Differential Revision: https://reviews.freebsd.org/D44946
(cherry picked from commit ad31d4764255c0848f1f0fa10760d16b5a2922aa)
---
usr.sbin/bsdinstall/scripts/docsinstall | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/bsdinstall/scripts/docsinstall b/usr.sbin/bsdinstall/scripts/docsinstall
index 92d1743b5ddc..77d311c9ca16 100755
--- a/usr.sbin/bsdinstall/scripts/docsinstall
+++ b/usr.sbin/bsdinstall/scripts/docsinstall
@@ -148,7 +148,7 @@ f_mustberoot_init
dialog_menu_main || f_die
f_dialog_menutag_fetch selected
-# Let pkg_add be able to use name servers
+# Let pkg(8) be able to use name servers
f_quietly cp -f $BSDINSTALL_TMPETC/resolv.conf $BSDINSTALL_CHROOT/etc/
#