mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
667fdd3909
like every other port. we sometimes make widespread changes to rc scripts so they need to be easily visible. ok kn, maintainer timeout
11 lines
106 B
Bash
11 lines
106 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/sbin/obsdfreqd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
rc_bg=YES
|
|
|
|
rc_cmd $1
|