Change prompt to "ftp>"
Mention /usr/X11R6 Mention "make deinstall" Change bin:bin ownership to root:wheel PR: docs/11153 Submitted by: Chris Costello <chris@holly.dyndns.org>
This commit is contained in:
parent
af7239fd35
commit
72d00f2591
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4897
5 changed files with 85 additions and 50 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
$Id: chapter.sgml,v 1.17 1999-05-16 13:28:26 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -138,8 +138,8 @@
|
|||
===> Installing for ElectricFence-2.0.5
|
||||
===> Warning: your umask is "0002". If this is not desired, set it to
|
||||
an appropriate value and install this port again by ``make reinstall''.
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
===> Compressing manual pages for ElectricFence-2.0.5
|
||||
===> Registering installation for ElectricFence-2.0.5</screen>
|
||||
|
||||
|
@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc
|
|||
|
||||
<step>
|
||||
<para>Install the program executable and other supporting files, man
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy,
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy
|
||||
(unless this is an <link linkend="x11">X11</link> program,
|
||||
then it will be under <filename>/usr/X11R6</filename>),
|
||||
where they will not get mixed up with system programs. This also
|
||||
makes sure that all the ports you install will go in the same place,
|
||||
instead of being flung all over your system.</para>
|
||||
|
@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>></prompt> <userinput>get gnats.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get gnats.tar</userinput>
|
||||
[tars up the gnats skeleton for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf gnats.tar</userinput>
|
||||
[extract the gnats skeleton]
|
||||
&prompt.root; <userinput>cd gnats</userinput>
|
||||
|
@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!]
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>></prompt> <userinput>get databases.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get databases.tar</userinput>
|
||||
[tars up the databases directory for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf databases.tar</userinput>
|
||||
[extract all the database skeletons]
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
|
@ -811,6 +813,11 @@ do-install:
|
|||
<para>A. No problem, just do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_delete grizzle-6.5</userinput></screen>
|
||||
|
||||
<para>Alternatively, you can do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/grizzle</replaceable></userinput>
|
||||
&prompt.root; <userinput>make deinstall</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
$Id: chapter.sgml,v 1.17 1999-05-16 13:28:26 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -138,8 +138,8 @@
|
|||
===> Installing for ElectricFence-2.0.5
|
||||
===> Warning: your umask is "0002". If this is not desired, set it to
|
||||
an appropriate value and install this port again by ``make reinstall''.
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
===> Compressing manual pages for ElectricFence-2.0.5
|
||||
===> Registering installation for ElectricFence-2.0.5</screen>
|
||||
|
||||
|
@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc
|
|||
|
||||
<step>
|
||||
<para>Install the program executable and other supporting files, man
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy,
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy
|
||||
(unless this is an <link linkend="x11">X11</link> program,
|
||||
then it will be under <filename>/usr/X11R6</filename>),
|
||||
where they will not get mixed up with system programs. This also
|
||||
makes sure that all the ports you install will go in the same place,
|
||||
instead of being flung all over your system.</para>
|
||||
|
@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>></prompt> <userinput>get gnats.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get gnats.tar</userinput>
|
||||
[tars up the gnats skeleton for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf gnats.tar</userinput>
|
||||
[extract the gnats skeleton]
|
||||
&prompt.root; <userinput>cd gnats</userinput>
|
||||
|
@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!]
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>></prompt> <userinput>get databases.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get databases.tar</userinput>
|
||||
[tars up the databases directory for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf databases.tar</userinput>
|
||||
[extract all the database skeletons]
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
|
@ -811,6 +813,11 @@ do-install:
|
|||
<para>A. No problem, just do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_delete grizzle-6.5</userinput></screen>
|
||||
|
||||
<para>Alternatively, you can do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/grizzle</replaceable></userinput>
|
||||
&prompt.root; <userinput>make deinstall</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
$Id: book.sgml,v 1.17 1999-05-16 13:28:26 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -138,8 +138,8 @@
|
|||
===> Installing for ElectricFence-2.0.5
|
||||
===> Warning: your umask is "0002". If this is not desired, set it to
|
||||
an appropriate value and install this port again by ``make reinstall''.
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
===> Compressing manual pages for ElectricFence-2.0.5
|
||||
===> Registering installation for ElectricFence-2.0.5</screen>
|
||||
|
||||
|
@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc
|
|||
|
||||
<step>
|
||||
<para>Install the program executable and other supporting files, man
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy,
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy
|
||||
(unless this is an <link linkend="x11">X11</link> program,
|
||||
then it will be under <filename>/usr/X11R6</filename>),
|
||||
where they will not get mixed up with system programs. This also
|
||||
makes sure that all the ports you install will go in the same place,
|
||||
instead of being flung all over your system.</para>
|
||||
|
@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>></prompt> <userinput>get gnats.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get gnats.tar</userinput>
|
||||
[tars up the gnats skeleton for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf gnats.tar</userinput>
|
||||
[extract the gnats skeleton]
|
||||
&prompt.root; <userinput>cd gnats</userinput>
|
||||
|
@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!]
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>></prompt> <userinput>get databases.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get databases.tar</userinput>
|
||||
[tars up the databases directory for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf databases.tar</userinput>
|
||||
[extract all the database skeletons]
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
|
@ -811,6 +813,11 @@ do-install:
|
|||
<para>A. No problem, just do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_delete grizzle-6.5</userinput></screen>
|
||||
|
||||
<para>Alternatively, you can do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/grizzle</replaceable></userinput>
|
||||
&prompt.root; <userinput>make deinstall</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
$Id: chapter.sgml,v 1.17 1999-05-16 13:28:26 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -138,8 +138,8 @@
|
|||
===> Installing for ElectricFence-2.0.5
|
||||
===> Warning: your umask is "0002". If this is not desired, set it to
|
||||
an appropriate value and install this port again by ``make reinstall''.
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
===> Compressing manual pages for ElectricFence-2.0.5
|
||||
===> Registering installation for ElectricFence-2.0.5</screen>
|
||||
|
||||
|
@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc
|
|||
|
||||
<step>
|
||||
<para>Install the program executable and other supporting files, man
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy,
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy
|
||||
(unless this is an <link linkend="x11">X11</link> program,
|
||||
then it will be under <filename>/usr/X11R6</filename>),
|
||||
where they will not get mixed up with system programs. This also
|
||||
makes sure that all the ports you install will go in the same place,
|
||||
instead of being flung all over your system.</para>
|
||||
|
@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>></prompt> <userinput>get gnats.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get gnats.tar</userinput>
|
||||
[tars up the gnats skeleton for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf gnats.tar</userinput>
|
||||
[extract the gnats skeleton]
|
||||
&prompt.root; <userinput>cd gnats</userinput>
|
||||
|
@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!]
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>></prompt> <userinput>get databases.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get databases.tar</userinput>
|
||||
[tars up the databases directory for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf databases.tar</userinput>
|
||||
[extract all the database skeletons]
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
|
@ -811,6 +813,11 @@ do-install:
|
|||
<para>A. No problem, just do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_delete grizzle-6.5</userinput></screen>
|
||||
|
||||
<para>Alternatively, you can do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/grizzle</replaceable></userinput>
|
||||
&prompt.root; <userinput>make deinstall</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
$Id: book.sgml,v 1.17 1999-05-16 13:28:26 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -138,8 +138,8 @@
|
|||
===> Installing for ElectricFence-2.0.5
|
||||
===> Warning: your umask is "0002". If this is not desired, set it to
|
||||
an appropriate value and install this port again by ``make reinstall''.
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.a /usr/local/lib
|
||||
install -c -o root -g wheel -m 444 /usr/ports/devel/ElectricFence/work/ElectricFence-2.0.5/libefence.3 /usr/local/man/man3
|
||||
===> Compressing manual pages for ElectricFence-2.0.5
|
||||
===> Registering installation for ElectricFence-2.0.5</screen>
|
||||
|
||||
|
@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc
|
|||
|
||||
<step>
|
||||
<para>Install the program executable and other supporting files, man
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy,
|
||||
pages, etc. under the <filename>/usr/local</filename> hierarchy
|
||||
(unless this is an <link linkend="x11">X11</link> program,
|
||||
then it will be under <filename>/usr/X11R6</filename>),
|
||||
where they will not get mixed up with system programs. This also
|
||||
makes sure that all the ports you install will go in the same place,
|
||||
instead of being flung all over your system.</para>
|
||||
|
@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp</programlisting>
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>></prompt> <userinput>get gnats.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports/databases</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get gnats.tar</userinput>
|
||||
[tars up the gnats skeleton for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf gnats.tar</userinput>
|
||||
[extract the gnats skeleton]
|
||||
&prompt.root; <userinput>cd gnats</userinput>
|
||||
|
@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!]
|
|||
&prompt.root; <userinput>ftp ftp.freebsd.org</userinput>
|
||||
[log in as `ftp' and give your email address when asked for a
|
||||
password. Remember to use binary (also known as image) mode!]
|
||||
<prompt>></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>></prompt> <userinput>get databases.tar</userinput>
|
||||
<prompt>ftp></prompt> <userinput>cd /pub/FreeBSD/ports/ports</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get databases.tar</userinput>
|
||||
[tars up the databases directory for us]
|
||||
<prompt>></prompt> <userinput>quit</userinput>
|
||||
<prompt>ftp></prompt> <userinput>quit</userinput>
|
||||
&prompt.root; <userinput>tar xf databases.tar</userinput>
|
||||
[extract all the database skeletons]
|
||||
&prompt.root; <userinput>cd databases</userinput>
|
||||
|
@ -811,6 +813,11 @@ do-install:
|
|||
<para>A. No problem, just do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_delete grizzle-6.5</userinput></screen>
|
||||
|
||||
<para>Alternatively, you can do</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/grizzle</replaceable></userinput>
|
||||
&prompt.root; <userinput>make deinstall</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue