| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Aug 2012 20:05:53
6.0_1
|
dougb  |
Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
I caught most of these, but missed this one, apologies |
05 Aug 2012 23:19:40
6.0_1
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
07 Jun 2012 00:50:30
6.0_1
|
sylvio  |
- Add conflict with freenet6 port.
PR: ports/168734
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
14 Jan 2012 08:57:23
6.0_1
|
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 Jun 2011 04:52:12
6.0_1
|
kevlo  |
gateway6 rc script should REQUIRE NETWORKING instead of netif;
netif doesn't guarantee network is working, thus, it makes connection fail.
PR: ports/157876
Submitted by: Kuan-Chung Chiu <buganini at gmail dot com>
Reviewed by: Michael Scholz (maintainer)
approved by: |
20 Mar 2011 12:54:45
6.0
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
6.0
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
20 Nov 2009 21:14:24
6.0
|
miwi  |
- Update to 6.0
- Update WWW/Description
PR: 140685
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
15 Jul 2009 16:56:10
5.0_2
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
09 Jul 2009 20:26:31
5.0_2
|
jmelo  |
- Update mastersite.
PR: ports/134985
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
23 Aug 2008 16:21:13
5.0_2
|
lippe  |
- Change PREFIX to MANXPREFIX where appropriate.
- Fix typo on Makefile.
- Bump PORTREVISION.
PR: ports/126644
Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Approved by: Michael Scholz <mike@fth-devel.net> (maintainer) |
06 Oct 2007 11:34:27
5.0_1
|
stefan  |
- Update MASTER_SITES to make it fetchable. [2]
- Remove BEFORE tag from startup script. [1]
- Bump PORTREVISION.
PR: 116958 [1], 116961 [2]
Submitted by: maintainer [1,2] |
01 Oct 2007 08:25:58
5.0
|
linimon  |
Mark broken: fails to fetch.
While here, remove lines that apply to non-supported versions.
Hat: portmgr |
07 Sep 2007 23:29:56
5.0
|
edwin  |
New port: net/gateway6 free IPv6 tunnel
From README:
TSP is a control protocol used to establish and maintain
static tunnels. The Gateway6 Client is used on the host
computer to connect to a tunnel broker using the TSP protocol
and to get the information for its tunnel. When it receives
the information for the tunnel, the Gateway6 client creates
the static tunnel on its operating system.
The Gateway6 Client code is mostly identical for all client
platforms. However, creating the static tunnel is operating
system dependent and is done by a script called by the
Gateway6 Client. These scripts are located under the template(Only the first 15 lines of the commit message are shown above ) |