4ec44530ca
The framework is now stable and we will start documenting it (at last).
13 lines
184 B
Bash
Executable File
13 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: saned.rc,v 1.7 2010/12/27 14:50:22 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/libexec/saned"
|
|
daemon_flags="-a _saned"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|