1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- add check sysvipc

happens when security.jail.sysvipc_allowed=0
This commit is contained in:
Dirk Meyer 2006-12-03 17:59:09 +00:00
parent a9e22205ff
commit 3ac2f4749e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178708

View File

@ -267,6 +267,8 @@ elif bzgrep -q "/usr/bin/ld: cannot find -lXThrStub" $1; then
reason="threads"; tag="threads"
elif bzgrep -q "<varargs.h> is obsolete with this version of GCC" $1; then
reason="varargs"; tag="varargs"
elif bzgrep -q "shminit failed: Permission denied" $1; then
reason="sysvipc"; tag="sysvipc"
# Although these can be fairly common, and thus in one sense ought to be
# earlier in the evaluation, in practice they are most often secondary