diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-03-25 18:06:29 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-03-25 18:06:29 +0000 |
commit | 0597d4ac430daaa8b115b8489b2f07f35a73207b (patch) | |
tree | 55b73740e7bfd134653b0f6e366bc8268d8713ef /ports-mgmt | |
parent | af9015c93a16d5077aada16c3193d89baa2358d6 (diff) | |
download | ports-0597d4ac430daaa8b115b8489b2f07f35a73207b.tar.gz ports-0597d4ac430daaa8b115b8489b2f07f35a73207b.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 8bc08428540f..5b3e3791e7d2 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -24,8 +24,8 @@ OPTIONS= PGSQL "With pgsql" Off \ WEBUI "Install web interface" On \ APACHE "Use Apache for web interface" On \ LIGHTTPD "Use LightHTTPD for web interface" Off \ - CHECK_FOR_ROOT "Check it ./tc is run by uid 0" On \ - LSOF "Use lsof not fstat for killMountProcesses()" On + CHECK_FOR_ROOT "Check if ./tc is run by uid 0" On \ + LSOF "For killMountProcesses() when using nullfs" On NO_BUILD= yes WANT_PERL= yes |