1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Kevin Lo
c58387aed3 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:
2011-06-28 04:52:12 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
6fcd164d4d - Update to 6.0
- Update WWW/Description

PR:		140685
Submitted by:	Michael Scholz <mike@fth-devel.net> (maintainer)
2009-11-20 21:14:24 +00:00
Doug Barton
0175383f0a 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.
2009-07-15 16:56:10 +00:00
Jean Milanez Melo
b663971e7a - Update mastersite.
PR:		ports/134985
Submitted by:	Michael Scholz <mike@fth-devel.net> (maintainer)
2009-07-09 20:26:31 +00:00
Felippe de Meirelles Motta
d46003863a - 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)
2008-08-23 16:21:13 +00:00
Stefan Walter
5c87bbb0e2 - 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]
2007-10-06 11:34:27 +00:00
Mark Linimon
23752fa8b3 Mark broken: fails to fetch.
While here, remove lines that apply to non-supported versions.

Hat:		portmgr
2007-10-01 08:25:58 +00:00
Edwin Groothuis
a972c165e8 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
	directory in the Gateway6 Client installation directory.

	The script executed by the Gateway6 Client to configure the
	tunnel interface is customized for each type of supported
	operating system and takes care of all specifics for the
	target operating system.  On Unix systems, it is a shell
	script. This separation of the binary and script enables
	fast and easy additions of new operating systems, as has
	been shown by the community contributions for many operating
	systems.

	WWW: http://www.go6.net/

PR:		ports/114544
Submitted by:	Michael Scholz <mike@fth-devel.net>
2007-09-07 23:29:56 +00:00