mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
10 lines
99 B
Bash
10 lines
99 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/sbin/srcpd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_stop_signal=KILL
|
|
|
|
rc_cmd $1
|