Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for the removal of set_rcvar() by changing the rcvar= | dougb | 2012-01-14 | 1 | -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 services | dougb | 2008-07-16 | 1 | -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 scripts | dougb | 2008-07-16 | 1 | -0/+0 |
| | |||||
* | Remove spurious # marks to be more consistent with existing style. | dougb | 2007-12-08 | 1 | -1/+0 |
| | |||||
* | Add a startup script for ftp-proxy(8) now that it is no longer started as | mlaier | 2007-09-06 | 1 | -0/+17 |
part of inetd(8). Approved by: re (bmah) Reviewed by: freebsd-rc (a while back) Reminded by: kevlo |