/www/frontpage-es/

d-ports-gnome/commit/?id=4d2f254f524811f2f81c87b1580e2c0b7f60cd77'/> 4d2f254f524811f2f81c87b1580e2c0b7f60cd77 2012-04-18 mail/dbmail21: No more supported upstream. No ports depend on this 2012-04-18 mail/dbmail23: No more supported upstream. No ports depend on this
2012-04-18 mail/dbmail21: No more supported upstream. No ports depend on this
2012-04-18 mail/dbmail23: No more supported upstream. No ports depend on this
In the rc.d scripts, change assignments to rcvar to use the 2012-01-14T08:57:23+00:00 dougb dougb@FreeBSD.org 2012-01-14T08:57:23+00:00 4500e6f95eef76996051b447f00584b31e4abedf 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.
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.
Begin the process of deprecating sysutils/rc_subr by 2010-03-27T00:15:24+00:00 dougb dougb@FreeBSD.org 2010-03-27T00:15:24+00:00 c95757bf8977796444544918518204869dc4cfb0 s#. %%RC_SUBR%%#. /etc/rc.subr#
s#. %%RC_SUBR%%#. /etc/rc.subr#
Fix a few "bad example" problems in the rc.d scripts that have been 2009-07-15T16:56:10+00:00 dougb dougb@FreeBSD.org 2009-07-15T16:56:10+00:00 494e64d35476b3d777e09b5c75c7f56d18f6f1a4 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.
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.