Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit afc4ffe

Browse files
committed
Add note warning that OS X updates usually overwrite /etc/rc.
1 parent 5dac7c7 commit afc4ffe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.297 2004/12/18 04:21:43 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.298 2004/12/18 18:36:33 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -4427,7 +4427,9 @@ sysctl -w kern.sysv.shmseg
44274427
sysctl -w kern.sysv.shmall
44284428
</programlisting>
44294429
In OS X 10.3, these commands have been moved to <filename>/etc/rc</>
4430-
and must be edited there.
4430+
and must be edited there. Note that <filename>/etc/rc</> is usually
4431+
overwritten by OS X updates (such as 10.3.6 to 10.3.7) so you
4432+
should expect to have to redo your editing after each update.
44314433
</para>
44324434
</listitem>
44334435
</varlistentry>

0 commit comments

Comments
 (0)