summaryrefslogtreecommitdiffstats
path: root/etc/rc.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add logger(1) support for daemons that are logging to stdout/stderr (mostly fromajacoutot2021-02-271-5/+9
* Ship resolvd service, enable it by defaultkn2021-02-261-0/+11
* rc(8) bits for dhcpleased(8).florian2021-02-261-0/+11
* Use su -fl to avoid sourcing /etc/profile / the target user's .profilejca2020-07-121-2/+2
* Sort variables and fix a comment.ajacoutot2020-04-291-7/+7
* Do not run _rc_parse_conf of /var/run/rc.d/foobar on "start".ajacoutot2020-02-221-2/+2
* sync rc.d/sshd with sshd proctitle change - listener has been modified tosthen2020-01-251-2/+2
* retire rebound etc bits to the attictedu2020-01-241-9/+0
* update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener]sthen2020-01-221-1/+3
* sndiod(8) reopens audio interfaces on SIGHUP, which makes a lot of senseclaudio2019-11-221-3/+1
* Remove dependency on basename(1).ajacoutot2019-09-071-2/+2
* Stop generating keys for nsd-control(8). These are unused since nsd wastim2019-05-121-10/+1
* Start in the daemon configured routing table and not in the one we're currentlyajacoutot2019-03-211-2/+2
* No need to run unbound-anchor anymore. Unwind(8) handles the bootstrapflorian2019-02-071-5/+1
* rc(8) bits for unwind(8); OK deraadtflorian2019-01-261-0/+13
* Use ${rcexec} in rc_pre to do the config testing. This allows to specifyclaudio2019-01-216-12/+18
* The shell will strip the quotes from daemon_flags when starting a daemon so makeajacoutot2019-01-201-2/+4
* Revert previous (for now).ajacoutot2018-10-291-2/+2
* Change the way we call su(1) in rcexec:ajacoutot2018-10-161-2/+2
* Add vmctl stop -a [-fw] option to stop or terminate all running VMs.reyk2018-09-271-9/+2
* Remove rtadvd(8) rc script.florian2018-07-231-11/+0
* rc(8) infrastructure for radflorian2018-07-121-0/+9
* Add -w option to vmctl stop to wait for completion of VM termination.reyk2018-07-111-5/+2
* Call "vmctl stop" on each VM at shutdown, for OpenBSD guests this means theysthen2018-02-201-1/+16
* Commentsrpe2018-01-114-9/+9
* - change [] tests to [[]]rpe2018-01-1115-41/+41
* Change the shebang line from /bin/sh to /bin/ksh in all base rc.drpe2018-01-1171-142/+142
* Temporarily disable the second call to rc_check until I figure out whatajacoutot2017-06-051-2/+6
* Fix logic in _rc_wait to properly cope with setproctitle(3) daemons. It was aajacoutot2017-06-051-3/+4
* Move slaacd to /sbinflorian2017-06-031-2/+2
* Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off thetb2017-05-301-3/+3
* rc.d(8) for slaacdflorian2017-05-291-0/+11
* Move check later to mitigate a possible race.ajacoutot2017-05-281-2/+2
* Indent and rename var; no functional change.ajacoutot2017-05-281-6/+8
* When a daemon reaches its timeout when starting, display "timeout" insteadajacoutot2017-05-281-3/+5
* Drop useless lines continuation; no functional change.ajacoutot2017-05-281-13/+12
* Ok turns out we still want to keep the rc_bg variable around but we needajacoutot2017-05-272-3/+5
* Add an ALRM timer to cope with 2 annoying issues in rc.d(8):ajacoutot2017-05-272-10/+29
* Don't check for spamd_black twice in rc_pre and rc_start; just do everythingajacoutot2017-03-231-7/+5
* Enable dhcrelay6(8).rzalamena2017-03-171-0/+11
* Switch to xenodm(1).matthieu2017-02-262-9/+9
* Stop supporting the historical way of starting ypbind(8); that is settingajacoutot2017-02-171-6/+1
* Whitespace.ajacoutot2017-01-241-3/+3
* Add switchdreyk2016-10-061-0/+14
* Introduce an _rc_check_name() function to check the input script name so thatajacoutot2016-09-071-2/+8
* use tab.ajacoutot2016-08-311-2/+2
* signal name should be first, fixes reload; ok deraadt@otto2016-05-031-2/+2
* Experiment on matching on the daemon_user is over. It needs more work.ajacoutot2016-04-282-17/+5
* Revert the revert and match on the daemon_user again.ajacoutot2016-04-271-4/+4
* Override each and every rc.d functions to be able to match on the user.ajacoutot2016-04-271-1/+13