Update info about SysV configuration procedures on OS X 10.3.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Nov 2003 03:58:16 +0000 (03:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Nov 2003 03:58:16 +0000 (03:58 +0000)
doc/src/sgml/runtime.sgml

index 31ebbbe728f12cdf34e4f48038429261bbddb843..5f6387e8ae668099a6d3042ff2512380f0aa08f9 100644 (file)
@@ -3069,9 +3069,9 @@ kernel.shmmax = 134217728
       <indexterm><primary>MacOS X</><secondary>IPC configuration</></>
       <listitem>
        <para>
-        Edit the file
-        <filename>/System/Library/StartupItems/SystemTuning/SystemTuning
-        </> and change the following values:
+        In OS X 10.2 and earlier, edit the file
+        <filename>/System/Library/StartupItems/SystemTuning/SystemTuning</>
+       and change the values in the following commands:
 <programlisting>
 sysctl -w kern.sysv.shmmax
 sysctl -w kern.sysv.shmmin
@@ -3079,6 +3079,8 @@ sysctl -w kern.sysv.shmmni
 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.
        </para>
       </listitem>
      </varlistentry>