| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Nov 2012 16:33:31
2.14_1
|
hrs  |
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr. Bump PORTREVISION.
Feature safe: yes |
10 Jun 2012 00:37:04
2.14
|
sylvio  |
- Update to 2.14
- Convert to new optionsNG
PR: ports/168736
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer) |
14 Jan 2012 08:57:23
2.10_3
|
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. |
28 Dec 2011 07:10:54
2.10_3
|
linimon  |
Mark broken on powerpc: fails to load.
Hat: portmgr |
26 Oct 2011 16:20:00
2.10_3
|
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) |
15 May 2011 02:49:17
2.10_2
|
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 |
07 Mar 2011 11:43:17
2.10_2
|
bapt  |
s/login/LOGIN/ in rc script
Approved by: Olivier Cochard-Labbé (Maintainer on irc) |
30 Oct 2010 16:53:56
2.10_2
|
sunpoet  |
- Add an option ENABLE_CORES to enable coredumps (default off)
- 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) |
13 Oct 2010 12:50:07
2.10_2
|
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) |
16 Aug 2010 00:04:03
2.10_2
|
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 |
12 Aug 2010 18:37:43
2.10_1
|
bapt  |
- Fix sparc64 compilation [1]
- 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] |
05 Jul 2010 07:43:03
2.10
|
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 |