Remove the 'CVSup Method' of updating the Ports Collection.
Update two package names from cvsup to colordiff.
While here, change 'pkg remove' command to 'pkg delete' for consistency
with the manual, although 'pkg remove' works as well.
Update the section about user account hashes with two additional supported
hash functions that can be used: SHA256 and SHA512. Also document how these
are stored in the master.passwd file.
Remove portmanager as an option for upgrading ports.
It does not support modern ports features such as MOVED, is lacking
upstream and active contributions, and does not support pkgng.
This patch addresses the following:
- replaces FreeBSD with &os;
- rewording to replace "you"
- updated the F1 example
- general tightening and grammar fixes
In the preface, correct the example for commands entered at an MS-DOS
prompt - throughout the rest of the handbook, the device used is C:\ and
not E:\.
JOIN is not the same as the operation done here.
Nowadays most users who are not familiar with Unix are also unfamiliar with MS-DOS so remove the analogy.
This patch addresses the following:
- replaces FreeBSD with &os;
- rewording to address "you", redundancy, poor grammar, and verbosity
- the console/login prompt was updated to amd64
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D3482
This patch addresses the following:
- fixes you
- fixes xref and directory tags
- general tightening
- csup changed to svn
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D3483
- Separate a large <note> section into two.
- Add a <tip>, mentioning it might be desired to run make(1) multiple
times when using the 'configure-recursive' target.
Reviewed by: bcr
This was used as a test for the new po translation capabilities that our doc
toolchain gained recently.
Thanks to Warren Block for the instructions on using gettext po and
making it all work.
Obtained from: The FreeBSD German Documentation Project
the htdocs/ directories.
While here, fix the hostname(1) evaluation for non-en_US
translations.
These scripts used to fetch the ports.tgz file from FTP, but
this file no longer exists. Since we already reference the
size of the ports tree (via share/xml/freebsd.ent) for the
Handbook, I do not plan to bring back this functionality, as
the information it was producing was incorrect anyway.
Note to translators of de_DE, ja_JP, and ru_RU trees:
The relevant files in the htdocs/ directories also needed to
be updated as part of this commit to avoid breaking the build.
Because my editor does not seem to properly handle ja_JP or
ru_RU, editing the installing.xml files within those trees was
not an option, as it mangled the file after saving. A sed(1)
substitution to comment the '&ports.size;' macro was done here
instead, but the entire line referencing ftp.freebsd.org should
be removed instead.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
Switch the 'packages.exist' target to use pkg.freebsd.org, since
we do not publish packages on FTP mirrors anymore.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation