| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Apr 2013 11:38:49
20080615_1
|
stefan  |
Run rc.d scripts before NETWORKING, not LOGIN, since that is too late.
PR: 169138
Submitted by: rpaulo |
05 Aug 2012 23:19:40
20080615_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 |
14 Jan 2012 08:57:23
20080615_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. |
20 Mar 2011 12:54:45
20080615_1
|
miwi  |
- Get Rid MD5 support |
28 Dec 2010 06:34:35
20080615_1
|
linimon  |
Reset suz@FreeBSD.org due to mantainer-timeouts and long inactivity.
Hat: portmgr |
27 Mar 2010 00:15:24
20080615_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:32:25
20080615_1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
15 Jul 2009 16:56:10
20080615_1
|
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. |
26 Nov 2008 01:16:53
20080615_1
|
wxs  |
- Fix RC script so the flags are not duplicated.
- Properly quote a variable.
- Bump PORTREVISION.
PR: ports/125522
Submitted by: Glen Neff <neff_glen@emc.com>
Approved by: maintainer timeout |
15 Jun 2008 08:36:58
20080615
|
suz  |
updated to the latest package |
29 May 2007 04:48:50
20070507
|
suz  |
updated to the latest version |
26 Feb 2007 09:58:57
20061016
|
suz  |
updated to the latest package |
02 Sep 2006 09:59:15
20060902
|
suz  |
update to the latest package |
24 Jun 2006 05:57:26
20060322
|
suz  |
- updated to the last package
- make it port-lint compliant
- fixed a compilation failure in freebsd4
PR: ports/98741 |
11 May 2006 22:49:56
20060114
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
20 Feb 2006 20:47:50
20060114
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
22 Jan 2006 21:24:05
20060114
|
edwin  |
SHA256ify
Approved by: krion@ |
17 Jan 2006 11:58:40
20060114
|
suz  |
- updated to the latest package
- now this package is provided from sourceforge.net, instead of kame.net
- now suz takes over the maintainership from sumikawa
Reviewed by: sumikawa |
25 Jul 2005 04:47:03
20050723a
|
sumikawa  |
Upgrade to 20050723. |
03 Sep 2004 12:18:34
20040903a
|
sumikawa  |
Upgrade to 20040903a. |
18 Aug 2004 02:04:15
20040816a
|
sumikawa  |
Add rc scripts.
Submitted by: ume |
18 Aug 2004 01:07:26
20040816a
|
sumikawa  |
Upgrade to 20040816a. Fix compilation problem with gcc-3.4. |
31 Jul 2004 20:27:38
20040731a
|
sumikawa  |
kame-dhcp6 is an open-source implementation of Dynamic Host
Configuration Protocol for IPv6 (DHCPv6) developed by the KAME
project.
The implementation mainly conforms to the following standards:
- RFC3315: Dynamic Host Configuration Protocol for IPv6 (DHCPv6)
- RFC3319: Dynamic Host Configuration Protocol (DHCPv6) Options
for Session Initiation Protocol (SIP) Servers
- RFC3633: IPv6 Prefix Options for Dynamic Host Configuration
Protocol (DHCP)
- RFC3646: DNS Configuration options for Dynamic Host
Configuration Protocol for IPv6 (DHCPv6)
Note that the current implementation does not support IPv6 address
allocation by DHCPv6, and there is no plan to implement that feature
at the moment. The main purpose of this implementation is to provide
a way of IPv6 prefix delegation (RFC3633) and to provide some
"stateless" configuration information such as DNS recursive server
addresses.
WWW: http://www.kame.net/ |