From owner-cvs-all@FreeBSD.ORG Mon Aug 16 00:04:03 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC17B1065673; Mon, 16 Aug 2010 00:04:03 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC77D8FC0A; Mon, 16 Aug 2010 00:04:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7G043QV017834; Mon, 16 Aug 2010 00:04:03 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7G043PN017833; Mon, 16 Aug 2010 00:04:03 GMT (envelope-from ed) Message-Id: <201008160004.o7G043PN017833@repoman.freebsd.org> From: Ed Schouten Date: Mon, 16 Aug 2010 00:04:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/shellinabox Makefile ports/www/shellinabox/files shellinaboxd.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2010 00:04:04 -0000 ed 2010-08-16 00:04:03 UTC FreeBSD ports repository (src committer) Modified files: www/shellinabox Makefile www/shellinabox/files shellinaboxd.in Log: Extend the rc-script shipped with shellinabox. The script doesn't allow you to supply self-generated certificates using the --cert-fd switch. Because the --cert-fd switch is a bit painful, add a shellinaboxd_certfile switch, which does the file descriptor redirection for you. PR: ports/149673 Submitted by: Olivier Cochard-Labbé (maintainer) Approved by: beat Revision Changes Path 1.3 +1 -1 ports/www/shellinabox/Makefile 1.2 +10 -3 ports/www/shellinabox/files/shellinaboxd.in