4ec44530ca
The framework is now stable and we will start documenting it (at last).
11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: saslauthd.rc,v 1.4 2010/12/27 14:50:23 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/saslauthd"
|
|
daemon_flags="-a getpwent"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|