diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-04-21 04:58:24 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-04-21 04:58:24 +0000 |
| commit | 65e2390042cc188fec853d488d701af06c550227 (patch) | |
| tree | 5dc5db5b3060d2f24a35206dbb410e988c643a97 /release | |
| parent | 34ef85ee3de0e7f5d4a69ed9b33d7bf91ceb03f8 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 13 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index b19ae6990925..60a42e27859c 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -2049,7 +2049,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para>By default, &man.inetd.8; is no longer run by &man.rc.8; at boot-time, although &man.sysinstall.8; gives the option of - enabling it during binary installations. &man.inetd.8; can also + enabling it during binary installations. &merged; &man.inetd.8; can also be enabled by adding the following line to <filename>/etc/rc.conf</filename>:</para> @@ -2282,6 +2282,17 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> the user to run recommended commands (such as <command>newaliases</command>) as needed. &merged;</para> + <para>&man.mergemaster.8; now supports two new flags. + The <option>-p</option> flag enables a + <quote>pre-<literal>buildworld</literal></quote> mode to files + known to be essential to the success of the + <literal>buildworld</literal> and + <literal>installworld</literal> system updating steps. The + <option>-C</option> flag, used after a successful + &man.mergemaster.8; run, compares options in + <filename>/etc/rc.conf</filename> to the default options in + <filename>/etc/defaults/rc.conf</filename>. &merged;</para> + <para>&man.moused.8; now takes a <option>-a</option> option to control mouse acceleration. &merged;</para> 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 b19ae6990925..60a42e27859c 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -2049,7 +2049,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para>By default, &man.inetd.8; is no longer run by &man.rc.8; at boot-time, although &man.sysinstall.8; gives the option of - enabling it during binary installations. &man.inetd.8; can also + enabling it during binary installations. &merged; &man.inetd.8; can also be enabled by adding the following line to <filename>/etc/rc.conf</filename>:</para> @@ -2282,6 +2282,17 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> the user to run recommended commands (such as <command>newaliases</command>) as needed. &merged;</para> + <para>&man.mergemaster.8; now supports two new flags. + The <option>-p</option> flag enables a + <quote>pre-<literal>buildworld</literal></quote> mode to files + known to be essential to the success of the + <literal>buildworld</literal> and + <literal>installworld</literal> system updating steps. The + <option>-C</option> flag, used after a successful + &man.mergemaster.8; run, compares options in + <filename>/etc/rc.conf</filename> to the default options in + <filename>/etc/defaults/rc.conf</filename>. &merged;</para> + <para>&man.moused.8; now takes a <option>-a</option> option to control mouse acceleration. &merged;</para> |
