RELNOTESTAG specifies a CVS tag to use for checking out release
documeentation.
Complain if CVSROOT or DOCROOTDIR aren't defined.
Move all the original doc stuff into a doc/ subdirectory in the
FTP and ISO staging areas, to avoid further cluttering of the top-level
directories.
This change eliminates O(2^N)-1 passes through the individual documents,
where N is the number of levels of directory hierarchy. For a
"make install" from the top level of the doc/ tree, files corresponding
to individual documents were being installed eight (!!!) times.
Reviewed by: trhodes, Szilveszter Adam
the old one is not compromised and that I still have the private key. I will
be expiring the old key "soon" and revoking it "later". Values of "soon" and
"later" to be determined at some point. :-)
first defined in ${SGMLROOT}/html/catalog and ${SGML_ROOT}/iso8879/catalog.
By setting the SGML_CATALOG_FILES in the order suggested until now, we end
up with a value of SGML_CATALOG_FILES like (wrapped to keep the length of
the lines reasonable):
/usr/doc/en_US.ISO8859-1/share/sgml/catalog:/usr/doc/share/sgml/catalog:\
/usr/local/share/sgml/docbook/4.1/catalog:/usr/local/share/sgml/html/catalog:\
/usr/local/share/sgml/iso8879/catalog:/usr/local/share/sgml/jade/catalog
This means that when `dbcent.mod' refers to entities like %ISOamsa; they
are not known already (because they are defined in catalog files later in
the search path, not loaded by nsgmls yet). This results in errors like:
nsgmls:/usr/local/share/sgml/docbook/4.1/dbcent.mod:54:0:E: \
cannot open "/usr/local/share/sgml/docbook/4.1/iso-amsa.gml" \
(No such file or directory)
By rearranging the order of the catalog files a bit, we can convince nsgmls
to load the `html' and `iso8879' public entities first, and make it
possible to use nsgmls to validate DocBook SGML documents too (instead of
HTML only).
PR: docs/48980
Submitted by: Martin Karlsson <mk-freebsd@bredband.net>
at this time there is no loader.conf variable in defaults/loader.conf in 6,
note that.
Remove some old cruft and reword near sentence to keep flow going smoothly.
Two spaces between the end of a sentence and the beginning of a new sentence.
PR: 86733
Submitted by: Josh Paetzel (patch rewritten by me)
Using utilities like k5init is no longer required, that naming convention was
dropped in 5.X.
Remove some 4.X-5.X warning cruft.
Effectively closes PR: 34401 and 97409 (literally built world to investigate)
adjust tunnel settings without specifying the interface
first.
PR: docs/105000
Submitted by: dawnshade <h-k at mail dot ru>
Pointyhat: remko (me, previous commit was my mistake).