summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2003-11-16 20:34:46 +0000
committerbmah <bmah@FreeBSD.org>2003-11-16 20:34:46 +0000
commitef5988e7310b686864c980c67227637dd6471559 (patch)
tree6e7d20b93c43c85a48581e75c09ece76190dd020 /release
parent750050e6cbc80c1dafc138932f15fe5261868218 (diff)
downloadFreeBSD-src-ef5988e7310b686864c980c67227637dd6471559.zip
FreeBSD-src-ef5988e7310b686864c980c67227637dd6471559.tar.gz
Modified release note: dynamically linked /bin and /sbin is now the
default.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml13
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml13
2 files changed, 16 insertions, 10 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 920d104..27859d8 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -691,15 +691,18 @@
&man.rescue.8;.
</para>
- <para>It is now possible to build <filename>/bin</filename> and
- <filename>/sbin</filename> directories containing
- dynamically-linked executables. This feature brings support for
+ <para>Executables in <filename>/bin</filename> and
+ <filename>/sbin</filename> are now built using dynamic, rather
+ than static linking. This feature brings support for
loadable PAM and NSS modules to base system utilities located in
those directories. It also reduces the storage requirements for
the root filesystem due to the use of shared libraries. This
- feature can be enabled in a <literal>buildworld</literal> by
+ feature can be disabled in a <literal>buildworld</literal> by
defining the Makefile variable
- <varname>WITH_DYNAMICROOT</varname>.</para>
+ <varname>WITHOUT_DYNAMICROOT</varname>. Note that
+ statically-linked, crunched executables are available in the
+ <filename>/rescue</filename> directory for use during system
+ repair and recovery operations.</para>
</sect2>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 920d104..27859d8 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -691,15 +691,18 @@
&man.rescue.8;.
</para>
- <para>It is now possible to build <filename>/bin</filename> and
- <filename>/sbin</filename> directories containing
- dynamically-linked executables. This feature brings support for
+ <para>Executables in <filename>/bin</filename> and
+ <filename>/sbin</filename> are now built using dynamic, rather
+ than static linking. This feature brings support for
loadable PAM and NSS modules to base system utilities located in
those directories. It also reduces the storage requirements for
the root filesystem due to the use of shared libraries. This
- feature can be enabled in a <literal>buildworld</literal> by
+ feature can be disabled in a <literal>buildworld</literal> by
defining the Makefile variable
- <varname>WITH_DYNAMICROOT</varname>.</para>
+ <varname>WITHOUT_DYNAMICROOT</varname>. Note that
+ statically-linked, crunched executables are available in the
+ <filename>/rescue</filename> directory for use during system
+ repair and recovery operations.</para>
</sect2>
OpenPOWER on IntegriCloud