aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-05-14 15:27:49 +0200
committerLukas Nykryn <lnykryn@redhat.com>2013-05-14 15:27:49 +0200
commit5af1595c1d7b5c76ba2a9fdcd46ad39924a8f4b9 (patch)
treed96fec0702f1c9bb0811c3b2800661efafc79e6a
parent07af11259f158e75a841dbab5ed91d4acec37ce0 (diff)
downloadinitscripts-5af1595c1d7b5c76ba2a9fdcd46ad39924a8f4b9.tar
initscripts-5af1595c1d7b5c76ba2a9fdcd46ad39924a8f4b9.tar.gz
initscripts-5af1595c1d7b5c76ba2a9fdcd46ad39924a8f4b9.tar.bz2
initscripts-5af1595c1d7b5c76ba2a9fdcd46ad39924a8f4b9.tar.xz
initscripts-5af1595c1d7b5c76ba2a9fdcd46ad39924a8f4b9.zip
Fix comments in sysctl.conf.ppc (#862597)
-rw-r--r--sysctl.conf.ppc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysctl.conf.ppc b/sysctl.conf.ppc
index 0cd5eecc..b36a9ceb 100644
--- a/sysctl.conf.ppc
+++ b/sysctl.conf.ppc
@@ -22,10 +22,10 @@ kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
-# Controls the maximum size of a message, in bytes
+# Controls the default maxmimum size of a mesage queue
kernel.msgmnb = 65536
-# Controls the default maxmimum size of a mesage queue
+# Controls the maximum size of a message, in bytes
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes