summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-03 17:59:09 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-03 17:59:09 +0000
commit3ac2f4749e2a674172f00688c8aec727bc930678 (patch)
treec6b2355281d91b2afc86754bed4244ffdd222a3f /Tools
parent- added ObjectiveLib, FreeTar, CodeEditor, Localize (diff)
- add check sysvipc
happens when security.jail.sysvipc_allowed=0
Notes
Notes: svn path=/head/; revision=178708
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/processonelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/processonelog b/Tools/portbuild/scripts/processonelog
index d197309a6488..8f2719512935 100755
--- a/Tools/portbuild/scripts/processonelog
+++ b/Tools/portbuild/scripts/processonelog
@@ -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