diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-11-22 06:31:31 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-11-22 06:31:31 +0000 |
commit | 469be3dfa9a7da7063f8a45b107c748251b6a695 (patch) | |
tree | 4712e5d68d6970a2c7b0774b312e25d71961c315 /etc/rc.d | |
parent | b3d1cf0f3b7894d7fc90285086e30e359e5278ed (diff) |
sndiod(8) reopens audio interfaces on SIGHUP, which makes a lot of sense
when -F is used. Because of this allow rc.d script to reload sndiod.
OK kn ratchov aja
Diffstat (limited to 'etc/rc.d')
-rw-r--r-- | etc/rc.d/sndiod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.d/sndiod b/etc/rc.d/sndiod index 2437d4e6318..91e31fdc464 100644 --- a/etc/rc.d/sndiod +++ b/etc/rc.d/sndiod @@ -1,11 +1,9 @@ #!/bin/ksh # -# $OpenBSD: sndiod,v 1.5 2018/01/11 19:52:12 rpe Exp $ +# $OpenBSD: sndiod,v 1.6 2019/11/22 06:31:30 claudio Exp $ daemon="/usr/bin/sndiod" . /etc/rc.d/rc.subr -rc_reload=NO - rc_cmd $1 |