Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 17:16:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327308 - head/www/shellinabox
Message-ID:  <201309141716.r8EHG5Lp056268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 14 17:16:04 2013
New Revision: 327308
URL: http://svnweb.freebsd.org/changeset/ports/327308

Log:
  - Fix previous commit
  - Bump PORTREVISION
  
  Notified by:	Yuri <yuri@rawbw.com>

Modified:
  head/www/shellinabox/Makefile

Modified: head/www/shellinabox/Makefile
==============================================================================
--- head/www/shellinabox/Makefile	Sat Sep 14 17:13:10 2013	(r327307)
+++ head/www/shellinabox/Makefile	Sat Sep 14 17:16:04 2013	(r327308)
@@ -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 thro
 
 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=	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309141716.r8EHG5Lp056268>