| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
20090812
|
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. |
24 Oct 2011 04:17:38
20090812
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
20 Mar 2011 12:54:45
20090812
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
20090812
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
12 Aug 2009 04:00:13
20090812
|
ume  |
Update to dtcpclient-20090812. |
15 Jul 2009 16:56:10
20060526
|
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. |
25 May 2006 16:44:45
20060526
|
ume  |
Update to 20060526. |
20 Feb 2006 20:47:50
20060111
|
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. |
07 Feb 2006 15:39:36
20060111
|
ume  |
Update to 20060111. |
08 Nov 2005 16:19:56
20050521
|
ume  |
add SHA256. |
21 May 2005 09:31:46
20050521
|
ume  |
Update to 20055021. |
10 Feb 2005 19:12:56
20040923
|
ume  |
use new scheme of USE_RC_SUBR. |
12 Oct 2004 05:26:53
20040923
|
ume  |
Update to 20040923. |
21 Jun 2004 16:52:51
20040622
|
ume  |
Update to 20040622. |
16 Jun 2004 18:18:24
20040617
|
ume  |
Update to 20040617. |
12 Jun 2004 11:43:26
20040612
|
ume  |
Update to 20040612. |
11 Jun 2004 15:49:48
20040601_1
|
ume  |
use `command_args' instead of overriding `flags'. |
08 Jun 2004 16:56:00
20040601
|
ume  |
use ECHO_CMD |
08 Jun 2004 16:52:10
20040601
|
ume  |
provide homepage. |
01 Jun 2004 12:57:15
20040601
|
ume  |
Update to 20040601. |
25 May 2004 08:40:39
20040525
|
ume  |
Update to 20040525. |
10 Apr 2004 09:11:18
20040410
|
ume  |
Update to 20040410. |
21 Feb 2004 22:05:47
20030324_2
|
ume  |
add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES. |
04 Feb 2004 13:57:19
20030324_2
|
ume  |
SIZEfy |
30 Dec 2003 18:51:41
20030324_2
|
ume  |
fix typo. |
01 Oct 2003 18:13:28
20030324_2
|
ume  |
the start/stop scripts failed when booting on 5.x machines |
06 Sep 2003 17:45:02
20030324_1
|
ume  |
Use USE_RC_SUBR. |
24 Mar 2003 14:43:04
20030324
|
ume  |
Update to 20030324. |
06 Mar 2003 05:46:12
20030301
|
ume  |
Dynamic Tunnel Configuration Protocol client written in C. |