pkgsrc/sysutils/cfengine3/INSTALL
pettai 89b3655925 Cfengine, or the "configuration engine" is a very high level language
for building expert systems which administrate and configure large
computer networks. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of
large systems in the most economical way possible. Cfengine is
designed to be a part of computer immune system.

Cfengine 3 is operationally backwards compatible with Cfengine 2, but the
language is not. Cfengine 3 is not a drop-in replacement for Cfengine 2.
2010-11-05 13:57:21 +00:00

9 lines
265 B
Text

# $NetBSD: INSTALL,v 1.1.1.1 2010/11/05 13:57:21 pettai Exp $
case ${STAGE} in
POST-INSTALL)
#${MKDIR} -p @VARBASE@/cfengine
${LN} -sf @PKG_SYSCONFDIR@/cfengine @VARBASE@/cfengine/inputs
${LN} -sf @PREFIX@/sbin @VARBASE@/cfengine/bin
@PREFIX@/sbin/cf-key
esac