9a8b5ccd06
daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
12 lines
160 B
Bash
Executable File
12 lines
160 B
Bash
Executable File
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: rsyncd.rc,v 1.3 2018/01/11 19:27:08 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/rsync --daemon"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|