aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/ftp-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Add the shutdown KEYWORD to those scripts that start persistent servicesDoug Barton2008-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. Notes: svn path=/head/; revision=180564
* As previously discussed, add the svn:executable property to all scriptsDoug Barton2008-07-161-0/+0
| | | | Notes: svn path=/head/; revision=180563
* Remove spurious # marks to be more consistent with existing style.Doug Barton2007-12-081-1/+0
| | | | Notes: svn path=/head/; revision=174458
* Add a startup script for ftp-proxy(8) now that it is no longer started asMax Laier2007-09-061-0/+17
part of inetd(8). Approved by: re (bmah) Reviewed by: freebsd-rc (a while back) Reminded by: kevlo Notes: svn path=/head/; revision=172070