diff options
-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= \ |