Update info about SysV configuration procedures on OS X 10.3.
authorTom Lane
Sun, 16 Nov 2003 03:58:10 +0000 (03:58 +0000)
committerTom Lane
Sun, 16 Nov 2003 03:58:10 +0000 (03:58 +0000)
doc/src/sgml/runtime.sgml

index c1a04a82de00568d2fb24dca7001daa3dff4fa86..20ae294ccd61e9893640a3377d82790c83da7179 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -3071,9 +3071,9 @@ kernel.shmmax = 134217728
       MacOS XIPC configuration
       
        
-        Edit the file
-        /System/Library/StartupItems/SystemTuning/SystemTuning
-         and change the following values:
+        In OS X 10.2 and earlier, edit the file
+        /System/Library/StartupItems/SystemTuning/SystemTuning
+   and change the values in the following commands:
 
 sysctl -w kern.sysv.shmmax
 sysctl -w kern.sysv.shmmin
@@ -3081,6 +3081,8 @@ sysctl -w kern.sysv.shmmni
 sysctl -w kern.sysv.shmseg
 sysctl -w kern.sysv.shmall
 
+        In OS X 10.3, these commands have been moved to /etc/rc
+   and must be edited there.