non port: www/shellinabox/files/shellinaboxd.in |
Number of commits found: 9 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
all: Remove all other $FreeBSD keywords.
135fdee |
Sunday, 18 Nov 2012
|
16:33 hrs
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr. Bump PORTREVISION.
Feature safe: yes
 |
Saturday, 14 Jan 2012
|
08:57 dougb
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
 |
Wednesday, 26 Oct 2011
|
16:20 sunpoet
- Unset shellinaboxd_user and shellinaboxd_group at the end of rc script to
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)
 |
Sunday, 15 May 2011
|
02:49 dougb
Remove painful examples of foo="", with particular prejudice against
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
 |
Monday, 7 Mar 2011
|
11:43 bapt
s/login/LOGIN/ in rc script
Approved by: Olivier Cochard-Labbé (Maintainer on irc)
 |
Wednesday, 13 Oct 2010
|
12:50 sunpoet
- Update rc.d script: add user/group variables
- 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)
 |
Monday, 16 Aug 2010
|
00:04 ed
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
 |
Monday, 5 Jul 2010
|
07:43 jadawin
Shell In A Box is a web server that can export arbitary command line tools to a
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
 |
Number of commits found: 9 |