diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-15 23:52:15 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-15 23:52:15 +0800 |
commit | af7d84288dd68e12c936be509da0e9eac72e619c (patch) | |
tree | f17c9cd7c2b4b8567a6057cb142354449f2735cf /multimedia | |
parent | 60f2f3d5db6c091db7d70c6cf702b9a4820e57d0 (diff) | |
download | marcuscom-ports-af7d84288dd68e12c936be509da0e9eac72e619c.tar.gz marcuscom-ports-af7d84288dd68e12c936be509da0e9eac72e619c.tar.zst marcuscom-ports-af7d84288dd68e12c936be509da0e9eac72e619c.zip |
Update the pkg-message.
The adviced values are the double of what is default on 7.x and 8.x.
The default values where bumped in 9.x, and should be more then enough for
totem. So try to make clear that the pkg-message only goes for 7.x and 8.x.
adviced values in pkg-message:
kern.ipc.shmmax 67108864
kern.ipc.shmall 32768
What current has:
kern.ipc.shmmax 536870912
kern.ipc.shmall 131072
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16106 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/files/pkg-message.in | 3 | ||||
-rw-r--r-- | multimedia/totem3/files/pkg-message.in | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in index 5c4332981..ffc04d612 100644 --- a/multimedia/totem/files/pkg-message.in +++ b/multimedia/totem/files/pkg-message.in @@ -1,5 +1,6 @@ ******************************************************** -* Make sure you've enough shared memory, the xine FAQ * +* If your running FreeBSD 7 or 8 please make sure * +* you've enough shared memory, the xine FAQ * * advises to have the following sysctl settings: * * kern.ipc.shmmax=67108864 * * kern.ipc.shmall=32768 * diff --git a/multimedia/totem3/files/pkg-message.in b/multimedia/totem3/files/pkg-message.in index 4ec0d60f8..ffc04d612 100644 --- a/multimedia/totem3/files/pkg-message.in +++ b/multimedia/totem3/files/pkg-message.in @@ -1,6 +1,7 @@ ******************************************************** -* Make sure you've enough shared memory. This is done * -* with the following sysctl settings: * +* If your running FreeBSD 7 or 8 please make sure * +* you've enough shared memory, the xine FAQ * +* advises to have the following sysctl settings: * * kern.ipc.shmmax=67108864 * * kern.ipc.shmall=32768 * ******************************************************** |