Improve the rc script for permit to use file descriptor of certificate. Fix: Patch attached with submission follows:
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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!