aboutsummaryrefslogtreecommitdiff
path: root/www/shellinabox
Commit message (Collapse)AuthorAgeFilesLines
* - Unset shellinaboxd_user and shellinaboxd_group at the end of rc script toSunpoet Po-Chuan Hsieh2011-10-262-4/+7
| | | | | | | | | | | | avoid unnecessary su(1) initiated by rc.subr - Pet portlint - Bump PORTREVISION for package change Reported by: ed (in the followup of ports/151314) Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer) Notes: svn path=/head/; revision=284376
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-2/+2
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* s/login/LOGIN/ in rc scriptBaptiste Daroussin2011-03-071-1/+1
| | | | | | | Approved by: Olivier Cochard-Labbé (Maintainer on irc) Notes: svn path=/head/; revision=270430
* - Add an option ENABLE_CORES to enable coredumps (default off)Sunpoet Po-Chuan Hsieh2010-10-302-1/+12
| | | | | | | | | | | - While I'm here, pet portlint for MD5 removal PR: ports/151456 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: maintainer (timeout 16 days), pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263796
* - Update rc.d script: add user/group variablesSunpoet Po-Chuan Hsieh2010-10-132-16/+18
| | | | | | | | | | | | - Use ETCDIR - Minor cleanups: remove DISTNAME, merge post-install: to do-install: PR: ports/151314 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: Olivier Cochard-Labb <olivier@cochard.me> (maintainer), pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262960
* Extend the rc-script shipped with shellinabox.Ed Schouten2010-08-162-3/+10
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=259322
* - Fix sparc64 compilation [1]Baptiste Daroussin2010-08-124-0/+100
| | | | | | | | | | | | | - Fix utmpx on current [2] PR: ports/149243 [1] Submitted by: Olivier Cochard-labbé <olivier _at_ cochard.me> [1] Tested by: gahr@ Approved by: rene@ (mentor vacation) Obtained from: upstream svn [2] Notes: svn path=/head/; revision=259141
* Shell In A Box is a web server that can export arbitary command line tools to aPhilippe Audeoud2010-07-057-0/+143
web based terminal emulator WWW: http://code.google.com/p/shellinabox/ PR: ports/148211 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Feature safe: yes Notes: svn path=/head/; revision=257390