| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
2.0
|
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 03:33:20
2.0
|
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
20 Mar 2011 12:54:45
2.0
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
2.0
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
2.0
|
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. |
27 Mar 2007 22:12:03
2.0
|
stas  |
- Change my email.
Suggested by: skv |
12 Aug 2006 03:56:54
2.0
|
rafan  |
- Update to 2.0
- Fix rc script, use command_interpreter to make it stop properly
- Pass maintainership to submitter
PR: ports/101672
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
20 Feb 2006 20:47:50
1.1
|
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. |
24 Nov 2005 01:44:33
1.1
|
pav  |
- Add SHA256 |
17 Nov 2005 19:13:22
1.1
|
pav  |
- Better use of USE_RC_SUBR infrastructure |
11 Nov 2005 01:18:01
1.1
|
linimon  |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
27 Sep 2004 22:57:33
1.1
|
kris  |
Now fetchable again
Approved by: portmgr (self) |
22 Aug 2004 20:24:03
1.1
|
krion  |
Mark BROKEN: Unfetchable |
19 Jul 2004 20:58:53
1.1
|
knu  |
Update to 1.1.
rcNG'ify the startup script.
Submitted by: kuriyama |
22 Mar 2004 15:05:32
0.6.1
|
knu  |
Add SIZE data.
Submitted by: trevor |
05 Sep 2003 04:54:37
0.6.1
|
edwin  |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |