| #
4b16c051 |
| 29-Aug-2022 |
ajacoutot <ajacoutot@openbsd.org> |
Use rc_configtest.
|
| #
ed37e5ea |
| 21-May-2022 |
ajacoutot <ajacoutot@openbsd.org> |
${rcexec} -> rc_exec
|
| #
97e134c8 |
| 21-Jan-2019 |
claudio <claudio@openbsd.org> |
Use ${rcexec} in rc_pre to do the config testing. This allows to specify macros with spaces in them. With and OK ajacoutot
|
| #
9b592919 |
| 11-Jan-2018 |
rpe <rpe@openbsd.org> |
Change the shebang line from /bin/sh to /bin/ksh in all base rc.d daemon scripts.
discussed with and OK aja@ OK tb
|
| #
e962b3ca |
| 02-Feb-2016 |
sthen <sthen@openbsd.org> |
Remove setproctitle() for the parent process. Because rc.d(8) uses process titles (including flags) to distinguish between daemons, this makes it possible to manage multiple copies of a daemon using
Remove setproctitle() for the parent process. Because rc.d(8) uses process titles (including flags) to distinguish between daemons, this makes it possible to manage multiple copies of a daemon using the normal infrastructure by symlinking rc.d scripts to a new name. ok jung@ ajacoutot@, smtpd ok gilles@
show more ...
|
| #
87018548 |
| 19-Dec-2015 |
ajacoutot <ajacoutot@openbsd.org> |
Child will not return a config parsing error to the parent so rc.d will lie and tell you that the daemon succesfully started; prevent this by running a config check first. Note that we only do this f
Child will not return a config parsing error to the parent so rc.d will lie and tell you that the daemon succesfully started; prevent this by running a config check first. Note that we only do this for those particular daemons, not all that support a config test mode.
ok benno@ phessler@
show more ...
|
| #
7f895920 |
| 22-Jul-2014 |
reyk <reyk@openbsd.org> |
Enable httpd(8) in the builds to get more testing, feedback and improvements. It is not "finished" but serves static files.
ok deraadt@
|
| #
833ea469 |
| 06-Jul-2011 |
robert <robert@openbsd.org> |
Add rc.d(8) script for the system daemons that are restartable. From now on rc(8) is going to call these scripts to start them up on boot in the same order than before. In addition the inetd and rwho
Add rc.d(8) script for the system daemons that are restartable. From now on rc(8) is going to call these scripts to start them up on boot in the same order than before. In addition the inetd and rwhod variables in rc.conf are deprecated so that inetd_flags and rwhod_flags should be used. The old flags are still going to be used for some time to allow users to switch. There are more rc modifications to come later so let's put this in so we can base more work on this. It is important to mention that you can still keep using rc.local just like the way you did before, and we have no intention to remove that either.
I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working on this with me.
show more ...
|