/security/pft/

ry> Move the rc.d scripts of the form *.sh.in to *.in 2012-08-05T23:19:36+00:00 dougb dougb@FreeBSD.org 2012-08-05T23:19:36+00:00 f0d9f58b7f1825fb95236f427a6400ad54ad4b5e Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
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.
Remove the remaining examples of quotes around /etc/rc.subr 2010-03-27T04:30:05+00:00 dougb dougb@FreeBSD.org 2010-03-27T04:30:05+00:00 3f8b02b6baafc722ea807dd648e18ccc5db56ce6

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.