summaryrefslogtreecommitdiff
path: root/filesystems/clamfs/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/clamfs/pkg-message')
-rw-r--r--filesystems/clamfs/pkg-message16
1 files changed, 16 insertions, 0 deletions
diff --git a/filesystems/clamfs/pkg-message b/filesystems/clamfs/pkg-message
new file mode 100644
index 000000000000..28c11e54ac06
--- /dev/null
+++ b/filesystems/clamfs/pkg-message
@@ -0,0 +1,16 @@
+[
+{ type: install
+ message: <<EOM
+In order to use clamfs, you should load fusefs.ko module and start clamd.
+
+Type:
+
+ sudo kldload fusefs.ko
+ sudo service clamav-freshclam onestart
+ sudo service clamav-daemon onestart
+
+For more info please visit:
+ https://github.com/burghardt/clamfs#additional-configuration-steps-for-freebsd
+EOM
+}
+]