diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-04-11 21:06:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-04-11 21:06:19 +0000 |
commit | cc1b59c951e39b4b6f62862630b545cfcb57888e (patch) | |
tree | 7d83d551192fff4e7bc23bf16bece20313e07ca2 | |
parent | e860973aed266399680ddc6637d36029ceb3c15f (diff) | |
download | postgresql-cc1b59c951e39b4b6f62862630b545cfcb57888e.tar.gz postgresql-cc1b59c951e39b4b6f62862630b545cfcb57888e.zip |
Oops, sysctl, not sysconf, for FreeBSD.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 90b2a1aa5c9..f6379ff309e 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.357.2.3 2006/04/11 19:46:48 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.357.2.4 2006/04/11 21:06:19 momjian Exp $ --> <chapter Id="runtime"> @@ -767,7 +767,7 @@ options "SEMMNS=240" </para> <para> - If running in FreeBSD jails by enabling <application>sysconf</>'s + If running in FreeBSD jails by enabling <application>sysctl</>'s <literal>security.jail.sysvipc_allowed</>, <application>postmaster</>s running in different jails should be run by different operating system users. This improves security because it prevents non-root users |