]> granicus.if.org Git - postgresql/commitdiff
Add note warning that OS X updates usually overwrite /etc/rc.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Dec 2004 18:36:33 +0000 (18:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Dec 2004 18:36:33 +0000 (18:36 +0000)
doc/src/sgml/runtime.sgml

index 9295b14c614e535aa6fce54371a163e3e163ad5f..7e938cd61ed4144283f89c13d7ec36294700ae7f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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">
@@ -4427,7 +4427,9 @@ sysctl -w kern.sysv.shmseg
 sysctl -w kern.sysv.shmall
 </programlisting>
         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>
       </listitem>
      </varlistentry>