From 72d00f25918e77e8794881904a21015b86b5cb9b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sun, 16 May 1999 13:28:26 +0000 Subject: [PATCH] Change prompt to "ftp>" Mention /usr/X11R6 Mention "make deinstall" Change bin:bin ownership to root:wheel PR: docs/11153 Submitted by: Chris Costello --- en/handbook/ports/chapter.sgml | 27 ++++++++++++------- .../books/handbook/ports/chapter.sgml | 27 ++++++++++++------- .../books/porters-handbook/book.sgml | 27 ++++++++++++------- .../books/handbook/ports/chapter.sgml | 27 ++++++++++++------- .../books/porters-handbook/book.sgml | 27 ++++++++++++------- 5 files changed, 85 insertions(+), 50 deletions(-) diff --git a/en/handbook/ports/chapter.sgml b/en/handbook/ports/chapter.sgml index 15b301a31d..a3db8259cb 100644 --- a/en/handbook/ports/chapter.sgml +++ b/en/handbook/ports/chapter.sgml @@ -1,7 +1,7 @@ @@ -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 @@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc Install the program executable and other supporting files, man - pages, etc. under the /usr/local hierarchy, + pages, etc. under the /usr/local hierarchy + (unless this is an X11 program, + then it will be under /usr/X11R6), 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. @@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports/databases -> get gnats.tar +ftp> cd /pub/FreeBSD/ports/ports/databases +ftp> get gnats.tar [tars up the gnats skeleton for us] -> quit +ftp> quit &prompt.root; tar xf gnats.tar [extract the gnats skeleton] &prompt.root; cd gnats @@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!] &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports -> get databases.tar +ftp> cd /pub/FreeBSD/ports/ports +ftp> get databases.tar [tars up the databases directory for us] -> quit +ftp> quit &prompt.root; tar xf databases.tar [extract all the database skeletons] &prompt.root; cd databases @@ -811,6 +813,11 @@ do-install: A. No problem, just do &prompt.root; pkg_delete grizzle-6.5 + + Alternatively, you can do + + &prompt.root; cd /usr/ports/somewhere/grizzle +&prompt.root; make deinstall diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml index 15b301a31d..a3db8259cb 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml @@ -1,7 +1,7 @@ @@ -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 @@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc Install the program executable and other supporting files, man - pages, etc. under the /usr/local hierarchy, + pages, etc. under the /usr/local hierarchy + (unless this is an X11 program, + then it will be under /usr/X11R6), 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. @@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports/databases -> get gnats.tar +ftp> cd /pub/FreeBSD/ports/ports/databases +ftp> get gnats.tar [tars up the gnats skeleton for us] -> quit +ftp> quit &prompt.root; tar xf gnats.tar [extract the gnats skeleton] &prompt.root; cd gnats @@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!] &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports -> get databases.tar +ftp> cd /pub/FreeBSD/ports/ports +ftp> get databases.tar [tars up the databases directory for us] -> quit +ftp> quit &prompt.root; tar xf databases.tar [extract all the database skeletons] &prompt.root; cd databases @@ -811,6 +813,11 @@ do-install: A. No problem, just do &prompt.root; pkg_delete grizzle-6.5 + + Alternatively, you can do + + &prompt.root; cd /usr/ports/somewhere/grizzle +&prompt.root; make deinstall diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 0baab22c95..25106c50ca 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -1,7 +1,7 @@ @@ -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 @@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc Install the program executable and other supporting files, man - pages, etc. under the /usr/local hierarchy, + pages, etc. under the /usr/local hierarchy + (unless this is an X11 program, + then it will be under /usr/X11R6), 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. @@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports/databases -> get gnats.tar +ftp> cd /pub/FreeBSD/ports/ports/databases +ftp> get gnats.tar [tars up the gnats skeleton for us] -> quit +ftp> quit &prompt.root; tar xf gnats.tar [extract the gnats skeleton] &prompt.root; cd gnats @@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!] &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports -> get databases.tar +ftp> cd /pub/FreeBSD/ports/ports +ftp> get databases.tar [tars up the databases directory for us] -> quit +ftp> quit &prompt.root; tar xf databases.tar [extract all the database skeletons] &prompt.root; cd databases @@ -811,6 +813,11 @@ do-install: A. No problem, just do &prompt.root; pkg_delete grizzle-6.5 + + Alternatively, you can do + + &prompt.root; cd /usr/ports/somewhere/grizzle +&prompt.root; make deinstall diff --git a/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml index 15b301a31d..a3db8259cb 100644 --- a/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml @@ -1,7 +1,7 @@ @@ -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 @@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc Install the program executable and other supporting files, man - pages, etc. under the /usr/local hierarchy, + pages, etc. under the /usr/local hierarchy + (unless this is an X11 program, + then it will be under /usr/X11R6), 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. @@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports/databases -> get gnats.tar +ftp> cd /pub/FreeBSD/ports/ports/databases +ftp> get gnats.tar [tars up the gnats skeleton for us] -> quit +ftp> quit &prompt.root; tar xf gnats.tar [extract the gnats skeleton] &prompt.root; cd gnats @@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!] &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports -> get databases.tar +ftp> cd /pub/FreeBSD/ports/ports +ftp> get databases.tar [tars up the databases directory for us] -> quit +ftp> quit &prompt.root; tar xf databases.tar [extract all the database skeletons] &prompt.root; cd databases @@ -811,6 +813,11 @@ do-install: A. No problem, just do &prompt.root; pkg_delete grizzle-6.5 + + Alternatively, you can do + + &prompt.root; cd /usr/ports/somewhere/grizzle +&prompt.root; make deinstall diff --git a/en_US.ISO_8859-1/books/porters-handbook/book.sgml b/en_US.ISO_8859-1/books/porters-handbook/book.sgml index 0baab22c95..25106c50ca 100644 --- a/en_US.ISO_8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO_8859-1/books/porters-handbook/book.sgml @@ -1,7 +1,7 @@ @@ -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 @@ -195,7 +195,9 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc Install the program executable and other supporting files, man - pages, etc. under the /usr/local hierarchy, + pages, etc. under the /usr/local hierarchy + (unless this is an X11 program, + then it will be under /usr/X11R6), 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. @@ -287,10 +289,10 @@ WRKDIRPREFIX= /tmp &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports/databases -> get gnats.tar +ftp> cd /pub/FreeBSD/ports/ports/databases +ftp> get gnats.tar [tars up the gnats skeleton for us] -> quit +ftp> quit &prompt.root; tar xf gnats.tar [extract the gnats skeleton] &prompt.root; cd gnats @@ -318,10 +320,10 @@ password. Remember to use binary (also known as image) mode!] &prompt.root; ftp ftp.freebsd.org [log in as `ftp' and give your email address when asked for a password. Remember to use binary (also known as image) mode!] -> cd /pub/FreeBSD/ports/ports -> get databases.tar +ftp> cd /pub/FreeBSD/ports/ports +ftp> get databases.tar [tars up the databases directory for us] -> quit +ftp> quit &prompt.root; tar xf databases.tar [extract all the database skeletons] &prompt.root; cd databases @@ -811,6 +813,11 @@ do-install: A. No problem, just do &prompt.root; pkg_delete grizzle-6.5 + + Alternatively, you can do + + &prompt.root; cd /usr/ports/somewhere/grizzle +&prompt.root; make deinstall