daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
13 lines
194 B
Bash
13 lines
194 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: greyscanner.rc,v 1.2 2018/01/11 19:27:03 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/greyscanner"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="/usr/bin/perl ${daemon}"
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|