Download raw body.
[PATCH] www/faq/faq15.html update rsync example
On Sun, Oct 20, 2024 at 11:20:50PM -0700, Bryan Vyhmeister wrote: > Since rsync no longer has an -iconv flavor and instead has a -minimal > flavor, update the example in faq15.html to match reality in 7.6 in > order to avoid confusion. Since I updated that example, I figured I would update the rest to the state of things in 7.6. Comments? Bryan Index: faq/faq15.html =================================================================== RCS file: /cvs/www/faq/faq15.html,v diff -u -p -r1.185 faq15.html --- faq/faq15.html 15 Nov 2021 18:21:59 -0000 1.185 +++ faq/faq15.html 21 Oct 2024 06:25:13 -0000 @@ -149,9 +149,9 @@ To search for any given package name, us <pre class="cmdbox"> $ <b>pkg_info -Q unzip</b> -lunzip-1.8 -unzip-6.0p9 -unzip-6.0p9-iconv +lunzip-1.14p0 +unzip-6.0p17 +unzip-6.0p17-iconv </pre> Another way to find what you're looking for is with the <code>pkglocate</code> @@ -159,10 +159,10 @@ command, available from the <code>pkgloc <pre class="cmdbox"> $ <b>pkglocate mutool</b> -mupdf-1.11p1-js:textproc/mupdf,js:/usr/local/bin/mutool -mupdf-1.11p1-js:textproc/mupdf,js:/usr/local/man/man1/mutool.1 -mupdf-1.11p1:textproc/mupdf:/usr/local/bin/mutool -mupdf-1.11p1:textproc/mupdf:/usr/local/man/man1/mutool.1 +mupdf-1.24.9-js:textproc/mupdf,js:/usr/local/bin/mutool +mupdf-1.24.9-js:textproc/mupdf,js:/usr/local/man/man1/mutool.1 +mupdf-1.24.9:textproc/mupdf:/usr/local/bin/mutool +mupdf-1.24.9:textproc/mupdf:/usr/local/man/man1/mutool.1 </pre> If you're looking for a specific filename, it can be used to find which @@ -196,8 +196,8 @@ one you want to install. # <b>pkg_add rsync</b> Ambiguous: choose package for rsync a 0: <None> - 1: rsync-3.1.2p0 - 2: rsync-3.1.2p0-iconv + 1: rsync-3.3.0p2 + 2: rsync-3.3.0p2-minimal Your choice: </pre> @@ -220,8 +220,8 @@ the configuration or use of the applicat <pre class="cmdbox"> # <b>pkg_add jove</b> -jove-4.16.0.73p0: ok ---- +jove-4.16.0.73p0 ------------------- +jove-4.16.0.73p1: ok +--- +jove-4.16.0.73p1 ------------------- See /usr/local/share/jove/README about changes to /etc/rc or /etc/rc.local so that the system recovers jove files on reboot after a system crash
[PATCH] www/faq/faq15.html update rsync example