summaryrefslogtreecommitdiff
path: root/net/dtcp/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Set username to descr during interface is in use.Hajimu UMEMOTO2014-05-283-7/+104
| | | | - Make dtcpc_fib work.
* Make ${dtcps_fib} work.Hajimu UMEMOTO2014-05-192-0/+72
|
* - enable stage.Hajimu UMEMOTO2013-10-041-0/+19
| | | | - add LICENCE.
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-0/+0
| | | | | | 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 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.
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-152-19/+7
| | | | | | | | | | | | | | | | | | | | 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.
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | 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.
* use new scheme of USE_RC_SUBR.Hajimu UMEMOTO2005-02-102-0/+0
|
* use `command_args' instead of overriding `flags'.Hajimu UMEMOTO2004-06-112-2/+2
|
* Use USE_RC_SUBR.Hajimu UMEMOTO2004-04-192-0/+104