4ec44530ca
The framework is now stable and we will start documenting it (at last).
14 lines
181 B
Bash
14 lines
181 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: srcpd.rc,v 1.4 2010/12/27 14:50:23 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/srcpd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_stop() {
|
|
pkill -9 -f "^${pexp}"
|
|
}
|
|
|
|
rc_cmd $1
|