This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
sndiod(1) does not 'reload', so set rc_reload to NO.
ok ratchov@
OPENBSD_5_1
ajacoutot
13 years ago
parent
c62ea48338
commit
979dc6adeb
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/etc/rc.d/sndiod
+ 3
- 1
src/etc/rc.d/sndiod
View File
@ -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
Write
Preview
Loading…
Cancel
Save