Warren Block
53e3c8a631
Fix a screen example which was mistakenly indented.
2015-08-28 00:47:41 +00:00
Glen Barber
7c19d30f0c
Regen after r287210.
...
Sponsored by: The FreeBSD Foundation
2015-08-27 15:23:12 +00:00
Glen Barber
ce1005a75b
Add koobs@ to donations@ alias.
2015-08-27 02:56:18 +00:00
Glen Barber
138b28b0a7
It is time to hang up my donations@ hat, as I have been inactive
...
within the team for quite some time.
2015-08-27 02:53:10 +00:00
Peter Wemm
a992a6afe1
Re-add the legacy fingerprints with warnings that they are deprecated.
2015-08-27 01:04:03 +00:00
Mathieu Arnold
d88860d1b4
Typo.
...
Pointy hat to: myself
Sponsored by: Absolight
2015-08-24 13:45:32 +00:00
Mathieu Arnold
a664a1cda8
Document the opt_IMPLIES/opt_PREVENTS/opt_PREVENTS_MSG helpers.
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3409
2015-08-24 13:11:23 +00:00
Edward Tomasz Napierala
b865008cd6
Document "freebsd-sponsored-by" and "freebsd-mfc-after".
...
Reviewed by: gjb@
Approved by: gjb@
Sponsored by: The FreeBSD Foundation
2015-08-24 08:23:54 +00:00
Wolfram Schneider
fc2fad6947
add OpenBSD 5.7 manual pages
2015-08-23 20:16:41 +00:00
Wolfram Schneider
1efb7e7fc9
remove stale 'FreeBSD 10.1-stable'
2015-08-22 11:03:59 +00:00
Wolfram Schneider
1fd5b09a32
remove stale 'FreeBSD 10.0-stable'
2015-08-22 11:03:24 +00:00
Wolfram Schneider
bac6f81b2a
add forgotten "FreeBSD 10.0-RELEASE and Ports"
2015-08-22 11:01:25 +00:00
Wolfram Schneider
8f8fd69bd6
fix path for FreeBSD 10.1-RELEASE and Ports
2015-08-22 10:58:47 +00:00
Wolfram Schneider
38a26a669d
add manpages for FreeBSD Ports 10.2-RELEASE
2015-08-22 10:57:26 +00:00
Warren Block
180d508894
Correct the path to the images. Pointed out by feld@ in IRC.
2015-08-20 20:33:05 +00:00
Steven Kreuzer
e16fe30f0a
Update the arguments passed to swapon on FreeBSD 10.0 and later to be '-aL'
...
instead of '-aq' since after r255265 the option file= implies late
Differential Revision: D3429
Submitted by: Michael Koch <charlie8913@gmail.com>
Approved by: hrs@ (mentor)
2015-08-20 20:32:16 +00:00
Jason Evans
9cc475e5d9
Fix a typo.
...
Submitted by: junovitch
2015-08-20 05:40:48 +00:00
Glen Barber
a54f573f9a
Regen after r286932.
...
Sponsored by: The FreeBSD Foundation
2015-08-19 17:52:34 +00:00
Glen Barber
e3e772d889
Regen after r286929.
...
Sponsored by: The FreeBSD Foundation
2015-08-19 17:43:29 +00:00
Mathieu Arnold
8d4c5ed7ee
Add EXTRACT_ONLY to the options flags.
...
Sponsored by: Absolight
2015-08-19 09:29:14 +00:00
Warren Block
c6a5e77b6f
Remove the line break between the Production versions that looks like a
...
line wrap on the main page. Pointed out by Chris Petrik.
2015-08-19 03:34:09 +00:00
Glen Barber
4ab5d8a1e3
Remove the 8.x installation chapter.
...
IMPORTANT: The install/ files under share/images/books/handbook/install
*CANNOT* be removed until the translated Handbook files are updated
to reflect 8.x deprecation, or the build will fall over.
*DO* *NOT* remove share/images/books/handbook/install/* until all
translated Handbook files have been updated.
Sponsored by: The FreeBSD Foundation
2015-08-19 03:03:29 +00:00
Warren Block
444e5eec2f
Clarify and simplify the chapter about building the web site.
...
Reviewed by: gjb
2015-08-19 02:22:19 +00:00
Glen Barber
401f216325
Re-title the bsdinstall chapter, now that is version-agnostic.
...
Sponsored by: The FreeBSD Foundation
2015-08-19 02:01:52 +00:00
Glen Barber
00fd278916
Remove an 8.x reference from the FAQ.
...
Sponsored by: The FreeBSD Foundation
2015-08-19 02:01:14 +00:00
Glen Barber
d51ef4dd46
Disconnect the 8.x installation chapter from the Handbook.
...
Sponsored by: The FreeBSD Foundation
2015-08-19 01:55:52 +00:00
Glen Barber
4adc4ffeed
Remove one more missed 8.x installation chapter reference.
...
Sponsored by: The FreeBSD Foundation
2015-08-19 01:43:41 +00:00
Glen Barber
72ff6931e5
Update installation chapter references, and remove references to the
...
install chapter covering 8.x.
Sponsored by: The FreeBSD Foundation
2015-08-19 01:42:42 +00:00
Glen Barber
5363d04b75
Dereference 8.x from the Handbook.
...
Sponsored by: The FreeBSD Foundation
2015-08-19 01:40:41 +00:00
Glen Barber
42d7f57c12
Remove a vestigial 8-STABLE relnotes reference.
...
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
2015-08-18 21:10:47 +00:00
Glen Barber
c67f1a1ff8
Remove the 'ports.size' target and all references to it in
...
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
2015-08-18 20:36:22 +00:00
Glen Barber
baab78ed82
Regen after r286906.
...
Sponsored by: The FreeBSD Foundation
2015-08-18 20:29:06 +00:00
Glen Barber
b6b3c7b0b7
Switch the 'packages.exist' target to use pkg.freebsd.org, since
...
we do not publish packages on FTP mirrors anymore.
Sponsored by: The FreeBSD Foundation
2015-08-18 18:48:14 +00:00
Glen Barber
0e48d8af90
Use the correct hostname for build-web.
...
Sponsored by: The FreeBSD Foundation
2015-08-18 18:03:19 +00:00
Glen Barber
a23dead8ab
Fix case sensitivity of HOSTNAME evaluation.
...
Sponsored by: The FreeBSD Foundation
2015-08-18 17:54:51 +00:00
Mathieu Arnold
1a8a6399cc
Catch up here too.
...
Sponsored by: Absolight
2015-08-18 10:41:49 +00:00
Mathieu Arnold
b12b26dff8
Add a few options targets helpers to catch up with recent work, and try
...
to keep them in the order they're run.
Sponsored by: Absolight
2015-08-18 09:35:15 +00:00
Jason Evans
30ed99542c
Document __FreeBSD_version 1100079 (jemalloc 4.0.0).
2015-08-18 08:34:07 +00:00
Glen Barber
09223cf8a3
Connect installation.html to the build.
...
Sponsored by: The FreeBSD Foundation
2015-08-16 12:18:03 +00:00
Glen Barber
1ee030f693
Add the installation.html page, copied from 10.1R and modified to
...
reflect 10.2-RELEASE, since this file does not exist in the releng/10.2
documentation.
Submitted by: Tim Bishop
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2015-08-16 12:17:13 +00:00
Glen Barber
5592e71f24
Regen after r286824.
...
Sponsored by: The FreeBSD Foundation
2015-08-16 12:11:57 +00:00
Koop Mast
bbd318217e
Add Gustau Perez for his help keeping the gnome, mate and cinnamon ports
...
on track.
2015-08-15 18:22:24 +00:00
Warren Block
5c9b75f2c7
Update the emacs configuration.
...
PR: 202303
Submitted by: Hoyoung Kim <trig4800@gmail.com>
2015-08-14 23:07:33 +00:00
Benedict Reuschling
4153f34deb
Be consistent about the blocksize (1m instead of 64k) and conv=sync
...
with the instructions in the release notes when describing how to
burn the memstick image to a memory stick.
PR: 177431
Submitted by: rfg tristatelogic com
2015-08-14 18:13:08 +00:00
Glen Barber
07901e03d9
Update the default release version for manual pages.
...
Submitted by: theraven
Sponsored by: The FreeBSD Foundation
2015-08-14 11:19:43 +00:00
Xin LI
b819dd7e86
Use ascending order for versions which is the traditional
...
ordering.
2015-08-14 01:59:44 +00:00
Glen Barber
1c7adb5525
10.2-RELEASE is a normal-support release, not extended.
...
While here, fix release sorting.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2015-08-14 00:48:47 +00:00
Glen Barber
cf1bd68e8a
Update the 10.2-RELEASE schedule to reflect it is now release.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2015-08-14 00:38:57 +00:00
Glen Barber
c9227b42dd
Add the 10.2-RELEASE information to the security page.
...
Submitted by: Royce Williams
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2015-08-14 00:28:33 +00:00
Glen Barber
0a72527604
Announce 10.2-RELEASE.
...
Remove 10.2 from Upcoming Releases.
Add the announce.html and announce.asc files.
Update the where.html links.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2015-08-13 23:53:28 +00:00