summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3/INSTALL
diff options
context:
space:
mode:
authorpettai <pettai>2010-11-05 13:57:21 +0000
committerpettai <pettai>2010-11-05 13:57:21 +0000
commite221e16b57ed3e14569c222aa2195c37913fc56d (patch)
tree31ef1403be49405b84ea7c44dbb7d86801cdb467 /sysutils/cfengine3/INSTALL
parent11b1d86f8f9ea8ec6ebcfb2fc6ac3fe4149ca325 (diff)
downloadpkgsrc-e221e16b57ed3e14569c222aa2195c37913fc56d.tar.gz
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.
Diffstat (limited to 'sysutils/cfengine3/INSTALL')
-rw-r--r--sysutils/cfengine3/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/cfengine3/INSTALL b/sysutils/cfengine3/INSTALL
new file mode 100644
index 00000000000..5bff872626c
--- /dev/null
+++ b/sysutils/cfengine3/INSTALL
@@ -0,0 +1,9 @@
+# $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