I emailed the maintainer asking about the update and if he'd like to stay listed; no reply so dropping the MAINTAINER line.
14 lines
188 B
Bash
Executable File
14 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: svscan.rc,v 1.1 2012/01/01 16:16:24 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/svscan"
|
|
daemon_flags="/service/"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_bg=YES
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|