Martijn Rijkeboer (Martijn takes MAINTAINER), testing and src/sysinfo.c diff from Timo Myyra. !!! Note: CFEngine 3 is not a drop-in upgrade for CFEngine 2 installations. !!! It is a significantly more powerful version, but it is incompatible with !!! the CFEngine 2 policy language.
12 lines
163 B
Bash
12 lines
163 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: cf_monitord.rc,v 1.1 2013/05/01 21:09:23 sthen Exp $
|
|
|
|
daemon="/var/cfengine/bin/cf-monitord"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|