diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-12-28 14:58:17 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-12-28 14:58:17 +0000 |
commit | a39761aa469e3d31cf17dcbe5d31e3d906cf7a79 (patch) | |
tree | 4e64e90c2b8e02ed0e14292e8d30e12e1338f1e3 /etc/rc.d | |
parent | 0208e14f9a30612ffde2a0270224e89ebf50f3e7 (diff) |
sndiod(1) does not 'reload', so set rc_reload to NO.
ok ratchov@
Diffstat (limited to 'etc/rc.d')
-rw-r--r-- | etc/rc.d/sndiod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.d/sndiod b/etc/rc.d/sndiod index 7a75310f582..ba47d7b671e 100644 --- a/etc/rc.d/sndiod +++ b/etc/rc.d/sndiod @@ -1,9 +1,11 @@ #!/bin/sh # -# $OpenBSD: sndiod,v 1.1 2011/12/09 14:52:27 ratchov Exp $ +# $OpenBSD: sndiod,v 1.2 2011/12/28 14:58:16 ajacoutot Exp $ daemon="/usr/bin/sndiod" . /etc/rc.d/rc.subr +rc_reload=NO + rc_cmd $1 |