+CC ports

On 2013/05/01 21:45, Maurice Janssen wrote on www@:
> The first chunk is obvious, I think.
> The second chunk is for consistency only.

I think this page needs further tweaking; the page has this block,

$ <b>sudo pkg_add -v screen-4.0.3p1</b>
parsing screen-4.0.3p1
installed /etc/screenrc from /usr/local/share/examples/screen/screenrc | 71%
screen-4.0.3p1: complete

but the output from pkg_add -v has changed, it no longer prints these
lines with -v:

$ sudo pkg_add -v screen--
screen-4.0.3p3: ok

... we could maybe use -vv but that's probably more information
than anybody needs ...

$ sudo pkg_add -vv screen--
parsing screen-4.0.3p3
Running /usr/bin/install-info --info-dir=/usr/local/info -- 
/usr/local/info/screen.info
installed /etc/screenrc from /usr/local/share/examples/screen/screenrc
screen-4.0.3p3: ok
/dev/sd1a: 3312 bytes
/dev/sd1d: 762 bytes
/dev/sd1g: 1029490 bytes


> Index: faq15.html
> ===================================================================
> RCS file: /cvs/www/faq/faq15.html,v
> retrieving revision 1.91
> diff -u -r1.91 faq15.html
> --- faq15.html  1 May 2013 13:16:32 -0000       1.91
> +++ faq15.html  1 May 2013 19:41:48 -0000
> @@ -421,7 +421,7 @@
>  
>  <blockquote><pre>
>  $ <b>sudo pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/5.3/packages/`machine 
> -a`/screen-4.0.3p3.tgz</b>
> -screen-4.0.3p1: complete
> +screen-4.0.3p3: complete
>  </pre></blockquote>
>  
>  <p>
> @@ -444,12 +444,12 @@
>  <b>-v</b> flag, however!):
>  
>  <blockquote><pre>
> -$ <b>sudo pkg_add -v screen-4.0.3p1</b>
> -parsing screen-4.0.3p1
> +$ <b>sudo pkg_add -v screen-4.0.3p3</b>
> +parsing screen-4.0.3p3
>  The existing file /etc/screenrc has NOT been changed**                 | 71%
>  It does NOT match the sample file /usr/local/share/examples/screen/screenrc
>  You may wish to update it manually
> -screen-4.0.3p1: complete
> +screen-4.0.3p3: complete
>  </pre></blockquote>
>  
>  Sometimes you may encounter an error like the one in the following

Reply via email to