ports/182074: [PATCH port www/shellinabox] Added an option to login as ssh (as opposed to as login(1))
Yuri
yuri at rawbw.com
Sat Sep 14 01:50:01 UTC 2013
The following reply was made to PR ports/182074; it has been noted by GNATS.
From: Yuri <yuri at rawbw.com>
To: bug-followup at 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--
More information about the freebsd-ports-bugs
mailing list