Bug 149673 - www/shellinabox: improved rc startup script
Summary: www/shellinabox: improved rc startup script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-15 14:30 UTC by olivier
Modified: 2010-08-16 01:10 UTC (History)
0 users

See Also:


Attachments
file.txt (1.69 KB, text/plain)
2010-08-15 14:30 UTC, olivier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description olivier 2010-08-15 14:30:03 UTC
Improve the rc script for permit to use file descriptor of certificate.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-08-16 01:04:17 UTC
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"
Comment 2 Ed Schouten freebsd_committer freebsd_triage 2010-08-16 01:04:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!