diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 17:16:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 17:16:04 +0000 |
commit | 556b14904cc3400d5a3317c3262bdc1a3346a019 (patch) | |
tree | 5818905081ef2b92288ca017b3eabf3663a0ea69 /www | |
parent | 74761a098a187d34bdd8f1349cd58e5b88760655 (diff) | |
download | ports-556b14904cc3400d5a3317c3262bdc1a3346a019.tar.gz ports-556b14904cc3400d5a3317c3262bdc1a3346a019.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/shellinabox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/shellinabox/Makefile b/www/shellinabox/Makefile index e996b120a0cb..46f5c8157b40 100644 --- a/www/shellinabox/Makefile +++ b/www/shellinabox/Makefile @@ -3,7 +3,7 @@ PORTNAME= shellinabox PORTVERSION= 2.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= GOOGLE_CODE @@ -12,8 +12,9 @@ COMMENT= Publish command line shell through AJAX interface LICENSE= GPLv2 -OPTIONS_DEFINE= CORES DOCS +OPTIONS_DEFINE= CORES DOCS NOLOGIN CORES_DESC= Patch shellinaboxd to enable core dumps +NOLOGIN_DESC= Login through ssh (not through login) HAS_CONFIGURE= yes CONFIGURE_ARGS= \ |