summaryrefslogtreecommitdiff
path: root/ftp/ftp-proxy/files/ftp-proxy.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2012-04-131-25/+0
| | | | 2012-04-11 ftp/ftp-proxy: is a part of the base system in all supported FreeBSD versions
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | 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-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 4.1p1Martin Wilke2007-04-191-0/+25
PR: 111410 Submitted by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)