https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287662
--- Comment #2 from Eric <erichans...@gmail.com> --- (In reply to Eric from comment #0) In my initial message, I wrote Latest, where Quarterly was intended: ===QUOTE == Optionally: separate part for 14.2-RELEASE that does not have the kmods as default (unless a patch changes that) Notes: for the 13 branch kmods is NA; if so desired change to using editor instructions == To enable the FreeBSD-kmods repository when only the default FreeBSD repository for the Quarterly branch is defined, run the following commands: # mkdir -p /usr/local/etc/pkg/repos # echo 'FreeBSD-kmods: {' > /usr/local/etc/pkg/repos/FreeBSD.conf # echo ' url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",' >> /usr/local/etc/pkg/repos/FreeBSD.conf # echo ' signature_type: "fingerprints",' >> /usr/local/etc/pkg/repos/FreeBSD.conf # echo ' fingerprints: "/usr/share/keys/pkg",' >> /usr/local/etc/pkg/repos/FreeBSD.conf # echo ' mirror_type: "srv",' >> /usr/local/etc/pkg/repos/FreeBSD.conf # echo ' enabled: yes' >> /usr/local/etc/pkg/repos/FreeBSD.conf # echo '}' >> /usr/local/etc/pkg/repos/FreeBSD.conf Then run this command to update the local package repositories catalogues for the Latest branch: ===END QUOTE In the last line of this quote: s/Latest/Quarterly/ -- You are receiving this mail because: You are the assignee for the bug.