summaryrefslogtreecommitdiff
path: root/filesystems/cfs/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/cfs/files/pkg-message.in')
-rw-r--r--filesystems/cfs/files/pkg-message.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/filesystems/cfs/files/pkg-message.in b/filesystems/cfs/files/pkg-message.in
new file mode 100644
index 000000000000..11b2ce5ab5e1
--- /dev/null
+++ b/filesystems/cfs/files/pkg-message.in
@@ -0,0 +1,26 @@
+[
+{ type: install
+ message: <<EOM
+Quick start instructions:
+
+ - add the following entry to /etc/exports:
+
+ %%CFSD_BOOTSTRAP%% 127.0.0.1
+
+ - create the default CFS mountpoint (if you want to use a different
+ mountpoint, set the cfsd_mountpoint variable in /etc/rc.conf):
+
+ # mkdir /crypt
+
+ - enable rpcbind, mountd and cfsd in /etc/rc.conf:
+
+ cfsd_enable="YES"
+ mountd_enable="YES"
+
+ - start mountd and cfsd, or restart:
+
+ # service mountd start
+ # service cfsd start
+EOM
+}
+]