diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-15 15:46:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-15 15:46:40 +0000 |
commit | 684c2f19228ee1d23ddcf63c5e9052411b542232 (patch) | |
tree | 020a9b85b34b9e37f9abf7806865dcf3626a4dc2 /multimedia | |
parent | 024fddb159e75b3ede7cd0c91f1578afe10c488d (diff) | |
download | pkgsrc-684c2f19228ee1d23ddcf63c5e9052411b542232.tar.gz |
Mention that increasing SHMMAXPGS might be needed. Addresses PR 23629.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine-ui/MESSAGE.NetBSD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/xine-ui/MESSAGE.NetBSD b/multimedia/xine-ui/MESSAGE.NetBSD new file mode 100644 index 00000000000..75b4276eb61 --- /dev/null +++ b/multimedia/xine-ui/MESSAGE.NetBSD @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE.NetBSD,v 1.1 2005/03/15 15:46:40 wiz Exp $ + +You may need to increase the value of SHMMAXPGS in your kernel +configuration to use ${PKGBASE}, e.g. + + options SHMMAXPGS=32768 + +=========================================================================== |