* FreeBSD -> &os; in affected areas
* /dev does not populated by the scripts, it is not an on-disk file system anymore, so no need to mention it
* /tmp and /var/tmp are not necessarily linked, remove paragraph about creating /var/tmp
* /proc is not in fstab anymore
* remove another instance of /var/db/port.mkversion I missed in a previous commit
* /var gets populated by /etc/mtree/BSD.var.dist instead of a list 'var_dirs', which now include /var/at , /var/cron and /var/log
* Clarify the section about Apache a bit, mention that the default setup is fine
Reviewed by: remko, trhodes, keramida
Approved by: above
* don't use RELENG_5 anymore
* don't mention CVS explicitly when the text applies to any version control system
* introduce Subversion (pointers and its usage in the src tree)
* don't mention ncvs as a CVS commit host anymore
* replace all sys/*fs examples in the practical CVS primer by analogous ports/Tools examples
* use ISO yyyy-mm-dd date format for -D flag of cvs
* mention that Subversion stores metadata in .svn directories
* remove text concerning the -j flag of cvs
* mention svn-committers and that it is a normal read/write list
* remove most of q&a 16.2, point to SubversionPrimer/Merging on the wiki instead
Reviewed by: trhodes, gabor, keramida
Approved by: keramida
* use corpauthor
* add 2009
* capitalize "Ports Management Team"
* the "ports frozen" announcement is also sent to ports@
Reviewed by: trhodes, gabor, keramida
Approved by: keramida
filesystem type is "msdosfs". There has been some compatibility
glue in mount(8) to silently convert "mount -t msdos" to "mount
-t msdosfs" for a while now, but using the deprecated name may
cause errors when someone tries to "umount -t msdos". The later
doesn't work at all.
Noticed by: rodrigc, long ago
* The CD- and DVD-set are no longer available per subscription, but at conferences
* Remove all contractions but "Who's Who"
* Several language and SGML fixes
* Fix capitalization
* Add 2008, since content changes were made last year
* Fix the logical sense of a sentence.
Reviewed by: trhodes, pgj, remko
Approved by: trhodes
- mention ZFS
- xorg instead of XFree86
- use most recent mergemaster messages in <screen> sections
stage_1.sh:
- use /dev/daXYZs1a to no longer require anti-footshooting warning
- Introduce TARGET and MAKEOBJDIRPREFIX variables
- remove FreeBSD version 4/5 relevant shell code
stage_2.conf.default:
- update somewhat ancient port list; openoffice 1 just doesn't cut it any more
stage_3.mk:
- update to closer reflect my current version
- Disable TOC generation in Makefile because in the original version it
does not make too much sense to have a one-item TOC
- Change structure of sections, move all the sect2 to level sect1; this
results shorter high-level sections, but it gives a more normal layout
- Mark up CUPS ports with <filename role="package"> to add Ports
Collection links for them
- Mark up group "cups" with <groupname>
- Fix a <programlisting> within a <para> situation
- Replace <filename> tags with <ulink> for local CUPS web interface
links
- Replace <literal> tags with <hostid> for "localhost"
- Mark up menu items with <quote> rather than <literal>
- Use <replaceable> elements where applicable
- Fix spelling
- Remove all verbatim quote symbols, replace them with <quote> elements
- Mark up make variables with <makevar> elements
- Mark up make targets with <maketarget> elements
Reviewed by: Chess Griffin <chess (at) chessgriffin (dot) com>
during its translation recently:
- Fix capitalization issues in titles according to the Chicago Manual of Style
- Update Manolis' e-mail address to his FreeBSD.org one
- Correct some misspelled words, like "filesystem" or "soft updates" according
to the word list in FDP Primer [1]
- Add <replaceable> elements to minor versions in "FreeBSD 7.X"
- Replace bogus <filename role="device"> markups with <filename
class="devicefile"> elements
- Rewrite "NGb" constructs to "N GB"
- Rename sysinstall's disk label editor to <application>Disklabel</application>
partition editor, in reflect of the corresponding sections of the FreeBSD
Handbook [2]
- Replace <keycap>up</keycap> and <keycap>down</keycap> markups with a more
general form, similar to the Handbook [2]
- Mark up user commands with <userinput> inside <screen> elements
- Use <filename> and <devicename> where applicable
- Fix typos (like "ads1s1d")
- Mark up Enter key with <keycap>Enter</keycap>
- Mark up Ivan Voras (ivoras@) with his now-official Handbook entity
- Mark up usernames with <username>
[1] http://www.freebsd.org/doc/en/books/fdp-primer/writing-style-word-list.html
[2] http://www.freebsd.org/doc/en/books/handbook/install-steps.html
Reviewed by: manolis, keramida
Approved by: gabor (mentor)