aboutsummaryrefslogtreecommitdiff
path: root/net/dtcpclient
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to dtcpclient-20090812.Hajimu UMEMOTO2009-08-122-4/+4
| | | | Notes: svn path=/head/; revision=239367
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-8/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 20060526.Hajimu UMEMOTO2006-05-252-4/+4
| | | | Notes: svn path=/head/; revision=163377
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* Update to 20060111.Hajimu UMEMOTO2006-02-072-4/+4
| | | | Notes: svn path=/head/; revision=155424
* add SHA256.Hajimu UMEMOTO2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147591
* Update to 20055021.Hajimu UMEMOTO2005-05-212-3/+3
| | | | Notes: svn path=/head/; revision=135750
* use new scheme of USE_RC_SUBR.Hajimu UMEMOTO2005-02-103-12/+3
| | | | Notes: svn path=/head/; revision=128476
* Update to 20040923.Hajimu UMEMOTO2004-10-122-3/+3
| | | | Notes: svn path=/head/; revision=118805
* Update to 20040622.Hajimu UMEMOTO2004-06-212-3/+3
| | | | Notes: svn path=/head/; revision=111936
* Update to 20040617.Hajimu UMEMOTO2004-06-162-3/+3
| | | | Notes: svn path=/head/; revision=111614
* Update to 20040612.Hajimu UMEMOTO2004-06-123-8/+9
| | | | Notes: svn path=/head/; revision=111330
* use `command_args' instead of overriding `flags'.Hajimu UMEMOTO2004-06-112-2/+2
| | | | Notes: svn path=/head/; revision=111285
* use ECHO_CMDHajimu UMEMOTO2004-06-081-1/+1
| | | | Notes: svn path=/head/; revision=111098
* provide homepage.Hajimu UMEMOTO2004-06-081-0/+2
| | | | Notes: svn path=/head/; revision=111097
* Update to 20040601.Hajimu UMEMOTO2004-06-012-3/+3
| | | | Notes: svn path=/head/; revision=110602
* Update to 20040525.Hajimu UMEMOTO2004-05-252-3/+3
| | | | Notes: svn path=/head/; revision=109940
* Update to 20040410.Hajimu UMEMOTO2004-04-103-8/+8
| | | | Notes: svn path=/head/; revision=106637
* add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.Hajimu UMEMOTO2004-02-211-1/+2
| | | | Notes: svn path=/head/; revision=101609
* SIZEfyHajimu UMEMOTO2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99948
* fix typo.Hajimu UMEMOTO2003-12-301-2/+2
| | | | Notes: svn path=/head/; revision=96965
* the start/stop scripts failed when booting on 5.x machinesHajimu UMEMOTO2003-10-012-5/+5
| | | | Notes: svn path=/head/; revision=90003
* Use USE_RC_SUBR.Hajimu UMEMOTO2003-09-063-4/+56
| | | | Notes: svn path=/head/; revision=88639
* Update to 20030324.Hajimu UMEMOTO2003-03-242-2/+2
| | | | Notes: svn path=/head/; revision=77388
* Dynamic Tunnel Configuration Protocol client written in C.Hajimu UMEMOTO2003-03-064-0/+38
Notes: svn path=/head/; revision=77023