Commit afc4ffe3 authored by Tom Lane's avatar Tom Lane

Add note warning that OS X updates usually overwrite /etc/rc.

parent 5dac7c73
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.297 2004/12/18 04:21:43 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.298 2004/12/18 18:36:33 tgl Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
...@@ -4427,7 +4427,9 @@ sysctl -w kern.sysv.shmseg ...@@ -4427,7 +4427,9 @@ sysctl -w kern.sysv.shmseg
sysctl -w kern.sysv.shmall sysctl -w kern.sysv.shmall
</programlisting> </programlisting>
In OS X 10.3, these commands have been moved to <filename>/etc/rc</> In OS X 10.3, these commands have been moved to <filename>/etc/rc</>
and must be edited there. and must be edited there. Note that <filename>/etc/rc</> is usually
overwritten by OS X updates (such as 10.3.6 to 10.3.7) so you
should expect to have to redo your editing after each update.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment