summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ftp-proxy
Commit message (Collapse)AuthorAgeFilesLines
* MFC: 258080jpaetzel2014-11-091-1/+59
| | | | | | | | Add support for multiple instances of ftp-proxy and pflog devices. PR: conf/158171 Submitted by: Thomas Johnson <tom@claimlynx.com>
* Prepare for the removal of set_rcvar() by changing the rcvar=dougb2012-01-141-1/+1
| | | | | | | | | | | | | | | assignments to the literal values it would have returned. The concept of set_rcvar() was nice in theory, but the forks it creates are a drag on the startup process, which is especially noticeable on slower systems, such as embedded ones. During the discussion on freebsd-rc@ a preference was expressed for using ${name}_enable instead of the literal values. However the code portability concept doesn't really apply since there are so many other places where the literal name has to be searched for and replaced. Also, using the literal value is also a tiny bit faster than dereferencing the variables, and every little bit helps.
* Add the shutdown KEYWORD to those scripts that start persistent servicesdougb2008-07-161-0/+1
| | | | | | | | | | | to allow them to do a "clean" shutdown. I purposely avoided making changes to network-related stuff since the system shutting down is pretty conclusive, and there may be complicated dependencies on the network that I would rather not try to unravel. I also skipped kerberos-related stuff for the reasons above, and because I have no way to test it.
* As previously discussed, add the svn:executable property to all scriptsdougb2008-07-161-0/+0
|
* Remove spurious # marks to be more consistent with existing style.dougb2007-12-081-1/+0
|
* Add a startup script for ftp-proxy(8) now that it is no longer started asmlaier2007-09-061-0/+17
part of inetd(8). Approved by: re (bmah) Reviewed by: freebsd-rc (a while back) Reminded by: kevlo
OpenPOWER on IntegriCloud