Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 01:50:01 GMT
From:      Yuri <yuri@rawbw.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1))
Message-ID:  <201309140150.r8E1o1Hl041451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182074; it has been noted by GNATS.

From: Yuri <yuri@rawbw.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182074: [PATCH port www/shellinabox] Added an option to
 login as ssh (as opposed to as login(1))
Date: Fri, 13 Sep 2013 18:45:43 -0700

 This is a multi-part message in MIME format.
 --------------010200060707090005010201
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Sorry, forgot port version bump.
 
 Yuri
 
 --------------010200060707090005010201
 Content-Type: text/plain; charset=UTF-8;
  name="patch-shellinabox-nologin.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-shellinabox-nologin.patch"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 326997)
 +++ Makefile	(working copy)
 @@ -7,7 +7,7 @@
  
  PORTNAME=	shellinabox
  PORTVERSION=	2.14
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	www
  MASTER_SITES=	GOOGLE_CODE
  
 @@ -17,8 +17,9 @@
  LICENSE=	GPLv2
  LICENSE_FILE=	${WRKSRC}/COPYING
  
 -OPTIONS_DEFINE=		CORES MANPAGES
 +OPTIONS_DEFINE=		CORES NOLOGIN MANPAGES
  CORES_DESC=	Patch shellinaboxd to enable core dumps
 +NOLOGIN_DESC=	Login through ssh (not through login)
  
  HAS_CONFIGURE=	yes
  CONFIGURE_ARGS=	\
 @@ -41,6 +42,11 @@
  
  .include <bsd.port.pre.mk>
  
 +.if ${PORT_OPTIONS:MNOLOGIN}
 +CONFIGURE_ARGS+=--disable-login
 +.endif
 +
 +
  .if ${ARCH} == "powerpc"
  BROKEN=		Does not load on powerpc
  .endif
 
 --------------010200060707090005010201--



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