projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dac7c7
)
Add note warning that OS X updates usually overwrite /etc/rc.
author
Tom Lane
Sat, 18 Dec 2004 18:36:33 +0000
(18:36 +0000)
committer
Tom Lane
Sat, 18 Dec 2004 18:36:33 +0000
(18:36 +0000)
doc/src/sgml/runtime.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/runtime.sgml
b/doc/src/sgml/runtime.sgml
index 9295b14c614e535aa6fce54371a163e3e163ad5f..7e938cd61ed4144283f89c13d7ec36294700ae7f 100644
(file)
--- a/
doc/src/sgml/runtime.sgml
+++ b/
doc/src/sgml/runtime.sgml
@@
-1,5
+1,5
@@
@@
-4427,7
+4427,9
@@
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.
+ and must be edited there. Note that
/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.