summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine2/MESSAGE')
-rw-r--r--sysutils/cfengine2/MESSAGE24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/cfengine2/MESSAGE b/sysutils/cfengine2/MESSAGE
new file mode 100644
index 00000000000..b016f728240
--- /dev/null
+++ b/sysutils/cfengine2/MESSAGE
@@ -0,0 +1,24 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/08/18 23:03:44 ben Exp $
+
+To set up cfengine, install sysutils/cfengine2-doc and see:
+
+${PREFIX}/share/doc/html/cfengine/cfengine-Tutorial.html
+
+At a minimum, you will need:
+
+1. /var/cfengine/inputs/update.conf
+
+2. Manually add the "cfengine" service to /etc/services or
+ automate it in /var/cfengine/inputs/cfagent.conf:
+
+editfiles:
+
+ { /etc/services
+
+ Backup "false"
+ AppendIfNoSuchLine "cfengine 5308/tcp # CFengine"
+ }
+
+
+===========================================================================