aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flow-tools-ng/files
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Some minor changes to startup scripts:Alberto Villa2010-03-142-6/+26
| | | | | | | | | | | | | | * support "status" command with multiple profiles (Sergey Lobanov <wmn@siberianet.ru>); * fix some typos. - Bump PORTREVISION. PR: 144705 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=251043
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - Add a port for flow-tools fork project which is aimed to beStanislav Sedov2008-11-169-0/+409
the flow-tools replacement. Volodymyr Kostyrko has kindly agreed to maintain this. WWW: http://code.google.com/p/flow-tools/ PR: ports/126252 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> Notes: svn path=/head/; revision=222949